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