ramips: remove top-level {address,size}-cells properties from .dts files
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / MZK-W300NH2.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6 compatible = "MZK-W300NH2", "ralink,rt3052-soc";
7 model = "Planex MZK-W300NH2";
8
9 memorydetect {
10 ralink,memory = <0x0 0x200000 0x4000000>;
11 };
12
13 chosen {
14 bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,128k@0x3e0000(cimage)ro,3648k@0x50000(firmware)";
15 };
16
17 palmbus@10000000 {
18 sysc@0 {
19 ralink,pinmux = "uartlite", "mdio", "sdram", "rgmii";
20 ralink,gpiomux = "i2c", "spi", "jtag";
21 ralink,uartmux = "gpio";
22 ralink,wdtmux = <1>;
23 };
24
25 gpio0: gpio@600 {
26 status = "okay";
27 };
28 };
29
30 cfi@1f000000 {
31 compatible = "cfi-flash";
32 reg = <0x1f000000 0x800000>;
33
34 bank-width = <2>;
35 device-width = <2>;
36 #address-cells = <1>;
37 #size-cells = <1>;
38 };
39
40 ethernet@10100000 {
41 status = "okay";
42 };
43
44 esw@10110000 {
45 status = "okay";
46 ralink,portmap = <0x2f>;
47 };
48
49 gpio-leds {
50 compatible = "gpio-leds";
51 power {
52 label = "mzkw300nh2:green:power";
53 gpios = <&gpio0 9 1>;
54 };
55 wlan {
56 label = "mzkw300nh2:amber:wlan";
57 gpios = <&gpio0 14 1>;
58 };
59 wps {
60 label = "mzkw300nh2:amber:wps";
61 gpios = <&gpio0 11 1>;
62 };
63 };
64
65 gpio-keys-polled {
66 compatible = "gpio-keys-polled";
67 #address-cells = <1>;
68 #size-cells = <0>;
69 poll-interval = <20>;
70 wps {
71 label = "wps";
72 gpios = <&gpio0 12 1>;
73 linux,code = <0x211>;
74 };
75 reset {
76 label = "reset";
77 gpios = <&gpio0 0 1>;
78 linux,code = <0x198>;
79 };
80 rt {
81 label = "rt";
82 gpios = <&gpio0 13 1>;
83 linux,code = <0x100>;
84 };
85 };
86
87 wmac@10180000 {
88 status = "okay";
89 };
90 };