ramips: fix power LED DTB for wt3020
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / NW718.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 = "netcore,nw718", "ralink,rt3050-soc";
10 model = "Netcore NW718";
11
12 aliases {
13 led-status = &led_cpu;
14 };
15
16 gpio-leds {
17 compatible = "gpio-leds";
18
19 led_cpu: cpu {
20 label = "nw718:amber:cpu";
21 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
22 };
23
24 usb {
25 label = "nw718:amber:usb";
26 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
27 };
28
29 wps {
30 label = "nw718:amber:wps";
31 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
32 };
33 };
34
35 gpio-keys-polled {
36 compatible = "gpio-keys-polled";
37 poll-interval = <20>;
38
39 reset {
40 label = "reset";
41 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
42 linux,code = <KEY_RESTART>;
43 };
44
45 wps {
46 label = "wps";
47 gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
48 linux,code = <KEY_WPS_BUTTON>;
49 };
50 };
51 };
52
53 &spi0 {
54 status = "okay";
55
56 m25p80@0 {
57 compatible = "jedec,spi-nor";
58 reg = <0>;
59 spi-max-frequency = <25000000>;
60
61 partitions {
62 compatible = "fixed-partitions";
63 #address-cells = <1>;
64 #size-cells = <1>;
65
66 partition@0 {
67 label = "u-boot";
68 reg = <0x0 0x30000>;
69 read-only;
70 };
71
72 partition@30000 {
73 label = "config";
74 reg = <0x30000 0x20000>;
75 read-only;
76 };
77
78 factory: partition@50000 {
79 label = "factory";
80 reg = <0x50000 0x10000>;
81 read-only;
82 };
83
84 partition@60000 {
85 label = "firmware";
86 reg = <0x60000 0x3a0000>;
87 };
88 };
89 };
90 };
91
92 &pinctrl {
93 state_default: pinctrl0 {
94 gpio {
95 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
96 ralink,function = "gpio";
97 };
98 };
99 };
100
101 &ethernet {
102 mtd-mac-address = <&factory 0x4>;
103 };
104
105 &esw {
106 mediatek,portmap = <0x2f>;
107 };
108
109 &wmac {
110 ralink,mtd-eeprom = <&factory 0>;
111 };
112
113 &otg {
114 status = "okay";
115 };