We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed7b3c commit 960e015Copy full SHA for 960e015
dts/arm/nxp/nxp_mcxa153.dtsi
@@ -174,6 +174,19 @@
174
nxp,kinetis-port = <&portd>;
175
};
176
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
+
190
lpadc0: lpadc@400af000 {
191
compatible = "nxp,lpc-lpadc";
192
reg = <0x400af000 0x1000>;
0 commit comments