ramips: fix dtc warnings
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WL-WN575A3.dts
1 /dts-v1/;
2 #include <dt-bindings/input/input.h>
3 #include <dt-bindings/gpio/gpio.h>
4
5 #include "mt7628an.dtsi"
6
7 / {
8 compatible = "wavlink,wl-wn575a3", "mediatek,mt7628an-soc";
9 model = "Wavlink WL-WN575A3";
10
11 chosen {
12 bootargs = "console=ttyS0,57600";
13 };
14
15 memory@0 {
16 device_type = "memory";
17 reg = <0x0 0x4000000>;
18 };
19
20 gpio-keys-polled {
21 compatible = "gpio-keys-polled";
22 poll-interval = <20>;
23
24 reset {
25 label = "reset";
26 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
27 linux,code = <KEY_RESTART>;
28 };
29
30 wps {
31 label = "wps";
32 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
33 linux,code = <KEY_WPS_BUTTON>;
34 };
35 };
36
37 gpio-leds {
38 compatible = "gpio-leds";
39
40 wifi-high {
41 label = "wl-wn575a3:green:wifi-high";
42 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
43 };
44
45 wifi-med {
46 label = "wl-wn575a3:green:wifi-med";
47 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
48 };
49
50 wifi-low {
51 label = "wl-wn575a3:green:wifi-low";
52 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
53 };
54
55 wps {
56 label = "wl-wn575a3:green:wps";
57 gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
58 };
59 };
60 };
61
62 &pinctrl {
63 state_default: pinctrl0 {
64 gpio {
65 ralink,group = "i2c", "wled_an";
66 ralink,function = "gpio";
67 };
68 };
69 };
70
71 &pcie {
72 status = "okay";
73 };
74
75 &pcie0 {
76 mt76@0,0 {
77 reg = <0x0000 0 0 0 0>;
78 mediatek,mtd-eeprom = <&factory 0x8000>;
79 ieee80211-freq-limit = <5000000 6000000>;
80 };
81 };
82
83 &spi0 {
84 status = "okay";
85
86 m25p80@0 {
87 #address-cells = <1>;
88 #size-cells = <1>;
89 compatible = "jedec,spi-nor";
90 reg = <0>;
91 spi-max-frequency = <10000000>;
92 m25p,chunked-io = <32>;
93
94 partition@0 {
95 label = "u-boot";
96 reg = <0x0 0x30000>;
97 read-only;
98 };
99
100 partition@30000 {
101 label = "u-boot-env";
102 reg = <0x30000 0x10000>;
103 read-only;
104 };
105
106 factory: partition@40000 {
107 label = "factory";
108 reg = <0x40000 0x10000>;
109 read-only;
110 };
111
112 partition@50000 {
113 label = "firmware";
114 reg = <0x50000 0x7b0000>;
115 };
116 };
117 };
118
119 &wmac {
120 status = "okay";
121 ralink,mtd-eeprom = <&factory 0x4>;
122 };
123
124 &ethernet {
125 mtd-mac-address = <&factory 0x2e>;
126 mediatek,portmap = "llllw";
127 };