ramips: convert rt2x00 EEPROM to NVMEM format
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / rt3050_tenda_w150m.dts
1 #include "rt3050.dtsi"
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 / {
7 compatible = "tenda,w150m", "ralink,rt3050-soc";
8 model = "Tenda W150M";
9
10 aliases {
11 led-boot = &led_ap;
12 led-failsafe = &led_ap;
13 led-running = &led_ap;
14 led-upgrade = &led_ap;
15 };
16
17 flash@1f000000 {
18 compatible = "cfi-flash";
19 reg = <0x1f000000 0x800000>;
20 bank-width = <2>;
21 device-width = <2>;
22
23 partitions {
24 compatible = "fixed-partitions";
25 #address-cells = <1>;
26 #size-cells = <1>;
27
28 partition@0 {
29 label = "u-boot";
30 reg = <0x0 0x30000>;
31 read-only;
32 };
33
34 partition@30000 {
35 label = "u-boot-env";
36 reg = <0x30000 0x10000>;
37 read-only;
38 };
39
40 factory: partition@40000 {
41 compatible = "nvmem-cells";
42 label = "factory";
43 reg = <0x40000 0x10000>;
44 #address-cells = <1>;
45 #size-cells = <1>;
46 read-only;
47
48 eeprom_factory_0: eeprom@0 {
49 reg = <0x0 0x200>;
50 };
51
52 macaddr_factory_4: macaddr@4 {
53 reg = <0x4 0x6>;
54 };
55 };
56
57 partition@50000 {
58 compatible = "denx,uimage";
59 label = "firmware";
60 reg = <0x50000 0x3b0000>;
61 };
62 };
63 };
64
65 leds {
66 compatible = "gpio-leds";
67
68 3grouter {
69 label = "blue:3grouter";
70 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
71 };
72
73 led_ap: ap {
74 label = "blue:ap";
75 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
76 };
77
78 wisprouter {
79 label = "blue:wisprouter";
80 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
81 };
82
83 wirelessrouter {
84 label = "blue:wirelessrouter";
85 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
86 };
87
88 3g {
89 label = "blue:3g";
90 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
91 };
92
93 wpsreset {
94 label = "blue:wpsreset";
95 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
96 };
97 };
98
99 keys {
100 compatible = "gpio-keys-polled";
101 poll-interval = <20>;
102
103 reset {
104 label = "reset";
105 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
106 linux,code = <KEY_RESTART>;
107 };
108
109 mode {
110 label = "mode";
111 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
112 linux,code = <BTN_0>;
113 };
114 };
115 };
116
117 &state_default {
118 gpio {
119 groups = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
120 function = "gpio";
121 };
122 };
123
124 &ethernet {
125 nvmem-cells = <&macaddr_factory_4>;
126 nvmem-cell-names = "mac-address";
127 };
128
129 &esw {
130 mediatek,portmap = <0x2f>;
131 };
132
133 &wmac {
134 nvmem-cells = <&eeprom_factory_0>;
135 nvmem-cell-names = "eeprom";
136 };