ramips: various Netgear R6120 fixes
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / R6120.dts
1 /dts-v1/;
2
3 #include "mt7628an.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "netgear,r6120", "mediatek,mt7628an-soc";
10 model = "Netgear R6120";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 };
18
19 memory@0 {
20 device_type = "memory";
21 reg = <0x0 0x4000000>;
22 };
23
24 keys {
25 compatible = "gpio-keys-polled";
26 poll-interval = <20>;
27
28 reset {
29 label = "reset";
30 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
31 linux,code = <KEY_RESTART>;
32 };
33 };
34
35 leds {
36 compatible = "gpio-leds";
37
38 lan {
39 label = "r6120:green:lan";
40 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
41 };
42
43 led_power: power {
44 label = "r6120:green:power";
45 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
46 };
47
48 wlan {
49 label = "r6120:green:wlan2g";
50 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
51 };
52
53 wlan_orange {
54 label = "r6120:orange:wlan2g";
55 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
56 };
57
58 wan {
59 label = "r6120:green:wan";
60 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
61 };
62
63 wan_orange {
64 label = "r6120:orange:wan";
65 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
66 };
67 };
68 };
69
70 &pinctrl {
71 state_default: pinctrl0 {
72 gpio {
73 ralink,group = "p0led_an", "p1led_an", "p2led_an",
74 "p3led_an", "p4led_an", "wdt", "wled_an";
75 ralink,function = "gpio";
76 };
77 };
78 };
79
80 &spi0 {
81 status = "okay";
82
83 flash@0 {
84 compatible = "jedec,spi-nor";
85 reg = <0>;
86 spi-max-frequency = <10000000>;
87
88 partitions {
89 compatible = "fixed-partitions";
90 #address-cells = <1>;
91 #size-cells = <1>;
92
93 partition@0 {
94 label = "u-boot";
95 reg = <0x0 0x40000>;
96 read-only;
97 };
98
99 factory: partition@40000 {
100 label = "factory";
101 reg = <0x40000 0x20000>;
102 read-only;
103 };
104
105 partition@60000 {
106 label = "nvram";
107 reg = <0x60000 0x30000>;
108 read-only;
109 };
110
111 partition@90000 {
112 compatible = "denx,uimage";
113 label = "firmware";
114 reg = <0x90000 0xf60000>;
115 };
116
117 partition@ff0000 {
118 label = "reserved";
119 reg = <0xff0000 0x10000>;
120 read-only;
121 };
122 };
123 };
124 };
125
126 &wmac {
127 status = "okay";
128 mtd-mac-address = <&factory 0x4>;
129 mediatek,mtd-eeprom = <&factory 0x0>;
130 };
131
132 &ethernet {
133 mtd-mac-address = <&factory 0x4>;
134 };
135
136 &pcie {
137 status = "okay";
138 };
139
140 &pcie0 {
141 wifi@0,0 {
142 reg = <0x0000 0 0 0 0>;
143 mediatek,mtd-eeprom = <&factory 0x8000>;
144 ieee80211-freq-limit = <5000000 6000000>;
145 mtd-mac-address = <&factory 0x4>;
146 mtd-mac-address-increment = <(2)>;
147 };
148 };