f67aef3ada1425dfc1b55266dcd032667d0eea3a
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / WCR150GN.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 = "sparklan,wcr150gn", "ralink,rt3050-soc";
10 model = "Sparklan WCR-150GN";
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 user {
56 label = "wcr-150gn:amber:user";
57 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
58 trigger-sources = <&otg_port1>;
59 linux,default-trigger = "usbport";
60 };
61
62 led_power: power {
63 label = "wcr-150gn:amber:power";
64 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
65 };
66 };
67
68 gpio-keys-polled {
69 compatible = "gpio-keys-polled";
70 poll-interval = <20>;
71
72 wps {
73 label = "wps";
74 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
75 linux,code = <KEY_WPS_BUTTON>;
76 };
77
78 reset {
79 label = "reset";
80 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
81 linux,code = <KEY_RESTART>;
82 };
83 };
84 };
85
86 &pinctrl {
87 state_default: pinctrl0 {
88 gpio {
89 ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
90 ralink,function = "gpio";
91 };
92 };
93 };
94
95 &ethernet {
96 mtd-mac-address = <&factory 0x4>;
97 };
98
99 &esw {
100 mediatek,portmap = <0x2f>;
101 };
102
103 &wmac {
104 ralink,mtd-eeprom = <&factory 0>;
105 };
106
107 &otg {
108 status = "okay";
109 };