Revert faulty tree push
[oweals/openwrt.git] / target / linux / ramips / dts / mt7621_netgear_r6350.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3
4 #include "mt7621.dtsi"
5
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
8
9 / {
10         compatible = "netgear,r6350", "mediatek,mt7621-soc";
11         model = "Netgear R6350";
12
13         aliases {
14                 led-boot = &led_power;
15                 led-failsafe = &led_power;
16                 led-running = &led_power;
17                 led-upgrade = &led_power;
18         };
19
20         chosen {
21                 bootargs = "console=ttyS0,57600";
22         };
23
24         leds {
25                 compatible = "gpio-leds";
26
27                 led_power: power {
28                         label = "r6350:green:power";
29                         gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
30                 };
31
32                 usb {
33                         label = "r6350:green:usb";
34                         gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
35                         trigger-sources = <&xhci_ehci_port1>, <&ehci_port2>;
36                         linux,default-trigger = "usbport";
37                 };
38
39                 internet {
40                         label = "r6350:green:wan";
41                         gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
42                 };
43
44                 wifi {
45                         label = "r6350:green:wifi";
46                         gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
47                 };
48         };
49
50         keys {
51                 compatible = "gpio-keys-polled";
52                 poll-interval = <20>;
53
54                 wps {
55                         label = "wps";
56                         gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
57                         linux,code = <KEY_WPS_BUTTON>;
58                 };
59
60                 reset {
61                         label = "reset";
62                         gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
63                         linux,code = <KEY_RESTART>;
64                 };
65         };
66
67         gpio_export {
68                 compatible = "gpio-export";
69                 #size-cells = <0>;
70
71                 usbpower {
72                         gpio-export,name = "usbpower";
73                         gpio-export,output = <1>;
74                         gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
75                 };
76         };
77 };
78
79 &nand {
80         status = "okay";
81
82         partitions {
83                 compatible = "fixed-partitions";
84                 #address-cells = <1>;
85                 #size-cells = <1>;
86
87                 partition@0 {
88                         label = "u-boot";
89                         reg = <0x0 0x100000>;
90                         read-only;
91                 };
92
93                 partition@100000 {
94                         label = "SC PART_MAP";
95                         reg = <0x100000 0x100000>;
96                         read-only;
97                 };
98
99                 partition@200000 {
100                         label = "kernel";
101                         reg = <0x200000 0x400000>;
102                 };
103
104                 partition@600000 {
105                         label = "ubi";
106                         reg = <0x600000 0x2800000>;
107                 };
108
109                 partition@2e00000 {
110                         label = "reserved0";
111                         reg = <0x2e00000 0x1800000>;
112                         read-only;
113                 };
114
115                 factory: partition@4600000 {
116                         label = "factory";
117                         reg = <0x4600000 0x200000>;
118                         read-only;
119                 };
120
121                 partition@4800000 {
122                         label = "reserved1";
123                         reg = <0x4800000 0x3800000>;
124                         read-only;
125                 };
126         };
127 };
128
129 &pcie {
130         status = "okay";
131 };
132
133 &pcie1 {
134         wifi@0,0 {
135                 reg = <0x0 0 0 0 0>;
136                 mediatek,mtd-eeprom = <&factory 0x0>;
137                 ieee80211-freq-limit = <2400000 2500000>;
138         };
139 };
140
141 &ethernet {
142         mtd-mac-address = <&factory 0x4>;
143 };
144
145 &pinctrl {
146         state_default: pinctrl0 {
147                 gpio {
148                         ralink,group = "uart3", "uart2", "jtag", "wdt";
149                         ralink,function = "gpio";
150                 };
151         };
152 };