ramips: move partitions into partition table node
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / kng_rc.dts
1 /dts-v1/;
2
3 #include "mt7620a.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "zyxel,keenetic-viva", "ralink,mt7620a-soc";
10 model = "ZyXEL Keenetic Viva";
11
12 aliases {
13 led-status = &led_power_green;
14 };
15
16 gpio-leds {
17 compatible = "gpio-leds";
18
19 wan {
20 label = "kng_rc:green:wan";
21 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
22 };
23
24 usb {
25 label = "kng_rc:green:usb";
26 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
27 };
28
29 power_alert {
30 label = "kng_rc:red:power";
31 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
32 };
33
34 wifi {
35 label = "kng_rc:green:wifi";
36 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
37 };
38
39 led_power_green: power {
40 label = "kng_rc:green:power";
41 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
42 };
43 };
44
45 gpio-keys-polled {
46 compatible = "gpio-keys";
47 poll-interval = <20>;
48
49 reset {
50 label = "reset";
51 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
52 linux,code = <KEY_RESTART>;
53 };
54
55 wps {
56 label = "wps";
57 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
58 linux,code = <KEY_WPS_BUTTON>;
59 };
60
61 fn {
62 label = "fn";
63 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
64 linux,code = <BTN_0>;
65 };
66 };
67
68 gpio_export {
69 compatible = "gpio-export";
70 #size-cells = <0>;
71
72 usb_power {
73 gpio-export,name = "usb";
74 gpio-export,output = <1>;
75 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
76 };
77 };
78
79 rtl8367rb {
80 compatible = "realtek,rtl8367b";
81 cpu_port = <7>;
82 realtek,extif2 = <1 0 1 1 1 1 1 1 2>;
83 mii-bus = <&mdio0>;
84 };
85 };
86
87 &spi0 {
88 status = "okay";
89
90 m25p80@0 {
91 compatible = "jedec,spi-nor";
92 reg = <0>;
93 spi-max-frequency = <10000000>;
94
95 partitions {
96 compatible = "fixed-partitions";
97 #address-cells = <1>;
98 #size-cells = <1>;
99
100 partition@0 {
101 label = "u-boot";
102 reg = <0x0 0x30000>;
103 read-only;
104 };
105
106 partition@30000 {
107 label = "u-boot-env";
108 reg = <0x30000 0x10000>;
109 read-only;
110 };
111
112 factory: partition@40000 {
113 label = "factory";
114 reg = <0x40000 0x10000>;
115 read-only;
116 };
117
118 partition@50000 {
119 label = "firmware";
120 reg = <0x50000 0xfb0000>;
121 };
122 };
123 };
124 };
125
126 &pinctrl {
127 state_default: pinctrl0 {
128 gpio {
129 ralink,group = "i2c", "uartf";
130 ralink,function = "gpio";
131 };
132 };
133 };
134
135 &ethernet {
136 status = "okay";
137 pinctrl-names = "default";
138 pinctrl-0 = <&rgmii2_pins &mdio_pins>;
139 mtd-mac-address = <&factory 0x00004>;
140
141 port@4 {
142 status = "okay";
143 mediatek,fixed-link = <1000 1 1 1>;
144 phy-mode = "rgmii";
145 phy-handle = <&phy4>;
146 };
147
148 mdio0: mdio-bus {
149 status = "okay";
150
151 phy4: ethernet-phy@4 {
152 reg = <4>;
153 phy-mode = "rgmii";
154 };
155 };
156 };
157
158 &gsw {
159 mediatek,port4 = "gmac";
160 };
161
162 &wmac {
163 ralink,mtd-eeprom = <&factory 0>;
164 };
165
166 &ehci {
167 status = "okay";
168 };
169
170 &ohci {
171 status = "okay";
172 };