Path: blob/main/sys/contrib/device-tree/Bindings/gnss/u-blox.txt
48377 views
u-blox GNSS Receiver DT binding12The u-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces.34Please see Documentation/devicetree/bindings/gnss/gnss.txt for generic5properties.67Required properties:89- compatible : Must be one of1011"u-blox,neo-6m"12"u-blox,neo-8"13"u-blox,neo-m8"1415- vcc-supply : Main voltage regulator1617Required properties (DDC):18- reg : DDC (I2C) slave address1920Required properties (SPI):21- reg : SPI chip select address2223Required properties (USB):24- reg : Number of the USB hub port or the USB host-controller port25to which this device is attached2627Optional properties:2829- timepulse-gpios : Time pulse GPIO30- u-blox,extint-gpios : GPIO connected to the "external interrupt" input pin31- v-bckp-supply : Backup voltage regulator3233Example:3435serial@1234 {36compatible = "ns16550a";3738gnss {39compatible = "u-blox,neo-8";4041v-bckp-supply = <&gnss_v_bckp_reg>;42vcc-supply = <&gnss_vcc_reg>;43};44};454647