2020-05-26 01:24:40 +00:00
|
|
|
//SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/dts-v1/;
|
|
|
|
|
2020-05-26 19:44:54 +00:00
|
|
|
#include "mt7620a_cameo_810.dtsi"
|
2020-05-26 01:24:40 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "trendnet,tew-810dr", "ralink,mt7620a-soc";
|
|
|
|
model = "TRENDnet TEW-810DR";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
led-boot = &led_power_green;
|
|
|
|
led-failsafe = &led_power_green;
|
|
|
|
led-running = &led_power_green;
|
|
|
|
led-upgrade = &led_power_green;
|
|
|
|
label-mac-device = ðernet;
|
|
|
|
};
|
|
|
|
|
|
|
|
leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
led_power_green: power_green {
|
|
|
|
label = "tew-810dr:green:power";
|
|
|
|
gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wan_orange {
|
|
|
|
label = "tew-810dr:orange:wan";
|
|
|
|
gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
|
|
|
|
wan_green {
|
|
|
|
label = "tew-810dr:green:wan";
|
|
|
|
gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
|
|
|
power_orange {
|
|
|
|
label = "tew-810dr:orange:power";
|
|
|
|
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&state_default {
|
|
|
|
gpio {
|
|
|
|
groups = "i2c", "uartf", "ephy";
|
|
|
|
function = "gpio";
|
|
|
|
};
|
|
|
|
};
|