ramips: clean up useless dts partition labels
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_wavlink_wl-wn570ha1.dts
1 #include "mt7628an.dtsi"
2
3 #include <dt-bindings/input/input.h>
4 #include <dt-bindings/leds/common.h>
5 #include <dt-bindings/gpio/gpio.h>
6
7 / {
8 compatible = "wavlink,wl-wn570ha1", "mediatek,mt7628an-soc";
9 model = "Wavlink WL-WN570HA1";
10
11 keys {
12 compatible = "gpio-keys";
13
14 reset {
15 label = "reset";
16 gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
17 linux,code = <KEY_RESTART>;
18 };
19 };
20
21 leds {
22 compatible = "gpio-leds";
23
24 power {
25 function = LED_FUNCTION_POWER;
26 color = <LED_COLOR_ID_GREEN>;
27 gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
28 default-state = "keep";
29 };
30
31 wan {
32 function = LED_FUNCTION_WAN;
33 color = <LED_COLOR_ID_GREEN>;
34 gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
35 };
36
37 wifi-high {
38 label = "green:wifi-high";
39 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
40 };
41
42 wifi-med {
43 label = "green:wifi-med";
44 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
45 };
46
47 wifi-low {
48 label = "green:wifi-low";
49 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
50 };
51
52 wifi {
53 label = "green:wifi";
54 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
55 };
56 };
57 };
58
59 &state_default {
60 gpio {
61 groups = "i2c", "wled_an", "p0led_an", "wdt", "refclk";
62 function = "gpio";
63 };
64 };
65
66 &pcie {
67 status = "okay";
68 };
69
70 &pcie0 {
71 wifi@0,0 {
72 reg = <0x0000 0 0 0 0>;
73 nvmem-cells = <&eeprom_factory_8000>;
74 nvmem-cell-names = "eeprom";
75 ieee80211-freq-limit = <5000000 6000000>;
76 };
77 };
78
79 &spi0 {
80 status = "okay";
81
82 flash@0 {
83 compatible = "jedec,spi-nor";
84 reg = <0>;
85 spi-max-frequency = <10000000>;
86
87 partitions {
88 compatible = "fixed-partitions";
89 #address-cells = <1>;
90 #size-cells = <1>;
91
92 partition@0 {
93 label = "u-boot";
94 reg = <0x0 0x30000>;
95 read-only;
96 };
97
98 partition@30000 {
99 label = "u-boot-env";
100 reg = <0x30000 0x10000>;
101 read-only;
102 };
103
104 partition@40000 {
105 label = "factory";
106 reg = <0x40000 0x10000>;
107 read-only;
108
109 nvmem-layout {
110 compatible = "fixed-layout";
111 #address-cells = <1>;
112 #size-cells = <1>;
113
114 eeprom_factory_0: eeprom@0 {
115 reg = <0x0 0x400>;
116 };
117
118 eeprom_factory_8000: eeprom@8000 {
119 reg = <0x8000 0x200>;
120 };
121
122 macaddr_factory_2e: macaddr@2e {
123 reg = <0x2e 0x6>;
124 };
125 };
126 };
127
128 partition@50000 {
129 compatible = "denx,uimage";
130 label = "firmware";
131 reg = <0x50000 0x7b0000>;
132 };
133 };
134 };
135 };
136
137 &wmac {
138 status = "okay";
139
140 nvmem-cells = <&eeprom_factory_0>;
141 nvmem-cell-names = "eeprom";
142 };
143
144 &ethernet {
145 nvmem-cells = <&macaddr_factory_2e>;
146 nvmem-cell-names = "mac-address";
147 };
148
149 &esw {
150 mediatek,portmap = <0x2f>;
151 };