summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/WRTNODE2P.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/WRTNODE2P.dts')
-rw-r--r--target/linux/ramips/dts/WRTNODE2P.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/WRTNODE2P.dts b/target/linux/ramips/dts/WRTNODE2P.dts
new file mode 100644
index 0000000000..153fab2bc0
--- /dev/null
+++ b/target/linux/ramips/dts/WRTNODE2P.dts
@@ -0,0 +1,27 @@
+/dts-v1/;
+
+/include/ "WRTNODE2.dtsi"
+
+/ {
+ compatible = "mediatek,wrtnode2p", "mediatek,mt7628an-soc";
+ model = "WRTnode2P";
+
+ pinctrl {
+ state_default: pinctrl0 {
+ gpio {
+ ralink,group = "i2c", "gpio", "jtag";
+ ralink,function = "gpio";
+ };
+ };
+ };
+
+ gpio-leds {
+ compatible = "gpio-leds";
+
+ indicator {
+ label = "wrtnode:blue:indicator";
+ gpios = <&gpio1 9 1>;
+ };
+ };
+};
+