f062a9fb350a712c6edb9b64046dbd9fc3e0af6c
[openwrt/staging/hauke.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 led-boot = &led_power;
11 led-failsafe = &led_power;
12 led-running = &led_power;
13 led-upgrade = &led_power;
14 label-mac-device = &ethernet;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 lan {
21 label = "r6080:green:lan";
22 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
23 };
24
25 led_power: power {
26 label = "r6080:green:power";
27 gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
28 };
29
30 wlan2g_green {
31 label = "r6080:green:wlan2g";
32 gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
33 linux,default-trigger = "phy0tpt";
34 };
35
36 wlan2g_orange {
37 label = "r6080:orange:wlan2g";
38 gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
39 };
40
41 wan_green {
42 label = "r6080:green:wan";
43 gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
44 };
45
46 wan_orange {
47 label = "r6080:orange:wan";
48 gpios = <&gpio 39 GPIO_ACTIVE_LOW>;
49 };
50 };
51 };
52
53 &state_default {
54 gpio {
55 groups = "p0led_an", "p1led_an", "p2led_an", "p3led_an",
56 "p4led_an", "wdt", "wled_an";
57 function = "gpio";
58 };
59 };
60
61 &partitions {
62 partition@90000 {
63 compatible = "denx,uimage";
64 label = "firmware";
65 reg = <0x90000 0x760000>;
66 };
67
68 partition@7f0000 {
69 label = "reserved";
70 reg = <0x7f0000 0x10000>;
71 read-only;
72 };
73 };
74
75 &ehci {
76 status = "disabled";
77 };
78
79 &ohci {
80 status = "disabled";
81 };