1 u-blox GNSS Receiver DT binding
3 The u-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces.
5 Please see Documentation/devicetree/bindings/gnss/gnss.txt for generic
10 - compatible : Must be one of
16 - vcc-supply : Main voltage regulator
18 Required properties (DDC):
19 - reg : DDC (I2C) slave address
21 Required properties (SPI):
22 - reg : SPI chip select address
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
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
37 compatible = "ns16550a";
40 compatible = "u-blox,neo-8";
42 v-bckp-supply = <&gnss_v_bckp_reg>;
43 vcc-supply = <&gnss_vcc_reg>;