dts/boards: Add a dedicated cc2520 config for quark_se_c1000_devboard

Using DTS to setup cc2520 SPI settings on quark_se_c1000_devboard.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2018-11-05 14:11:00 +01:00 committed by Anas Nashif
commit f95c3d1a00

View file

@ -158,6 +158,16 @@
interrupt-parent = <&intc>;
label = "SPI_1";
status = "disabled";
cs-gpios = <&gpio0 11 0>;
cc2520@0 {
compatible = "ti,cc2520";
reg = <0x0>;
label = "cc2520";
spi-max-frequency = <8000000>;
status = "ok";
};
};
spi2: spi@b0001800 {