mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
dt-bindings: gnss: u-blox: add safeboot gpio
U-Blox M8/M9 chip have a pin to start it in safeboot mode, to be used to recover from situations where the flash content has become corrupted and needs to be restored. Signed-off-by: Alejandro Enrique <alejandroe1@geotab.com> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
committed by
Johan Hovold
parent
e9a6fb0bcd
commit
0fc1b4b6fd
@@ -36,6 +36,9 @@ properties:
|
||||
reset-gpios:
|
||||
maxItems: 1
|
||||
|
||||
safeboot-gpios:
|
||||
maxItems: 1
|
||||
|
||||
vcc-supply:
|
||||
description: >
|
||||
Main voltage regulator
|
||||
@@ -65,5 +68,6 @@ examples:
|
||||
v-bckp-supply = <&gnss_v_bckp_reg>;
|
||||
vcc-supply = <&gnss_vcc_reg>;
|
||||
reset-gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
|
||||
safeboot-gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user