2017-01-18 10:34:56 +00:00
|
|
|
/* This file is released into the public domain */
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
#include "mt7620a_netgear_ex2700_wn3000rp-v3.dtsi"
|
2017-01-18 10:34:56 +00:00
|
|
|
|
|
|
|
/ {
|
2017-07-29 02:14:07 +00:00
|
|
|
compatible = "netgear,wn3000rp-v3", "ralink,mt7620a-soc";
|
2019-07-03 21:22:25 +00:00
|
|
|
model = "Netgear WN3000RP v3";
|
2017-01-18 10:34:56 +00:00
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2018-08-28 04:54:27 +00:00
|
|
|
led-boot = &led_power_green;
|
|
|
|
led-failsafe = &led_power_green;
|
|
|
|
led-running = &led_power_green;
|
|
|
|
led-upgrade = &led_power_green;
|
2018-07-16 08:27:22 +00:00
|
|
|
};
|
|
|
|
|
2018-12-30 11:42:53 +00:00
|
|
|
leds {
|
2017-01-18 10:34:56 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_power_green: power_g {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:green:power";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
|
|
|
power_r {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:red:power";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
client_g {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:green:client";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
client_r {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:red:client";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
router_g {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:green:router";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
router_r {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:red:router";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:green:wps";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
l_arrow {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:blue:leftarrow";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
r_arrow {
|
2019-08-06 12:30:42 +00:00
|
|
|
label = "wn3000rp-v3:blue:rightarrow";
|
2017-01-18 10:34:56 +00:00
|
|
|
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
&partitions {
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
2017-01-18 10:34:56 +00:00
|
|
|
};
|
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2017-01-18 10:34:56 +00:00
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
partition@40000 {
|
|
|
|
compatible = "denx,uimage";
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x40000 0x7b0000>;
|
|
|
|
};
|
2017-01-18 10:34:56 +00:00
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
art: partition@7f0000 {
|
|
|
|
label = "art";
|
|
|
|
reg = <0x7f0000 0x10000>;
|
|
|
|
read-only;
|
2017-01-18 10:34:56 +00:00
|
|
|
};
|
|
|
|
};
|