summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/ieee802154/cc2520.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ieee802154/cc2520.txt b/Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
index 0071883c08d8..fb6d49f184ed 100644
--- a/Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
+++ b/Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
@@ -13,11 +13,15 @@ Required properties:
13 - cca-gpio: GPIO spec for the CCA pin 13 - cca-gpio: GPIO spec for the CCA pin
14 - vreg-gpio: GPIO spec for the VREG pin 14 - vreg-gpio: GPIO spec for the VREG pin
15 - reset-gpio: GPIO spec for the RESET pin 15 - reset-gpio: GPIO spec for the RESET pin
16Optional properties:
17 - amplified: include if the CC2520 is connected to a CC2591 amplifier
18
16Example: 19Example:
17 cc2520@0 { 20 cc2520@0 {
18 compatible = "ti,cc2520"; 21 compatible = "ti,cc2520";
19 reg = <0>; 22 reg = <0>;
20 spi-max-frequency = <4000000>; 23 spi-max-frequency = <4000000>;
24 amplified;
21 pinctrl-names = "default"; 25 pinctrl-names = "default";
22 pinctrl-0 = <&cc2520_cape_pins>; 26 pinctrl-0 = <&cc2520_cape_pins>;
23 fifo-gpio = <&gpio1 18 0>; 27 fifo-gpio = <&gpio1 18 0>;