boards: mimxrt1020_evk: Enable ADC on RT1020 EVK
Enables ADC1 on the RT1020 evaluation board. Channels 10 and 11 of this ADC are exposed as pins 1 and 2 of J18 on the evk. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
ac174d3075
commit
813a74d415
6 changed files with 40 additions and 1 deletions
|
@ -158,3 +158,7 @@ zephyr_udc0: &usb1 {
|
|||
cd-gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
|
||||
no-1-8-v;
|
||||
};
|
||||
|
||||
&adc1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue