ramips: mt7620n: convert to nvmem-layout
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_dlink_dir-806a-b1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/leds/common.h>
8
9 / {
10 compatible = "dlink,dir-806a-b1", "ralink,mt7620a-soc";
11 model = "D-Link DIR-806A B1";
12
13 aliases {
14 led-boot = &wps_led;
15 led-failsafe = &wps_led;
16 led-running = &wps_led;
17 led-upgrade = &wps_led;
18 };
19
20 keys {
21 compatible = "gpio-keys";
22
23 reset {
24 label = "reset";
25 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; // #12
26 linux,code = <KEY_RESTART>;
27 };
28 };
29
30 leds {
31 compatible = "gpio-leds";
32
33 wifi_led: 2.4g {
34 label = "green:wlan";
35 color = <LED_COLOR_ID_GREEN>;
36 function = LED_FUNCTION_WLAN;
37 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; // #72
38 };
39
40 wps_led: wps {
41 label = "green:wps";
42 color = <LED_COLOR_ID_GREEN>;
43 function = LED_FUNCTION_WPS;
44 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; // #39
45 };
46
47 };
48
49 };
50
51 &gpio0 {
52 status = "okay";
53 };
54
55 &gpio1 {
56 status = "okay";
57 };
58
59 &gpio3 {
60 status = "okay";
61 };
62
63 &spi0 {
64 status = "okay";
65
66 flash@0 {
67 compatible = "jedec,spi-nor";
68 reg = <0>;
69 spi-max-frequency = <48000000>;
70
71 partitions {
72 compatible = "fixed-partitions";
73 #address-cells = <1>;
74 #size-cells = <1>;
75
76 partition@0 {
77 label = "ALL";
78 reg = <0x0 0x800000>;
79 read-only;
80 };
81
82 partition@0_1 {
83 label = "u-boot";
84 reg = <0x0 0x30000>;
85 read-only;
86 };
87
88 partition@30000 {
89 label = "u-boot-env";
90 reg = <0x30000 0x10000>;
91 };
92
93 factory: partition@40000 {
94 compatible = "nvmem-cells";
95 label = "Factory";
96 reg = <0x40000 0x10000>;
97 #address-cells = <1>;
98 #size-cells = <1>;
99 read-only;
100
101 eeprom_factory_0: eeprom@0 {
102 reg = <0x0 0x200>;
103 };
104
105 eeprom_factory_8000: eeprom@8000 {
106 reg = <0x8000 0x200>;
107 };
108
109 macaddr_factory_4: macaddr@4 {
110 reg = <0x4 0x6>;
111 };
112
113 macaddr_factory_8004: macaddr@8004 {
114 reg = <0x8004 0x6>;
115 };
116 };
117
118 partition@50000 {
119 compatible = "denx,uimage";
120 label = "firmware";
121 reg = <0x50000 0x7b0000>;
122 };
123
124 };
125 };
126 };
127
128 &state_default {
129 gpio {
130 groups = "i2c", "uartf", "ephy";
131 function = "gpio";
132 };
133 };
134
135 &ethernet {
136 nvmem-cells = <&macaddr_factory_4>;
137 nvmem-cell-names = "mac-address";
138 mac-address-increment = <(-2)>;
139 };
140
141 &wmac {
142 pinctrl-names = "default", "pa_gpio";
143 pinctrl-0 = <&pa_pins>;
144 pinctrl-1 = <&pa_gpio_pins>;
145
146 nvmem-cells = <&eeprom_factory_0>, <&macaddr_factory_4>;
147 nvmem-cell-names = "eeprom", "mac-address";
148 mac-address-increment = <(-1)>;
149 };
150
151 &pcie {
152 status = "okay";
153 };
154
155 &pcie0 {
156 wifi@0,0 {
157 reg = <0x0000 0 0 0 0>;
158 ieee80211-freq-limit = <5000000 6000000>;
159 nvmem-cells = <&eeprom_factory_8000>, <&macaddr_factory_8004>;
160 nvmem-cell-names = "eeprom", "mac-address";
161 mac-address-increment = <(-3)>;
162
163 led {
164 led-active-low;
165 };
166 };
167 };