treewide: remove dts-v1 identifier from DTSI files
[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 chosen {
13 bootargs = "console=ttyS0,115200n8";
14 };
15
16 aliases {
17 led-boot = &led_power;
18 led-failsafe = &led_power;
19 led-running = &led_power;
20 led-upgrade = &led_power;
21 label-mac-device = &eth0;
22 };
23
24 keys {
25 compatible = "gpio-keys";
26
27 pinctrl-names = "default";
28 pinctrl-0 = <&jtag_disable_pins>;
29
30 reset {
31 label = "reset";
32 linux,code = <KEY_RESTART>;
33 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
34 };
35
36 mode {
37 label = "mode";
38 linux,code = <BTN_0>;
39 linux,input-type = <EV_SW>;
40 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
41 };
42 };
43
44 leds {
45 compatible = "gpio-leds";
46
47 led_power: power {
48 label = "gl-ar750s:green:power";
49 gpios = <&gpio 1 GPIO_ACTIVE_LOW>;
50 default-state = "keep";
51 };
52
53 led_wlan2g: wlan2g {
54 label = "gl-ar750s:green:wlan2g";
55 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
56 linux,default-trigger = "phy1tpt";
57 };
58
59 led_wlan5g: wlan5g {
60 label = "gl-ar750s:green:wlan5g";
61 gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
62 linux,default-trigger = "phy0tpt";
63 };
64 };
65
66 i2c: i2c {
67 compatible = "i2c-gpio";
68
69 sda-gpios = <&gpio 5 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
70 scl-gpios = <&gpio 21 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
71 };
72 };
73
74 &spi {
75 status = "okay";
76
77 num-cs = <2>;
78 cs-gpios = <0>, <0>;
79
80 flash_nor: flash@0 {
81 compatible = "jedec,spi-nor";
82 reg = <0>;
83 spi-max-frequency = <25000000>;
84
85 nor_partitions: partitions {
86 compatible = "fixed-partitions";
87 #address-cells = <1>;
88 #size-cells = <1>;
89
90 partition@0 {
91 label = "u-boot";
92 reg = <0x000000 0x040000>;
93 read-only;
94 };
95
96 partition@40000 {
97 label = "u-boot-env";
98 reg = <0x040000 0x010000>;
99 };
100
101 art: partition@50000 {
102 label = "art";
103 reg = <0x050000 0x010000>;
104 read-only;
105 };
106
107 nor_firmware: partition@60000 {
108 label = "nor_firmware";
109 reg = <0x060000 0xfa0000>;
110 };
111
112 nor_kernel: partition_alt@60000 {
113 label = "nor_kernel";
114 reg = <0x060000 0x400000>;
115 };
116
117 nor_reserved: parition_alt@460000 {
118 label = "nor_reserved";
119 reg = <0x460000 0xba0000>;
120 };
121 };
122 };
123
124 flash_nand: flash@1 {
125 compatible = "spi-nand";
126 reg = <1>;
127 spi-max-frequency = <25000000>;
128
129 nand_partitions: partitions {
130 compatible = "fixed-partitions";
131 #address-cells = <1>;
132 #size-cells = <1>;
133
134 nand_ubi: partition@0 {
135 label = "nand_ubi";
136 reg = <0x000000 0x8000000>;
137 };
138 };
139 };
140 };
141
142 &eth0 {
143 status = "okay";
144
145 phy-handle = <&phy0>;
146 mtd-mac-address = <&art 0x0>;
147 };
148
149 &gpio {
150 usb_vbus {
151 gpio-hog;
152 gpios = <7 GPIO_ACTIVE_HIGH>;
153 output-high;
154 line-name = "usb-vbus";
155 };
156 };
157
158 &mdio0 {
159 status = "okay";
160
161 phy-mask = <0>;
162
163 phy0: ethernet-phy@0 {
164 reg = <0>;
165 phy-mode = "sgmii";
166 qca,ar8327-initvals = <
167 0x04 0x00080080 /* PORT0 PAD MODE CTRL */
168 0x7c 0x0000007e /* PORT0_STATUS */
169 >;
170 };
171 };
172
173 &pcie {
174 status = "okay";
175 };
176
177 &uart {
178 status = "okay";
179 };
180
181 &usb0 {
182 status = "okay";
183 };
184
185 &usb1 {
186 status = "okay";
187 };
188
189 &usb_phy0 {
190 status = "okay";
191 };
192
193 &usb_phy1 {
194 status = "okay";
195 };
196
197 &wmac {
198 status = "okay";
199
200 mtd-cal-data = <&art 0x1000>;
201 };