CI: build-tools: build all host tools
[openwrt/staging/jow.git] / target / linux / ipq807x / files / arch / arm64 / boot / dts / qcom / ipq8072-wax218.dts
1 /dts-v1/;
2
3 #include "ipq8074.dtsi"
4 #include "ipq8074-hk-cpu.dtsi"
5 #include "ipq8074-ess.dtsi"
6
7 #include <dt-bindings/input/input.h>
8 #include <dt-bindings/gpio/gpio.h>
9
10 / {
11 model = "Netgear WAX218";
12 compatible = "netgear,wax218", "qcom,ipq8074";
13
14 aliases {
15 serial0 = &blsp1_uart5;
16 led-boot = &led_power_amber;
17 led-failsafe = &led_power_amber;
18 led-running = &led_power_amber;
19 led-upgrade = &led_power_amber;
20 };
21
22 chosen {
23 stdout-path = "serial0:115200n8";
24 /*
25 * Netgear's U-Boot adds "ubi.mtd=rootfs root=mtd:ubi_rootfs"
26 * That fails to create a UBI block device, so add it here.
27 */
28 bootargs-append = " ubi.block=0,rootfs root=/dev/ubiblock0_1";
29 };
30
31 keys {
32 compatible = "gpio-keys";
33
34 reset {
35 label = "reset";
36 gpios = <&tlmm 52 GPIO_ACTIVE_LOW>;
37 linux,code = <KEY_RESTART>;
38 };
39 };
40
41 led_spi {
42 compatible = "spi-gpio";
43 #address-cells = <1>;
44 #size-cells = <0>;
45
46 sck-gpios = <&tlmm 18 GPIO_ACTIVE_HIGH>;
47 mosi-gpios = <&tlmm 19 GPIO_ACTIVE_HIGH>;
48
49 led_gpio: led_gpio@0 {
50 compatible = "fairchild,74hc595";
51 reg = <0>;
52 gpio-controller;
53 #gpio-cells = <2>;
54 registers-number = <1>;
55 enable-gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
56 spi-max-frequency = <1000000>;
57 };
58 };
59
60 leds {
61 compatible = "gpio-leds";
62
63 led_power_amber: led_power {
64 label = "amber:power";
65 gpios = <&led_gpio 1 GPIO_ACTIVE_HIGH>;
66 };
67
68 led_lan {
69 label = "blue:lan";
70 gpios = <&led_gpio 2 GPIO_ACTIVE_HIGH>;
71 };
72
73 led_wlan_2g {
74 label = "blue:wlan2g";
75 gpios = <&led_gpio 3 GPIO_ACTIVE_HIGH>;
76 };
77
78 led_wlan_5g {
79 label = "blue:wlan5g";
80 gpios = <&led_gpio 4 GPIO_ACTIVE_HIGH>;
81 };
82 };
83 };
84
85 &edma {
86 status = "okay";
87 };
88
89 &switch {
90 status = "okay";
91
92 switch_cpu_bmp = <0x1>;
93 switch_lan_bmp = <0x3e>;
94 switch_wan_bmp = <0x40>;
95 switch_mac_mode = <0x00>;
96 switch_mac_mode1 = <0xff>;
97 switch_mac_mode2 = <0x0f>;
98 bm_tick_mode = <0>;
99 tm_tick_mode = <0>;
100
101 qcom,port_phyinfo {
102 port@5 {
103 port_id = <6>;
104 phy_address = <28>;
105 port_mac_sel = "QGMAC_PORT";
106 };
107 };
108 };
109
110 &tlmm {
111 mdio_pins: mdio-pins {
112 mdc {
113 pins = "gpio68";
114 function = "mdc";
115 drive-strength = <8>;
116 bias-pull-up;
117 };
118
119 mdio {
120 pins = "gpio69";
121 function = "mdio";
122 drive-strength = <8>;
123 bias-pull-up;
124 };
125 };
126 };
127
128 &mdio {
129 status = "okay";
130
131 pinctrl-0 = <&mdio_pins>;
132 pinctrl-names = "default";
133 reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
134
135 qca8081_28: ethernet-phy@28 {
136 reg = <28>;
137 };
138 };
139
140 &dp6_syn {
141 status = "okay";
142 phy-handle = <&qca8081_28>;
143 label = "lan";
144 nvmem-cells = <&macaddr_ubootenv_ethaddr>;
145 nvmem-cell-names = "mac-address";
146 };
147
148 &qpic_bam {
149 status = "okay";
150 };
151
152 &qpic_nand {
153 status = "okay";
154
155 nand@0 {
156 reg = <0>;
157 nand-ecc-strength = <4>;
158 nand-ecc-step-size = <512>;
159 nand-bus-width = <8>;
160
161 partitions {
162 compatible = "qcom,smem-part";
163
164 partition-0-appsblenv {
165 compatible = "fixed-partitions";
166 label = "0:appsblenv";
167 read-only;
168 #address-cells = <1>;
169 #size-cells = <1>;
170
171 partition@0 {
172 compatible = "u-boot,env";
173 label = "env-data";
174 reg = <0x0 0x40000>;
175
176 macaddr_ubootenv_ethaddr: ethaddr {};
177 };
178 };
179 };
180 };
181 };
182
183 &blsp1_uart5 {
184 status = "okay";
185 };
186
187 &wifi {
188 status = "okay";
189
190 qcom,ath11k-calibration-variant = "Netgear-WAX218";
191 };