af172f1806f2f42e217218e3f157d77da5203720
[openwrt/openwrt.git] / target / linux / ramips / dts / MZK-W300NH2.dts
1 /dts-v1/;
2
3 #include "rt3050.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "planex,mzk-w300nh2", "ralink,rt3052-soc";
10 model = "Planex MZK-W300NH2";
11
12 aliases {
13 led-status = &led_power;
14 };
15
16 cfi@1f000000 {
17 compatible = "cfi-flash";
18 reg = <0x1f000000 0x800000>;
19 bank-width = <2>;
20 device-width = <2>;
21
22 partitions {
23 compatible = "fixed-partitions";
24 #address-cells = <1>;
25 #size-cells = <1>;
26
27 partition@0 {
28 label = "u-boot";
29 reg = <0x0 0x30000>;
30 read-only;
31 };
32
33 partition@30000 {
34 label = "u-boot-env";
35 reg = <0x30000 0x10000>;
36 read-only;
37 };
38
39 factory: partition@40000 {
40 label = "factory";
41 reg = <0x40000 0x10000>;
42 read-only;
43 };
44
45 partition@3e0000 {
46 label = "cimage";
47 reg = <0x3e0000 0x20000>;
48 read-only;
49 };
50
51 partition@50000 {
52 label = "firmware";
53 reg = <0x50000 0x390000>;
54 };
55 };
56 };
57
58 gpio-leds {
59 compatible = "gpio-leds";
60
61 led_power: power {
62 label = "mzk-w300nh2:green:power";
63 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
64 };
65
66 wlan {
67 label = "mzk-w300nh2:amber:wlan";
68 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
69 };
70
71 wps {
72 label = "mzk-w300nh2:amber:wps";
73 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
74 };
75 };
76
77 gpio-keys-polled {
78 compatible = "gpio-keys-polled";
79 poll-interval = <20>;
80
81 wps {
82 label = "wps";
83 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
84 linux,code = <KEY_WPS_BUTTON>;
85 };
86
87 reset {
88 label = "reset";
89 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
90 linux,code = <KEY_RESTART>;
91 };
92
93 rt {
94 label = "rt";
95 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
96 linux,code = <BTN_0>;
97 };
98 };
99 };
100
101 &pinctrl {
102 state_default: pinctrl0 {
103 gpio {
104 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
105 ralink,function = "gpio";
106 };
107 };
108 };
109
110 &ethernet {
111 mtd-mac-address = <&factory 0x4>;
112 };
113
114 &esw {
115 mediatek,portmap = <0x2f>;
116 };
117
118 &wmac {
119 ralink,mtd-eeprom = <&factory 0>;
120 };