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:
Brett Witherspoon 2019-04-26 09:18:08 -05:00 committed by Anas Nashif
commit d82febd2a3
4 changed files with 19 additions and 0 deletions

View file

@ -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>;
};