diff options
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi b/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi index 0a48c06019..ff738a5261 100644 --- a/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi +++ b/target/linux/ramips/dts/mt7628an_xiaomi_mi-router-4.dtsi @@ -30,6 +30,11 @@ label = "yellow:power"; gpios = <&gpio 44 GPIO_ACTIVE_LOW>; }; + + wan { + label = "blue:wan"; + gpios = <&gpio 37 GPIO_ACTIVE_LOW>; + }; }; keys { @@ -93,7 +98,7 @@ &state_default { gpio { - groups = "gpio", "wdt", "wled_an"; + groups = "gpio", "refclk", "wdt", "wled_an"; function = "gpio"; }; }; |