| # SPDX-License-Identifier: GPL-2.0 |
| $id: http://devicetree.org/schemas/gnss/u-blox,neo-6m.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: U-blox GNSS Receiver |
| - $ref: gnss-common.yaml# |
| - Johan Hovold <johan@kernel.org> |
| The U-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces. |
| The DDC Slave Address, SPI chip select address, the number of the USB hub |
| port or the USB host-controller port to which this device is attached, |
| depending on the bus used. Required for the DDC, SPI or USB busses. |
| GPIO connected to the "external interrupt" input pin |
| unevaluatedProperties: false |
| #include <dt-bindings/gpio/gpio.h> |
| compatible = "u-blox,neo-8"; |
| v-bckp-supply = <&gnss_v_bckp_reg>; |
| vcc-supply = <&gnss_vcc_reg>; |
| reset-gpios = <&gpio 1 GPIO_ACTIVE_LOW>; |