2017-03-03 14:36:51 +00:00
|
|
|
/* This file is released into the public domain */
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2020-06-09 10:31:57 +00:00
|
|
|
#include "mt7620a_netgear_ex3x00_ex61xx.dtsi"
|
2017-03-03 14:36:51 +00:00
|
|
|
|
|
|
|
/ {
|
2017-07-29 02:14:07 +00:00
|
|
|
compatible = "netgear,ex3700", "ralink,mt7620a-soc";
|
2017-07-30 10:17:44 +00:00
|
|
|
model = "Netgear EX3700/EX3800";
|
2017-03-03 14:36:51 +00:00
|
|
|
|
2018-07-16 08:27:22 +00:00
|
|
|
aliases {
|
2020-06-09 10:51:32 +00:00
|
|
|
led-boot = &led_power_amber;
|
|
|
|
led-failsafe = &led_power_amber;
|
2018-08-28 04:54:27 +00:00
|
|
|
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-03-03 14:36:51 +00:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2020-06-09 10:51:32 +00:00
|
|
|
led_power_green: power_green {
|
2017-03-03 14:36:51 +00:00
|
|
|
label = "ex3700:green:power";
|
|
|
|
gpios = <&gpio2 23 GPIO_ACTIVE_LOW>;
|
|
|
|
default-state = "on";
|
|
|
|
};
|
|
|
|
|
2020-06-09 10:51:32 +00:00
|
|
|
led_power_amber: power_amber {
|
2017-03-03 14:36:51 +00:00
|
|
|
label = "ex3700:amber:power";
|
|
|
|
gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2020-06-09 10:51:32 +00:00
|
|
|
router_green {
|
2017-03-03 14:36:51 +00:00
|
|
|
label = "ex3700:green:router";
|
|
|
|
gpios = <&gpio2 25 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2020-06-09 10:51:32 +00:00
|
|
|
router_red {
|
2017-03-03 14:36:51 +00:00
|
|
|
label = "ex3700:red:router";
|
|
|
|
gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2020-06-09 10:51:32 +00:00
|
|
|
device_green {
|
2017-03-03 14:36:51 +00:00
|
|
|
label = "ex3700:green:device";
|
|
|
|
gpios = <&gpio2 20 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2020-06-09 10:51:32 +00:00
|
|
|
device_red {
|
2017-03-03 14:36:51 +00:00
|
|
|
label = "ex3700:red:device";
|
|
|
|
gpios = <&gpio2 21 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wps {
|
|
|
|
label = "ex3700:green:wps";
|
|
|
|
gpios = <&gpio2 27 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|