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/gnss/sirfstar.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 SiRFstar-based GNSS Receiver DT binding
    2 
    3 SiRFstar chipsets are used in GNSS-receiver modules produced by several
    4 vendors and can use UART, SPI or I2C interfaces.
    5 
    6 Please see Documentation/devicetree/bindings/gnss/gnss.txt for generic
    7 properties.
    8 
    9 Required properties:
   10 
   11 - compatible    : Must be one of
   12 
   13                         "fastrax,uc430"
   14                         "linx,r4"
   15                         "wi2wi,w2sg0004"
   16                         "wi2wi,w2sg0008i"
   17                         "wi2wi,w2sg0084i"
   18 
   19 - vcc-supply    : Main voltage regulator (pin name: 3V3_IN, VCC, VDD)
   20 
   21 Required properties (I2C):
   22 - reg           : I2C slave address
   23 
   24 Required properties (SPI):
   25 - reg           : SPI chip select address
   26 
   27 Optional properties:
   28 
   29 - sirf,onoff-gpios      : GPIO used to power on and off device (pin name: ON_OFF)
   30 - sirf,wakeup-gpios     : GPIO used to determine device power state
   31                           (pin name: RFPWRUP, WAKEUP)
   32 - timepulse-gpios       : Time pulse GPIO (pin name: 1PPS, TM)
   33 
   34 Example:
   35 
   36 serial@1234 {
   37         compatible = "ns16550a";
   38 
   39         gnss {
   40                 compatible = "wi2wi,w2sg0084i";
   41 
   42                 vcc-supply = <&gnss_reg>;
   43                 sirf,onoff-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
   44                 sirf,wakeup-gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
   45         };
   46 };

Cache object: 0df9094ccb68b62599a4e8fc7e5650d2


[ 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.