gemini: board: Configure GNSS_RST as output

Configure the GNSS_RST pin as output and set it to low.
This commit is contained in:
Stefan Eichenberger 2023-11-28 14:07:16 +01:00 committed by Alexandre Bard
parent ae99b53dbb
commit 0134c6c584
1 changed files with 3 additions and 5 deletions

View File

@ -80,7 +80,7 @@
pinctrl-single,pins = <
AM64X_IOPAD(0x0090, PIN_OUTPUT, 7) /* (P17) GPIO0_35 */
AM64X_IOPAD(0x008C, PIN_INPUT, 7) /* (T21) GPIO0_34 */
AM64X_IOPAD(0x00A0, PIN_INPUT, 7) /* (N16) GPIO0_39 */
AM64X_IOPAD(0x00A0, PIN_OUTPUT, 7) /* (N16) GPIO0_39 */
AM64X_IOPAD(0x0098, PIN_INPUT, 7) /* (W19) GPIO0_37 */
AM64X_IOPAD(0x009C, PIN_INPUT, 7) /* (Y18) GPIO0_38 */
AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (Y19) GPIO0_36 */
@ -392,6 +392,7 @@
ti,ngpio = <87>;
pinctrl-names = "default";
pinctrl-0 = <&gpio0_pins>;
wlan_en {
gpio-hog;
gpios = <5 GPIO_ACTIVE_HIGH>;
@ -436,9 +437,6 @@
line-name = "XPDR_RST";
};
};
&main_gpio0 {
hub_rst {
gpio-hog;
gpios = <19 GPIO_ACTIVE_HIGH>;
@ -449,7 +447,7 @@
gnss_rst {
gpio-hog;
gpios = <39 GPIO_ACTIVE_HIGH>;
output-high;
output-low;
line-name = "GNSS_RST";
};
};