9480e59b8b03d31c6df2a1ff664307b7ff7edba6
[oweals/openwrt.git] / target / linux / ramips / dts / ZL5900V2.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 = "zorlik,zl5900v2", "ralink,rt5350-soc";
10         model = "Zorlik ZL5900V2";
11
12         aliases {
13                 led-status = &led_power;
14         };
15
16         gpio-leds {
17                 compatible = "gpio-leds";
18
19                 lan {
20                         label = "zl5900v2:green:lan";
21                         gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
22                 };
23
24                 led_power: power {
25                         label = "zl5900v2:blue:power";
26                         gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
27                 };
28         };
29
30         gpio-keys-polled {
31                 compatible = "gpio-keys-polled";
32                 poll-interval = <20>;
33
34                 reset {
35                         label = "reset";
36                         gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
37                         linux,code = <KEY_RESTART>;
38                 };
39         };
40 };
41
42 &spi0 {
43         status = "okay";
44
45         m25p80@0 {
46                 compatible = "jedec,spi-nor";
47                 reg = <0>;
48                 spi-max-frequency = <10000000>;
49
50                 partitions {
51                         compatible = "fixed-partitions";
52                         #address-cells = <1>;
53                         #size-cells = <1>;
54
55                         partition@0 {
56                                 label = "u-boot";
57                                 reg = <0x0 0x30000>;
58                                 read-only;
59                         };
60
61                         partition@30000 {
62                                 label = "u-boot-env";
63                                 reg = <0x30000 0x10000>;
64                                 read-only;
65                         };
66
67                         factory: partition@40000 {
68                                 label = "factory";
69                                 reg = <0x40000 0x10000>;
70                                 read-only;
71                         };
72
73                         partition@50000 {
74                                 label = "firmware";
75                                 reg = <0x50000 0x7b0000>;
76                         };
77                 };
78         };
79 };
80
81 &pinctrl {
82         state_default: pinctrl0 {
83                 gpio {
84                         ralink,group = "jtag", "uartf";
85                         ralink,function = "gpio";
86                 };
87         };
88 };
89
90 &ethernet {
91         mtd-mac-address = <&factory 0x4>;
92 };
93
94 &esw {
95         mediatek,portmap = <0>;
96         mediatek,portdisable = <0x2f>;
97 };
98
99 &wmac {
100         ralink,mtd-eeprom = <&factory 0>;
101 };