Skip to content

Commit bb1036f

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add i3c nodes to NXP MCXA156 dtsi file
Add i3c nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent cec2bf0 commit bb1036f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/arm/nxp/nxp_mcxa156.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,19 @@
348348
};
349349
};
350350

351+
i3c0: i3c@40002000 {
352+
compatible = "nxp,mcux-i3c";
353+
reg = <0x40002000 0x1000>;
354+
interrupts = <24 0>;
355+
clocks = <&syscon MCUX_I3C_CLK>;
356+
clk-divider = <4>;
357+
clk-divider-slow = <1>;
358+
clk-divider-tc = <1>;
359+
status = "disabled";
360+
#address-cells = <3>;
361+
#size-cells = <0>;
362+
};
363+
351364
lpadc0: lpadc@400af000 {
352365
compatible = "nxp,lpc-lpadc";
353366
reg = <0x400af000 0x1000>;

0 commit comments

Comments
 (0)