index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
linux
/
ramips
/
dts
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'target/linux/ramips/dts')
-rw-r--r--
target/linux/ramips/dts/WRTNODE.dts
12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/WRTNODE.dts b/target/linux/ramips/dts/WRTNODE.dts
index 3fb2303e02..793c02fb4c 100644
--- a/
target/linux/ramips/dts/WRTNODE.dts
+++ b/
target/linux/ramips/dts/WRTNODE.dts
@@ -7,6 +7,10 @@
model = "WRTNODE";
palmbus@10000000 {
+ gpio1: gpio@638 {
+ status = "okay";
+ };
+
gpio2: gpio@660 {
status = "okay";
};
@@ -77,4 +81,12 @@
};
};
};
+
+ gpio-leds {
+ compatible = "gpio-leds";
+ indicator {
+ label = "wrtnode:blue:indicator";
+ gpios = <&gpio1 14 1>;
+ };
+ };
};