boards: mimxrt1020_evk: Added support for SPI on RT1020
Adds support for LPSPI1 on RT1020. This peripheral is exposed on J19, as pins 3, 4, 5, and 6 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
ab9f95e92b
commit
430224eacb
5 changed files with 52 additions and 4 deletions
|
@ -138,6 +138,10 @@ arduino_serial: &lpuart2 {};
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&lpspi1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&enet {
|
||||
status = "okay";
|
||||
ptp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue