File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 237
237
run-in-wait;
238
238
};
239
239
};
240
+
241
+ lpadc0: lpadc@400af000 {
242
+ compatible = "nxp,lpc-lpadc";
243
+ reg = <0x400af000 0x1000>;
244
+ interrupts = <62 0>;
245
+ status = "disabled";
246
+ clk-divider = <1>;
247
+ clk-source = <0>;
248
+ voltage-ref= <2>;
249
+ calibration-average = <128>;
250
+ power-level = <0>;
251
+ offset-value-a = <0>;
252
+ offset-value-b = <0>;
253
+ #io-channel-cells = <1>;
254
+ clocks = <&syscon MCUX_LPADC1_CLK>;
255
+ };
256
+
257
+ lpadc1: lpadc@400b0000 {
258
+ compatible = "nxp,lpc-lpadc";
259
+ reg = <0x400b0000 0x1000>;
260
+ interrupts = <63 0>;
261
+ status = "disabled";
262
+ clk-divider = <1>;
263
+ clk-source = <0>;
264
+ voltage-ref= <2>;
265
+ calibration-average = <128>;
266
+ power-level = <1>;
267
+ offset-value-a = <0>;
268
+ offset-value-b = <0>;
269
+ #io-channel-cells = <1>;
270
+ clocks = <&syscon MCUX_LPADC2_CLK>;
271
+ };
240
272
};
241
273
};
242
274
You can’t perform that action at this time.
0 commit comments