ath79: re-enable image generation for GL-AR750S
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_glinet_gl-ar750s.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 #include "qca956x.dtsi"
7
8 / {
9 compatible = "glinet,gl-ar750s", "qca,qca9563";
10 model = "GL.iNet GL-AR750S";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 label-mac-device = &eth0;
18 };
19
20 keys {
21 compatible = "gpio-keys";
22
23 pinctrl-names = "default";
24 pinctrl-0 = <&jtag_disable_pins>;
25
26 reset {
27 label = "reset";
28 linux,code = <KEY_RESTART>;
29 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
30 };
31
32 mode {
33 label = "mode";
34 linux,code = <BTN_0>;
35 linux,input-type = <EV_SW>;
36 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
37 };
38 };
39
40 leds {
41 compatible = "gpio-leds";
42
43 led_power: power {
44 label = "gl-ar750s:green:power";
45 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
46 default-state = "keep";
47 };
48
49 led_wlan2g: wlan2g {
50 label = "gl-ar750s:green:wlan2g";
51 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
52 linux,default-trigger = "phy1tpt";
53 };
54
55 led_wlan5g: wlan5g {
56 label = "gl-ar750s:green:wlan5g";
57 gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
58 linux,default-trigger = "phy0tpt";
59 };
60 };
61
62 i2c: i2c {
63 compatible = "i2c-gpio";
64
65 sda-gpios = <&gpio 5 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
66 scl-gpios = <&gpio 21 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
67 };
68 };
69
70 &spi {
71 status = "okay";
72
73 num-cs = <2>;
74
75 flash_nor: flash@0 {
76 compatible = "jedec,spi-nor";
77 reg = <0>;
78 spi-max-frequency = <25000000>;
79
80 nor_partitions: partitions {
81 compatible = "fixed-partitions";
82 #address-cells = <1>;
83 #size-cells = <1>;
84
85 partition@0 {
86 label = "u-boot";
87 reg = <0x000000 0x040000>;
88 read-only;
89 };
90
91 partition@40000 {
92 label = "u-boot-env";
93 reg = <0x040000 0x010000>;
94 };
95
96 art: partition@50000 {
97 label = "art";
98 reg = <0x050000 0x010000>;
99 read-only;
100 };
101
102 /* Firmware / Kernel flash type specific */
103 };
104 };
105
106 flash_nand: flash@1 {
107 compatible = "spi-nand";
108 reg = <1>;
109 spi-max-frequency = <25000000>;
110
111 nand_partitions: partitions {
112 compatible = "fixed-partitions";
113 #address-cells = <1>;
114 #size-cells = <1>;
115
116 nand_ubi: partition@0 {
117 label = "nand_ubi";
118 reg = <0x000000 0x8000000>;
119 };
120 };
121 };
122 };
123
124 &eth0 {
125 status = "okay";
126
127 phy-handle = <&phy0>;
128 mtd-mac-address = <&art 0x0>;
129 };
130
131 &gpio {
132 usb_vbus {
133 gpio-hog;
134 gpios = <7 GPIO_ACTIVE_HIGH>;
135 output-high;
136 line-name = "usb-vbus";
137 };
138 };
139
140 &mdio0 {
141 status = "okay";
142
143 phy-mask = <0>;
144
145 phy0: ethernet-phy@0 {
146 reg = <0>;
147 phy-mode = "sgmii";
148 qca,ar8327-initvals = <
149 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
150 0x7c 0x0000007e /* PORT0_STATUS */
151 >;
152 };
153 };
154
155 &pcie {
156 status = "okay";
157 };
158
159 &uart {
160 status = "okay";
161 };
162
163 &usb0 {
164 status = "okay";
165 };
166
167 &usb1 {
168 status = "okay";
169 };
170
171 &usb_phy0 {
172 status = "okay";
173 };
174
175 &usb_phy1 {
176 status = "okay";
177 };
178
179 &wmac {
180 status = "okay";
181
182 mtd-cal-data = <&art 0x1000>;
183 };