Skip to content

Commit 7a1e39f

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add adc nodes to NXP MCXA153 dtsi file
Add adc nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent a37686e commit 7a1e39f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/nxp/nxp_mcxa153.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,22 @@
137137
nxp,kinetis-port = <&portd>;
138138
};
139139

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+
140156
lpuart0: lpuart@4009f000 {
141157
compatible = "nxp,lpuart";
142158
status = "disabled";

0 commit comments

Comments
 (0)