2016-02-12 08:29:33 +00:00
|
|
|
/*
|
|
|
|
* Device Tree file for the Netgear EX2700
|
|
|
|
*
|
|
|
|
* Copyright (C) 2016 Joseph C. Lehner <joseph.c.lehner@gmail.com>
|
|
|
|
*
|
|
|
|
* 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/;
|
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
#include "mt7620a_netgear_ex2700_wn3000rp-v3.dtsi"
|
2016-11-11 21:43:08 +00:00
|
|
|
|
2016-02-12 08:29:33 +00:00
|
|
|
/ {
|
2017-07-29 02:14:07 +00:00
|
|
|
compatible = "netgear,ex2700", "ralink,mt7620a-soc";
|
2016-02-12 08:29:33 +00:00
|
|
|
model = "Netgear EX2700";
|
|
|
|
|
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 {
|
2016-02-12 08:29:33 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
led_power_green: power_g {
|
2016-02-12 08:29:33 +00:00
|
|
|
label = "ex2700:green:power";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
|
|
|
power_r {
|
|
|
|
label = "ex2700:red:power";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
device_g {
|
|
|
|
label = "ex2700:green:device";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
device_r {
|
|
|
|
label = "ex2700:red:device";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
router_g {
|
|
|
|
label = "ex2700:green:router";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
router_r {
|
|
|
|
label = "ex2700:red:router";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "ex2700:green:wps";
|
2017-01-25 16:57:56 +00:00
|
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
2016-02-12 08:29:33 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
&partitions {
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x0 0x30000>;
|
|
|
|
read-only;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
partition@30000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x30000 0x10000>;
|
|
|
|
read-only;
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
partition@40000 {
|
|
|
|
compatible = "denx,uimage";
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x40000 0x3b0000>;
|
|
|
|
};
|
2016-05-10 10:41:46 +00:00
|
|
|
|
2019-11-08 16:51:44 +00:00
|
|
|
art: partition@3f0000 {
|
|
|
|
label = "art";
|
|
|
|
reg = <0x3f0000 0x10000>;
|
|
|
|
read-only;
|
2016-05-10 10:41:46 +00:00
|
|
|
};
|
|
|
|
};
|