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 cec2bf0 commit bb1036fCopy full SHA for bb1036f
dts/arm/nxp/nxp_mcxa156.dtsi
@@ -348,6 +348,19 @@
348
};
349
350
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
+
364
lpadc0: lpadc@400af000 {
365
compatible = "nxp,lpc-lpadc";
366
reg = <0x400af000 0x1000>;
0 commit comments