gemini: board: Configure GNSS_RST as output
Configure the GNSS_RST pin as output and set it to low.
This commit is contained in:
parent
ae99b53dbb
commit
0134c6c584
|
|
@ -80,7 +80,7 @@
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
AM64X_IOPAD(0x0090, PIN_OUTPUT, 7) /* (P17) GPIO0_35 */
|
AM64X_IOPAD(0x0090, PIN_OUTPUT, 7) /* (P17) GPIO0_35 */
|
||||||
AM64X_IOPAD(0x008C, PIN_INPUT, 7) /* (T21) GPIO0_34 */
|
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(0x0098, PIN_INPUT, 7) /* (W19) GPIO0_37 */
|
||||||
AM64X_IOPAD(0x009C, PIN_INPUT, 7) /* (Y18) GPIO0_38 */
|
AM64X_IOPAD(0x009C, PIN_INPUT, 7) /* (Y18) GPIO0_38 */
|
||||||
AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (Y19) GPIO0_36 */
|
AM64X_IOPAD(0x0094, PIN_INPUT, 7) /* (Y19) GPIO0_36 */
|
||||||
|
|
@ -392,6 +392,7 @@
|
||||||
ti,ngpio = <87>;
|
ti,ngpio = <87>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&gpio0_pins>;
|
pinctrl-0 = <&gpio0_pins>;
|
||||||
|
|
||||||
wlan_en {
|
wlan_en {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <5 GPIO_ACTIVE_HIGH>;
|
gpios = <5 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
@ -436,9 +437,6 @@
|
||||||
line-name = "XPDR_RST";
|
line-name = "XPDR_RST";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
&main_gpio0 {
|
|
||||||
hub_rst {
|
hub_rst {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <19 GPIO_ACTIVE_HIGH>;
|
gpios = <19 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
@ -449,7 +447,7 @@
|
||||||
gnss_rst {
|
gnss_rst {
|
||||||
gpio-hog;
|
gpio-hog;
|
||||||
gpios = <39 GPIO_ACTIVE_HIGH>;
|
gpios = <39 GPIO_ACTIVE_HIGH>;
|
||||||
output-high;
|
output-low;
|
||||||
line-name = "GNSS_RST";
|
line-name = "GNSS_RST";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue