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,neo-6m.yaml

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 # SPDX-License-Identifier: GPL-2.0
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/gnss/u-blox,neo-6m.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: U-blox GNSS Receiver Device Tree Bindings
    8 
    9 allOf:
   10   - $ref: gnss-common.yaml#
   11 
   12 maintainers:
   13   - Johan Hovold <johan@kernel.org>
   14 
   15 description: >
   16   The U-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces.
   17 
   18 properties:
   19   compatible:
   20     enum:
   21       - u-blox,neo-6m
   22       - u-blox,neo-8
   23       - u-blox,neo-m8
   24 
   25   reg:
   26     description: >
   27       The DDC Slave Address, SPI chip select address, the number of the USB hub
   28       port or the USB host-controller port to which this device is attached,
   29       depending on the bus used. Required for the DDC, SPI or USB busses.
   30 
   31   vcc-supply:
   32     description: >
   33       Main voltage regulator
   34 
   35   u-blox,extint-gpios:
   36     maxItems: 1
   37     description: >
   38       GPIO connected to the "external interrupt" input pin
   39 
   40   v-bckp-supply:
   41     description: >
   42       Backup voltage regulator
   43 
   44 required:
   45   - compatible
   46   - vcc-supply
   47 
   48 unevaluatedProperties: false
   49 
   50 examples:
   51   - |
   52     serial {
   53         gnss {
   54             compatible = "u-blox,neo-8";
   55             v-bckp-supply = <&gnss_v_bckp_reg>;
   56             vcc-supply = <&gnss_vcc_reg>;
   57         };
   58     };

Cache object: 67fddab88480c72847cbcdeaa7315f68


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