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 a37686e commit 7a1e39fCopy full SHA for 7a1e39f
dts/arm/nxp/nxp_mcxa153.dtsi
@@ -137,6 +137,22 @@
137
nxp,kinetis-port = <&portd>;
138
};
139
140
+ lpadc0: lpadc@400af000 {
141
+ compatible = "nxp,lpc-lpadc";
142
+ reg = <0x400af000 0x1000>;
143
+ interrupts = <62 0>;
144
+ status = "disabled";
145
+ clk-divider = <1>;
146
+ clk-source = <0>;
147
+ voltage-ref= <2>;
148
+ calibration-average = <128>;
149
+ power-level = <0>;
150
+ offset-value-a = <0>;
151
+ offset-value-b = <0>;
152
+ #io-channel-cells = <1>;
153
+ clocks = <&syscon MCUX_LPADC1_CLK>;
154
+ };
155
+
156
lpuart0: lpuart@4009f000 {
157
compatible = "nxp,lpuart";
158
status = "disabled";
0 commit comments