ramips: move partitions into partition table node
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / WL-351.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 = "sitecom,wl-351", "ralink,rt3052-soc";
10 model = "Sitecom WL-351 v1 002";
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@50000 {
46 label = "firmware";
47 reg = <0x50000 0x3b0000>;
48 };
49 };
50 };
51
52 gpio-leds {
53 compatible = "gpio-leds";
54
55 led_power: power {
56 label = "wl-351:amber:power";
57 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
58 };
59
60 unpopulated {
61 label = "wl-351:amber:unpopulated";
62 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
63 };
64
65 unpopulated2 {
66 label = "wl-351:blue:unpopulated";
67 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
68 };
69 };
70
71 gpio-keys-polled {
72 compatible = "gpio-keys-polled";
73 poll-interval = <20>;
74
75 reset {
76 label = "reset";
77 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
78 linux,code = <KEY_RESTART>;
79 };
80
81 wps {
82 label = "wps";
83 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
84 linux,code = <KEY_WPS_BUTTON>;
85 };
86 };
87
88 rtl8366rb {
89 compatible = "realtek,rtl8366rb";
90 gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
91 gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
92 };
93 };
94
95 &pinctrl {
96 state_default: pinctrl0 {
97 gpio {
98 ralink,group = "spi", "i2c", "jtag", "mdio", "uartf";
99 ralink,function = "gpio";
100 };
101 };
102 };
103
104 &ethernet {
105 mtd-mac-address = <&factory 0x4>;
106 pinctrl-names = "default";
107 pinctrl-0 = <&rgmii_pins>;
108 };
109
110 &esw {
111 ralink,rgmii = <1>;
112 mediatek,portmap = <0x3f>;
113 ralink,fct2 = <0x0002500c>;
114 /*
115 * ext phy base addr 31, rx/tx clock skew 0,
116 * turbo mii off, rgmi 3.3v off, port 5 polling off
117 * port5: enabled, gige, full-duplex, rx/tx-flow-control
118 * port6: enabled, gige, full-duplex, rx/tx-flow-control
119 */
120 ralink,fpa2 = <0x1f003fff>;
121 };
122
123 &wmac {
124 ralink,mtd-eeprom = <&factory 0>;
125 };
126
127 &otg {
128 status = "okay";
129 };