1 * CA8210 IEEE 802.15.4 * 2 3 Required properties: 4 - compatible: Should be "cas 5 - reg: Controlling ch 6 - spi-max-frequency: Maximum clock 7 4000000 8 - spi-cpol: Requires inver 9 - reset-gpio: GPIO attached 10 - irq-gpio: GPIO attached 11 Optional properties: 12 - extclock-enable: Include for th 13 to an output 14 - extclock-freq: Frequency in H 15 - extclock-gpio: GPIO of the ca 16 17 Example: 18 ca8210@0 { 19 compatible = "cascoda,ca8210"; 20 reg = <0>; 21 spi-max-frequency = <3000000>; 22 spi-cpol; 23 reset-gpio = <&gpio1 1 GPIO_AC 24 irq-gpio = <&gpio1 2 GPIO_ACTI 25 extclock-enable; 26 extclock-freq = 16000000; 27 extclock-gpio = 2; 28 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.