aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts')
-rw-r--r--target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts33
1 files changed, 33 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts b/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
new file mode 100644
index 0000000000..fe9cf0dd1a
--- /dev/null
+++ b/target/linux/ramips/dts/mt7628an_wrtnode_wrtnode2p.dts
@@ -0,0 +1,33 @@
+/dts-v1/;
+
+#include "mt7628an_wrtnode_wrtnode2.dtsi"
+
+/ {
+ compatible = "wrtnode,wrtnode2p", "wrtnode,wrtnode2", "mediatek,mt7628an-soc";
+ model = "WRTnode2P";
+
+ aliases {
+ led-boot = &led_indicator;
+ led-failsafe = &led_indicator;
+ led-running = &led_indicator;
+ led-upgrade = &led_indicator;
+ };
+
+ leds {
+ compatible = "gpio-leds";
+
+ led_indicator: indicator {
+ label = "wrtnode:blue:indicator";
+ gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
+ };
+ };
+};
+
+&pinctrl {
+ state_default: pinctrl0 {
+ gpio {
+ ralink,group = "i2c", "gpio";
+ ralink,function = "gpio";
+ };
+ };
+};