ramips: specify "firmware" partition format
[openwrt/openwrt.git] / target / linux / ramips / dts / TEW-691GR.dts
1 /dts-v1/;
2
3 #include "rt3883.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "trendnet,tew-691gr", "ralink,rt3883-soc";
10 model = "TRENDnet TEW-691GR";
11
12 aliases {
13 led-boot = &led_wps;
14 led-failsafe = &led_wps;
15 led-running = &led_wps;
16 led-upgrade = &led_wps;
17 };
18
19 nor-flash@1c000000 {
20 compatible = "cfi-flash";
21 reg = <0x1c000000 0x800000>;
22 bank-width = <2>;
23
24 partitions {
25 compatible = "fixed-partitions";
26 #address-cells = <1>;
27 #size-cells = <1>;
28
29 partition@0 {
30 reg = <0x0 0x0030000>;
31 label = "u-boot";
32 read-only;
33 };
34
35 partition@30000 {
36 reg = <0x00030000 0x00010000>;
37 label = "u-boot-env";
38 read-only;
39 };
40
41 factory: partition@40000 {
42 reg = <0x00040000 0x00010000>;
43 label = "factory";
44 read-only;
45 };
46
47 partition@50000 {
48 compatible = "denx,uimage";
49 reg = <0x00050000 0x007b0000>;
50 label = "firmware";
51 };
52 };
53 };
54
55 gpio-keys-polled {
56 compatible = "gpio-keys-polled";
57 poll-interval = <100>;
58
59 reset {
60 label = "reset";
61 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
62 linux,code = <KEY_RESTART>;
63 };
64
65 wps {
66 label = "wps";
67 gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
68 linux,code = <KEY_WPS_BUTTON>;
69 };
70
71 rfkill {
72 label = "rfkill";
73 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
74 linux,code = <KEY_RFKILL>;
75 };
76 };
77
78 gpio-leds {
79 compatible = "gpio-leds";
80
81 led_wps: wps {
82 label = "tew-691gr:green:wps";
83 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
84 };
85 };
86 };
87
88 &gpio1 {
89 status = "okay";
90 };
91
92 &pinctrl {
93 state_default: pinctrl0 {
94 gpio {
95 ralink,group = "spi", "i2c", "jtag", "uartf";
96 ralink,function = "gpio";
97 };
98 };
99 };
100
101 &ethernet {
102 mtd-mac-address = <&factory 0x4>;
103
104 port@0 {
105 phy-handle = <&phy0>;
106 phy-mode = "rgmii";
107 };
108
109 mdio-bus {
110 status = "okay";
111
112 phy0: ethernet-phy@0 {
113 reg = <0>;
114 phy-mode = "rgmii";
115 };
116 };
117 };
118
119 &wmac {
120 status = "okay";
121 ralink,mtd-eeprom = <&factory 0x0>;
122 ralink,5ghz = <0>;
123 mtd-mac-address = <&factory 0x4>;
124 mtd-mac-address-increment = <1>;
125 };