Skip to content

Commit f835462

Browse files
dts: arm: nxp_imx93_m33: add ADC node
Add ADC node on imx93 core m33 Signed-off-by: Qiang Zhao <qiang.zhao@nxp.com>
1 parent 909950c commit f835462

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
pinctrl-names = "default";
7070
};
7171

72+
&sar_adc1 {
73+
status = "okay";
74+
};
75+
7276
&gpio1 {
7377
status = "okay";
7478
};

dts/arm/nxp/nxp_imx93_m33.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@
9595
clocks = <&ccm IMX_CCM_LPUART2_CLK 0x6c 24>;
9696
status = "disabled";
9797
};
98+
99+
sar_adc1: adc@44530000 {
100+
compatible = "nxp,sar-adc";
101+
reg = <0x44530000 DT_SIZE_K(64)>;
102+
interrupts = <219 0>;
103+
status = "disabled";
104+
#io-channel-cells = <1>;
105+
clocks = <&ccm IMX_CCM_LPUART2_CLK 0x0 0>;
106+
};
98107
};
99108
};
100109

0 commit comments

Comments
 (0)