Skip to content

Commit 9af3e7f

Browse files
committed
dts: arm: ti: cc23x0: Add ADC support
Add support for ADC to cc23x0 SoC. Signed-off-by: Julien Panis <[email protected]>
1 parent e5ec43f commit 9af3e7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/ti/cc23x0.dtsi

+8
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
interrupts = <9 0>;
8787
status = "disabled";
8888
};
89+
90+
adc0: adc@40050000 {
91+
compatible = "ti,cc23x0-adc";
92+
reg = <0x40050000 0xe30>;
93+
interrupts = <15 0>;
94+
#io-channel-cells = <1>;
95+
status = "disabled";
96+
};
8997
};
9098
};
9199

0 commit comments

Comments
 (0)