ramips: replace full-text licenses by SPDX identifier
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7620a_netgear_ex2700.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Copyright (C) 2016 Joseph C. Lehner <joseph.c.lehner@gmail.com>
4 */
5
6 #include "mt7620a_netgear_ex2700_wn3000rp-v3.dtsi"
7
8 / {
9 compatible = "netgear,ex2700", "ralink,mt7620a-soc";
10 model = "Netgear EX2700";
11
12 aliases {
13 led-boot = &led_power_green;
14 led-failsafe = &led_power_green;
15 led-running = &led_power_green;
16 led-upgrade = &led_power_green;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 led_power_green: power_g {
23 label = "green:power";
24 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
25 default-state = "on";
26 };
27
28 power_r {
29 label = "red:power";
30 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
31 };
32
33 device_g {
34 label = "green:device";
35 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
36 };
37
38 device_r {
39 label = "red:device";
40 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
41 };
42
43 router_g {
44 label = "green:router";
45 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
46 };
47
48 router_r {
49 label = "red:router";
50 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
51 };
52
53 wps {
54 label = "green:wps";
55 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
56 };
57 };
58 };
59
60 &partitions {
61 partition@0 {
62 label = "u-boot";
63 reg = <0x0 0x30000>;
64 read-only;
65 };
66
67 partition@30000 {
68 label = "u-boot-env";
69 reg = <0x30000 0x10000>;
70 read-only;
71 };
72
73 partition@40000 {
74 compatible = "denx,uimage";
75 label = "firmware";
76 reg = <0x40000 0x3b0000>;
77 };
78
79 art: partition@3f0000 {
80 label = "art";
81 reg = <0x3f0000 0x10000>;
82 read-only;
83 };
84 };