Revert "ramips: improve interrupt mapping"
[oweals/openwrt.git] / target / linux / ramips / dts / DIR-300-B7.dts
1 /dts-v1/;
2
3 #include "rt5350.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "dlink,dir-300-b7", "ralink,rt5350-soc";
10         model = "D-Link DIR-300 B7";
11
12         gpio-leds {
13                 compatible = "gpio-leds";
14
15                 status {
16                         label = "dir-300-b7:green:status";
17                         gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
18                 };
19
20                 wps {
21                         label = "dir-300-b7:blue:wps";
22                         gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
23                 };
24         };
25
26         gpio-keys-polled {
27                 compatible = "gpio-keys-polled";
28                 #address-cells = <1>;
29                 #size-cells = <0>;
30                 poll-interval = <20>;
31
32                 reset {
33                         label = "reset";
34                         gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
35                         linux,code = <KEY_RESTART>;
36                 };
37
38                 wps {
39                         label = "wps";
40                         gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
41                         linux,code = <KEY_WPS_BUTTON>;
42                 };
43         };
44 };
45
46 &spi0 {
47         status = "okay";
48
49         m25p80@0 {
50                 #address-cells = <1>;
51                 #size-cells = <1>;
52                 compatible = "jedec,spi-nor";
53                 reg = <0>;
54                 spi-max-frequency = <10000000>;
55
56                 partition@0 {
57                         label = "u-boot";
58                         reg = <0x0 0x30000>;
59                         read-only;
60                 };
61
62                 partition@30000 {
63                         label = "u-boot-env";
64                         reg = <0x30000 0x10000>;
65                         read-only;
66                 };
67
68                 factory: partition@40000 {
69                         label = "factory";
70                         reg = <0x40000 0x10000>;
71                         read-only;
72                 };
73
74                 partition@50000 {
75                         label = "firmware";
76                         reg = <0x50000 0x7b0000>;
77                 };
78         };
79 };
80
81 &pinctrl {
82         state_default: pinctrl0 {
83                 gpio {
84                         ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
85                         ralink,function = "gpio";
86                 };
87         };
88 };
89
90 &ethernet {
91         mtd-mac-address = <&factory 0x4>;
92 };
93
94 &esw {
95         mediatek,portmap = <0x2f>;
96         mediatek,led_polarity = <0x17>;
97 };
98
99 &wmac {
100         status = "okay";
101         ralink,led-polarity = <1>;
102         ralink,mtd-eeprom = <&factory 0>;
103 };