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:
parent
4c81289a83
commit
d7a947a872
5 changed files with 95 additions and 5 deletions
|
@ -247,3 +247,11 @@ zephyr_udc0: &usb1 {
|
|||
&wdog0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&lpspi1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&lpspi3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue