ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_netgear_r6080.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7628an_netgear_r6xxx.dtsi"
4
5 / {
6 compatible = "netgear,r6080", "mediatek,mt7628an-soc";
7 model = "Netgear R6080";
8
9 aliases {
10 label-mac-device = &ethernet;
11 };
12 };
13
14 &state_default {
15 gpio {
16 groups = "p0led_an", "p1led_an", "p2led_an", "p3led_an",
17 "p4led_an", "wdt", "wled_an";
18 function = "gpio";
19 };
20 };
21
22 &partitions {
23 partition@90000 {
24 compatible = "denx,uimage";
25 label = "firmware";
26 reg = <0x90000 0x760000>;
27 };
28
29 partition@7f0000 {
30 label = "reserved";
31 reg = <0x7f0000 0x10000>;
32 read-only;
33 };
34 };
35
36 &ehci {
37 status = "disabled";
38 };
39
40 &ohci {
41 status = "disabled";
42 };