boards: arm: twr_ke18f: add SPI support
Add SPI support to the NXP TWR-KE18F development board. There are no onboard SPI devices, but both SPI busses are available on the primary Tower System elevator connector. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
69c144aff2
commit
0382f08f2a
6 changed files with 62 additions and 1 deletions
|
@ -133,6 +133,14 @@
|
|||
status = "ok";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
/*
|
||||
* For more information, see:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue