提交 ab3916f7 编写于 作者: H Harry Morris 提交者: Marcel Holtmann

ieee802154: Add device tree documentation for CA8210

Signed-off-by: NHarry Morris <h.morris@cascoda.com>
Acked-by: NStefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 ded845a7
* CA8210 IEEE 802.15.4 *
Required properties:
- compatible: Should be "cascoda,ca8210"
- reg: Controlling chip select
- spi-max-frequency: Maximum clock speed, should be *less than*
4000000
- spi-cpol: Requires inverted clock polarity
- reset-gpio: GPIO attached to reset
- irq-gpio: GPIO attached to IRQ
Optional properties:
- extclock-enable: Include for the ca8210 to route its 16MHz clock
to an output
- extclock-freq: Frequency in Hz of the external clock
- extclock-gpio: GPIO of the ca8210 to output the clock on
Example:
ca8210@0 {
compatible = "cascoda,ca8210";
reg = <0>;
spi-max-frequency = <3000000>;
spi-cpol;
reset-gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>;
irq-gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
extclock-enable;
extclock-freq = 16000000;
extclock-gpio = 2;
};
...@@ -51,6 +51,7 @@ brcm Broadcom Corporation ...@@ -51,6 +51,7 @@ brcm Broadcom Corporation
buffalo Buffalo, Inc. buffalo Buffalo, Inc.
calxeda Calxeda calxeda Calxeda
capella Capella Microsystems, Inc capella Capella Microsystems, Inc
cascoda Cascoda, Ltd.
cavium Cavium, Inc. cavium Cavium, Inc.
cdns Cadence Design Systems Inc. cdns Cadence Design Systems Inc.
ceva Ceva, Inc. ceva Ceva, Inc.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册