kernel: remove non-existant symbols
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_netgear_ex2700.dts
1 /*
2  * Device Tree file for the Netgear EX2700
3  *
4  * Copyright (C) 2016 Joseph C. Lehner <joseph.c.lehner@gmail.com>
5  *
6  * This file is licensed under the terms of the GNU General Public
7  * License version 2.  This program is licensed "as is" without any
8  * warranty of any kind, whether express or implied.
9  */
10
11 /dts-v1/;
12
13 #include "mt7620a_netgear_ex2700_wn3000rp-v3.dtsi"
14
15 / {
16         compatible = "netgear,ex2700", "ralink,mt7620a-soc";
17         model = "Netgear EX2700";
18
19         aliases {
20                 led-boot = &led_power_green;
21                 led-failsafe = &led_power_green;
22                 led-running = &led_power_green;
23                 led-upgrade = &led_power_green;
24         };
25
26         leds {
27                 compatible = "gpio-leds";
28
29                 led_power_green: power_g {
30                         label = "ex2700:green:power";
31                         gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
32                         default-state = "on";
33                 };
34
35                 power_r {
36                         label = "ex2700:red:power";
37                         gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
38                 };
39
40                 device_g {
41                         label = "ex2700:green:device";
42                         gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
43                 };
44
45                 device_r {
46                         label = "ex2700:red:device";
47                         gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
48                 };
49
50                 router_g {
51                         label = "ex2700:green:router";
52                         gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
53                 };
54
55                 router_r {
56                         label = "ex2700:red:router";
57                         gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
58                 };
59
60                 wps {
61                         label = "ex2700:green:wps";
62                         gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
63                 };
64         };
65 };
66
67 &partitions {
68         partition@0 {
69                 label = "u-boot";
70                 reg = <0x0 0x30000>;
71                 read-only;
72         };
73
74         partition@30000 {
75                 label = "u-boot-env";
76                 reg = <0x30000 0x10000>;
77                 read-only;
78         };
79
80         partition@40000 {
81                 compatible = "denx,uimage";
82                 label = "firmware";
83                 reg = <0x40000 0x3b0000>;
84         };
85
86         art: partition@3f0000 {
87                 label = "art";
88                 reg = <0x3f0000 0x10000>;
89                 read-only;
90         };
91 };