boards: cc1352r1_launchxl: enable support for SPI
Enable support for the SPI peripheral on the CC1352R LaunchPad. Signed-off-by: Brett Witherspoon <spoonb@cdspooner.com>
This commit is contained in:
parent
b9cf58d90f
commit
d82febd2a3
4 changed files with 19 additions and 0 deletions
|
@ -73,3 +73,12 @@
|
|||
scl-pin = <4>;
|
||||
sda-pin = <5>;
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
status = "ok";
|
||||
sck-pin = <10>;
|
||||
mosi-pin = <9>;
|
||||
miso-pin = <8>;
|
||||
cs-pin = <11>;
|
||||
cs-gpios = <&gpio0 11 0>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue