boards: mimxrt1064_evk: Added SPI support for RT1064

SPI support is available on LPSPI1 and LPSPI3. Both of these require
board modifications to expose headers. LPSPI1 is used for testing, and
requires that the board have solder jumpers R278, R279, R280, and R281
bridged.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2021-10-08 12:10:12 -05:00 committed by Christopher Friedt
commit d7a947a872
5 changed files with 95 additions and 5 deletions

View file

@ -247,3 +247,11 @@ zephyr_udc0: &usb1 {
&wdog0 {
status = "okay";
};
&lpspi1 {
status = "okay";
};
&lpspi3 {
status = "okay";
};