Home
last modified time | relevance | path

Searched full:cc2520 (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Dcc2520.txt1 *CC2520 IEEE 802.15.4 Compatible Radio*
4 - compatible: should be "ti,cc2520"
17 - amplified: include if the CC2520 is connected to a CC2591 amplifier
20 cc2520@0 {
21 compatible = "ti,cc2520";
/linux/drivers/net/ieee802154/
H A DKconfig50 tristate "CC2520 transceiver driver"
53 Say Y here to enable the CC2520 SPI 802.15.4 wireless
57 the module will be called 'cc2520'.
H A Dcc2520.c2 /* Driver for TI CC2520 802.15.4 Wireless-PAN Networking controller
507 dev_err(&priv->spi->dev, "cc2520 tx underflow exception\n"); in cc2520_tx()
571 * significant bit of the last byte returned from the CC2520 in cc2520_rx()
857 dev_vdbg(&priv->spi->dev, "registered cc2520\n"); in cc2520_register()
941 /* If the CC2520 is connected to a CC2591 amplifier, we must both in cc2520_hw_init()
942 * configure GPIOs on the CC2520 to correctly configure the CC2591 in cc2520_hw_init()
943 * and change a couple settings of the CC2520 to work with the in cc2520_hw_init()
976 * from the TinyOS CC2520 driver and is much higher than the -84 dBm in cc2520_hw_init()
1048 /* CC2591 front end for CC2520 */ in cc2520_probe()
1167 {"cc2520", },
[all …]
H A DMakefile5 obj-$(CONFIG_IEEE802154_CC2520) += cc2520.o
/linux/
H A DMAINTAINERS5959 CC2520 IEEE-802.15.4 RADIO DRIVER
5963 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
5964 F: drivers/net/ieee802154/cc2520.c