boards: mixmrt1064_evk: Enable ADC on RT1064 EVK

Enables ADC inputs 0 and 15 on the RT1064

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-10-11 12:07:35 -05:00 committed by Carles Cufí
commit 478d6a45ee
6 changed files with 39 additions and 1 deletions

View file

@ -255,3 +255,7 @@ zephyr_udc0: &usb1 {
&lpspi3 {
status = "okay";
};
&adc1 {
status = "okay";
};