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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent ac142f2 commit aba9f8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)