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:
parent
a474066288
commit
97b138e8c9
6 changed files with 55 additions and 0 deletions
|
@ -94,6 +94,10 @@ arduino_serial: &lpuart4 {};
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&lpspi1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue