aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx/dts/netgear-wndap660.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/apm821xx/dts/netgear-wndap660.dts')
-rw-r--r--target/linux/apm821xx/dts/netgear-wndap660.dts38
1 files changed, 38 insertions, 0 deletions
diff --git a/target/linux/apm821xx/dts/netgear-wndap660.dts b/target/linux/apm821xx/dts/netgear-wndap660.dts
new file mode 100644
index 0000000000..3e5daac835
--- /dev/null
+++ b/target/linux/apm821xx/dts/netgear-wndap660.dts
@@ -0,0 +1,38 @@
+/*
+ * Device Tree Source for Netgear WNDAP660
+ *
+ * This file is licensed under the terms of the GNU General Public
+ * License version 2. This program is licensed "as is" without
+ * any warranty of any kind, whether express or implied.
+ */
+
+/dts-v1/;
+
+#include "netgear-wndap6x0.dtsi"
+
+/ {
+ model = "Netgear WNDAP660";
+ compatible = "netgear,wndap660", "apm,bluestone";
+};
+
+&LEDS {
+ lan1-link1000 {
+ label = "wndap660:green:lan1-link1000";
+ gpios = <&GPIO0 22 GPIO_ACTIVE_HIGH>;
+ };
+
+ lan1-link100 {
+ label = "wndap660:amber:lan1-link100";
+ gpios = <&GPIO0 23 GPIO_ACTIVE_HIGH>;
+ };
+
+ lan2-link1000 {
+ label = "wndap660:green:lan2-link1000";
+ gpios = <&GPIO0 9 GPIO_ACTIVE_HIGH>;
+ };
+
+ lan2-link100 {
+ label = "wndap660:amber:lan2-link100";
+ gpios = <&GPIO0 10 GPIO_ACTIVE_HIGH>;
+ };
+};