dts: arm: ti: cc23x0: Add ADC support
Add support for ADC to cc23x0 SoC. Signed-off-by: Julien Panis <jpanis@baylibre.com>
This commit is contained in:
parent
dd5ed02146
commit
d9134b3a8a
1 changed files with 8 additions and 0 deletions
|
@ -152,6 +152,14 @@
|
|||
clk-prescale = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
adc0: adc@40050000 {
|
||||
compatible = "ti,cc23x0-adc";
|
||||
reg = <0x40050000 0xe30>;
|
||||
interrupts = <15 0>;
|
||||
#io-channel-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue