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:
Daniel DeGrasse 2021-10-12 10:01:41 -05:00 committed by Carles Cufí
commit 813a74d415
6 changed files with 40 additions and 1 deletions

View file

@ -158,3 +158,7 @@ zephyr_udc0: &usb1 {
cd-gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;
no-1-8-v;
};
&adc1 {
status = "okay";
};