17bf4a83f75a44314a2663703af77d39971bf1f4
[openwrt/openwrt.git] / target / linux / ramips / dts / FONERA20N.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 = "fon,fonera20n", "ralink,rt3052-soc";
10 model = "La Fonera 2.0N";
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 0x7b0000>;
48 };
49 };
50 };
51
52 gpio-leds {
53 compatible = "gpio-leds";
54
55 wifi {
56 label = "fonera20n:orange:wifi";
57 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
58 };
59
60 led_power: power {
61 label = "fonera20n:green:power";
62 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
63 };
64
65 usb {
66 label = "fonera20n:orange:usb";
67 gpios = <&gpio0 14 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 12 GPIO_ACTIVE_LOW>;
78 linux,code = <KEY_RESTART>;
79 };
80
81 switch {
82 label = "switch";
83 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
84 linux,code = <KEY_RFKILL>;
85 linux,input-type = <EV_SW>;
86 };
87 };
88 };
89
90 &pinctrl {
91 state_default: pinctrl0 {
92 gpio {
93 ralink,group = "i2c", "spi", "jtag", "mdio", "rgmii", "uartf";
94 ralink,function = "gpio";
95 };
96 };
97 };
98
99 &ethernet {
100 mtd-mac-address = <&factory 0x28>;
101 };
102
103 &esw {
104 #address-cells = <1>;
105 #size-cells = <0>;
106
107 mediatek,portmap = <0x2f>;
108
109 port@0 {
110 compatible = "swconfig,port";
111 reg = <0>;
112 swconfig,segment = "lan";
113 swconfig,portmap = <0 4>;
114 };
115
116 port@1 {
117 compatible = "swconfig,port";
118 reg = <1>;
119 swconfig,segment = "lan";
120 swconfig,portmap = <1 3>;
121 };
122
123 port@2 {
124 compatible = "swconfig,port";
125 reg = <2>;
126 swconfig,segment = "lan";
127 swconfig,portmap = <2 2>;
128 };
129
130 port@3 {
131 compatible = "swconfig,port";
132 reg = <3>;
133 swconfig,segment = "lan";
134 swconfig,portmap = <3 1>;
135 };
136
137 port@4 {
138 compatible = "swconfig,port";
139 reg = <4>;
140 swconfig,segment = "wan";
141 swconfig,portmap = <4 0>;
142 };
143 };
144
145 &wmac {
146 ralink,mtd-eeprom = <&factory 0>;
147 };
148
149 &otg {
150 status = "okay";
151 };