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/u-blox.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 u-blox GNSS Receiver DT binding
    2 
    3 The u-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces.
    4 
    5 Please see Documentation/devicetree/bindings/gnss/gnss.txt for generic
    6 properties.
    7 
    8 Required properties:
    9 
   10 - compatible    : Must be one of
   11 
   12                         "u-blox,neo-6m"
   13                         "u-blox,neo-8"
   14                         "u-blox,neo-m8"
   15 
   16 - vcc-supply    : Main voltage regulator
   17 
   18 Required properties (DDC):
   19 - reg           : DDC (I2C) slave address
   20 
   21 Required properties (SPI):
   22 - reg           : SPI chip select address
   23 
   24 Required properties (USB):
   25 - reg           : Number of the USB hub port or the USB host-controller port
   26                   to which this device is attached
   27 
   28 Optional properties:
   29 
   30 - timepulse-gpios       : Time pulse GPIO
   31 - u-blox,extint-gpios   : GPIO connected to the "external interrupt" input pin
   32 - v-bckp-supply : Backup voltage regulator
   33 
   34 Example:
   35 
   36 serial@1234 {
   37         compatible = "ns16550a";
   38 
   39         gnss {
   40                 compatible = "u-blox,neo-8";
   41 
   42                 v-bckp-supply = <&gnss_v_bckp_reg>;
   43                 vcc-supply = <&gnss_vcc_reg>;
   44         };
   45 };

Cache object: fa7b0b70bc86450c27ec315c35bdedc2


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