1 GNSS Receiver DT binding
3 This documents the binding structure and common properties for GNSS receiver
6 A GNSS receiver node is a node named "gnss" and typically resides on a serial
7 bus (e.g. UART, I2C or SPI).
9 Please refer to the following documents for generic properties:
11 Documentation/devicetree/bindings/serial/slave-device.txt
12 Documentation/devicetree/bindings/spi/spi-bus.txt
16 - compatible : A string reflecting the vendor and specific device the node
20 - enable-gpios : GPIO used to enable the device
21 - timepulse-gpios : Time pulse GPIO
26 compatible = "ns16550a";
29 compatible = "u-blox,neo-8";
31 vcc-supply = <&gnss_reg>;
32 timepulse-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
34 current-speed = <4800>;