boards: mimxrt1015_evk: Enable ADC on RT1015

Enables ADC on RT1015 evaluation board. Channels 1 and 13 are exposed as
pins 2 and 1 of J18 on the EVK.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-10-11 17:24:03 -05:00 committed by Carles Cufí
commit ac174d3075
6 changed files with 38 additions and 1 deletions

View file

@ -101,3 +101,7 @@ arduino_serial: &lpuart4 {};
zephyr_udc0: &usb1 {
status = "okay";
};
&adc1 {
status = "okay";
};