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:
parent
970638371c
commit
0c93ac89c5
3 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -21,3 +21,4 @@ supported:
|
|||
- can
|
||||
- watchdog
|
||||
- counter
|
||||
- adc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue