ipq807x: fix multiple error on ESS switch port define
[openwrt/staging/hauke.git] / target / linux / qualcommax / 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_lan_bmp = <ESS_PORT6>;
93 switch_mac_mode = <MAC_MODE_PSGMII>;
94 switch_mac_mode2 = <MAC_MODE_SGMII_CHANNEL0>;
95
96 qcom,port_phyinfo {
97 port@6 {
98 port_id = <6>;
99 phy_address = <28>;
100 port_mac_sel = "QGMAC_PORT";
101 };
102 };
103 };
104
105 &tlmm {
106 mdio_pins: mdio-pins {
107 mdc {
108 pins = "gpio68";
109 function = "mdc";
110 drive-strength = <8>;
111 bias-pull-up;
112 };
113
114 mdio {
115 pins = "gpio69";
116 function = "mdio";
117 drive-strength = <8>;
118 bias-pull-up;
119 };
120 };
121 };
122
123 &mdio {
124 status = "okay";
125
126 pinctrl-0 = <&mdio_pins>;
127 pinctrl-names = "default";
128 reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
129
130 qca8081_28: ethernet-phy@28 {
131 reg = <28>;
132 };
133 };
134
135 &dp6_syn {
136 status = "okay";
137 phy-handle = <&qca8081_28>;
138 label = "lan";
139 nvmem-cells = <&macaddr_ubootenv_ethaddr>;
140 nvmem-cell-names = "mac-address";
141 };
142
143 &qpic_bam {
144 status = "okay";
145 };
146
147 &qpic_nand {
148 status = "okay";
149
150 nand@0 {
151 reg = <0>;
152 nand-ecc-strength = <4>;
153 nand-ecc-step-size = <512>;
154 nand-bus-width = <8>;
155
156 partitions {
157 compatible = "qcom,smem-part";
158
159 partition-0-appsblenv {
160 compatible = "fixed-partitions";
161 label = "0:appsblenv";
162 read-only;
163 #address-cells = <1>;
164 #size-cells = <1>;
165
166 partition@0 {
167 compatible = "u-boot,env";
168 label = "env-data";
169 reg = <0x0 0x40000>;
170
171 macaddr_ubootenv_ethaddr: ethaddr {};
172 };
173 };
174 };
175 };
176 };
177
178 &blsp1_uart5 {
179 status = "okay";
180 };
181
182 &wifi {
183 status = "okay";
184
185 qcom,ath11k-calibration-variant = "Netgear-WAX218";
186 };