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:
parent
4e6ac9324b
commit
ac174d3075
6 changed files with 38 additions and 1 deletions
|
@ -101,3 +101,7 @@ arduino_serial: &lpuart4 {};
|
|||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&adc1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue