Skip to content

Commit aba9f8b

Browse files
Wolfram Sangjhovold
authored andcommitted
dt-bindings: gnss: u-blox: add "reset-gpios" binding
The Renesas KingFisher board includes a U-Blox Neo-M8 chip. This chip has a reset pin which is also wired on the board. Introduce a binding to support this reset pin. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent ac142f2 commit aba9f8b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ properties:
2828
port or the USB host-controller port to which this device is attached,
2929
depending on the bus used. Required for the DDC, SPI or USB busses.
3030
31+
reset-gpios:
32+
maxItems: 1
33+
3134
vcc-supply:
3235
description: >
3336
Main voltage regulator
@@ -49,10 +52,13 @@ unevaluatedProperties: false
4952

5053
examples:
5154
- |
55+
#include <dt-bindings/gpio/gpio.h>
56+
5257
serial {
5358
gnss {
5459
compatible = "u-blox,neo-8";
5560
v-bckp-supply = <&gnss_v_bckp_reg>;
5661
vcc-supply = <&gnss_vcc_reg>;
62+
reset-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
5763
};
5864
};

0 commit comments

Comments
 (0)