board: ucans32k1sic: Enable ADC on UCANS32K1SIC evb

Enable ADC on the UCANS32K1SIC

Signed-off-by: Marcin Wierzbicki <marcin.wierzbicki@accenture.com>
This commit is contained in:
Marcin Wierzbicki 2024-07-11 15:45:00 +02:00 committed by Anas Nashif
commit 0c93ac89c5
3 changed files with 14 additions and 0 deletions

View file

@ -53,6 +53,7 @@ FTM on-chip pwm
FlexCAN on-chip can
Watchdog on-chip watchdog
RTC on-chip counter
ADC on-chip adc
============ ========== ================================
The default configuration can be found in the Kconfig file

View file

@ -192,3 +192,15 @@
phys = <&can_phy1>;
status = "okay";
};
&adc0 {
sample-time = <65>;
vref-mv = <3300>;
status = "okay";
};
&adc1 {
sample-time = <65>;
vref-mv = <3300>;
status = "okay";
};

View file

@ -21,3 +21,4 @@ supported:
- can
- watchdog
- counter
- adc