The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/net/ieee802154/ca8210.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * CA8210 IEEE 802.15.4 *
    2 
    3 Required properties:
    4         - compatible:           Should be "cascoda,ca8210"
    5         - reg:                  Controlling chip select
    6         - spi-max-frequency:    Maximum clock speed, should be *less than*
    7                                 4000000
    8         - spi-cpol:             Requires inverted clock polarity
    9         - reset-gpio:           GPIO attached to reset
   10         - irq-gpio:             GPIO attached to IRQ
   11 Optional properties:
   12         - extclock-enable:      Include for the ca8210 to route its 16MHz clock
   13                                 to an output
   14         - extclock-freq:        Frequency in Hz of the external clock
   15         - extclock-gpio:        GPIO of the ca8210 to output the clock on
   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_ACTIVE_HIGH>;
   24                 irq-gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>;
   25                 extclock-enable;
   26                 extclock-freq = 16000000;
   27                 extclock-gpio = 2;
   28         };

Cache object: 466b20254466eb8e21f78ae01150c0e7


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.