Skip to content

Commit d9134b3

Browse files
jpanisblkartben
authored andcommitted
dts: arm: ti: cc23x0: Add ADC support
Add support for ADC to cc23x0 SoC. Signed-off-by: Julien Panis <[email protected]>
1 parent dd5ed02 commit d9134b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/ti/cc23x0.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@
152152
clk-prescale = <0>;
153153
status = "disabled";
154154
};
155+
156+
adc0: adc@40050000 {
157+
compatible = "ti,cc23x0-adc";
158+
reg = <0x40050000 0xe30>;
159+
interrupts = <15 0>;
160+
#io-channel-cells = <1>;
161+
status = "disabled";
162+
};
155163
};
156164
};
157165

0 commit comments

Comments
 (0)