ramips: fix nvmem-cells for routers based on TP-Link Archer
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_hiwifi_hc5661.dts
1 #include "mt7620a_hiwifi_hc5x61.dtsi"
2
3 / {
4 compatible = "hiwifi,hc5661", "hiwifi,hc5x61", "ralink,mt7620a-soc";
5 model = "HiWiFi HC5661";
6
7 aliases {
8 led-boot = &led_system;
9 led-failsafe = &led_system;
10 led-running = &led_system;
11 led-upgrade = &led_system;
12 };
13
14 leds {
15 compatible = "gpio-leds";
16
17 led_system: system {
18 label = "blue:system";
19 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
20 };
21
22 internet {
23 label = "blue:internet";
24 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
25 };
26
27 wlan2g {
28 label = "blue:wlan2g";
29 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
30 linux,default-trigger = "phy0tpt";
31 };
32 };
33 };