aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/ramips/dts/mt7621_belkin_rt1800.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_belkin_rt1800.dts b/target/linux/ramips/dts/mt7621_belkin_rt1800.dts
index 7bf7d89445..16ae732429 100644
--- a/target/linux/ramips/dts/mt7621_belkin_rt1800.dts
+++ b/target/linux/ramips/dts/mt7621_belkin_rt1800.dts
@@ -40,12 +40,24 @@
leds {
compatible = "gpio-leds";
+ led-wps {
+ color = <LED_COLOR_ID_AMBER>;
+ function = LED_FUNCTION_WPS;
+ gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
+ };
+
led_power: led-power {
label = "white:power";
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
default-state = "on";
};
+ led-wan2 {
+ color = <LED_COLOR_ID_AMBER>;
+ function = LED_FUNCTION_WAN;
+ gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+ };
+
led-wan {
color = <LED_COLOR_ID_WHITE>;
function = LED_FUNCTION_WAN;
@@ -125,6 +137,13 @@
};
};
+&state_default {
+ gpio {
+ groups = "i2c", "uart3", "jtag", "wdt";
+ function = "gpio";
+ };
+};
+
&gmac1 {
status = "okay";
label = "wan";