boards: mimxrt1015_evk: Enable SPI on RT1015

This commit enables the LPSPI1 peripheral on the RT1015 EVK. LPSPI pins
are not populated by default, but headers can be added to J19 on the EVK
to access these signals

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-10-08 16:43:05 -05:00 committed by Christopher Friedt
commit 97b138e8c9
6 changed files with 55 additions and 0 deletions

View file

@ -94,6 +94,10 @@ arduino_serial: &lpuart4 {};
current-speed = <115200>;
};
&lpspi1 {
status = "okay";
};
zephyr_udc0: &usb1 {
status = "okay";
};