Skip to content

Commit 960e015

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add i3c nodes to NXP MCXA153 dtsi file
Add i3c nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
1 parent 7ed7b3c commit 960e015

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/arm/nxp/nxp_mcxa153.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,19 @@
174174
nxp,kinetis-port = <&portd>;
175175
};
176176

177+
i3c0: i3c@40002000 {
178+
compatible = "nxp,mcux-i3c";
179+
reg = <0x40002000 0x1000>;
180+
interrupts = <24 0>;
181+
clocks = <&syscon MCUX_I3C_CLK>;
182+
clk-divider = <4>;
183+
clk-divider-slow = <1>;
184+
clk-divider-tc = <1>;
185+
status = "disabled";
186+
#address-cells = <3>;
187+
#size-cells = <0>;
188+
};
189+
177190
lpadc0: lpadc@400af000 {
178191
compatible = "nxp,lpc-lpadc";
179192
reg = <0x400af000 0x1000>;

0 commit comments

Comments
 (0)