cb847e755866d2dfc5fd133cb6f0cc1fec22fc86
[openwrt/openwrt.git] / target / linux / ipq40xx / files-6.6 / arch / arm / boot / dts / qcom / qcom-ipq4018-pa1200.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /* Copyright (c) 2017-2020, Sven Eckelmann <sven@narfation.org>
3 * Copyright (c) 2018, Marek Lindner <marek.lindner@kaiwoo.ai>
4 */
5
6 #include "qcom-ipq4019.dtsi"
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/leds/common.h>
10 #include <dt-bindings/soc/qcom,tcsr.h>
11
12 / {
13 model = "Plasma Cloud PA1200";
14 compatible = "plasmacloud,pa1200";
15
16 soc {
17 rng@22000 {
18 status = "okay";
19 };
20
21 tcsr@194b000 {
22 /* select hostmode */
23 compatible = "qcom,tcsr";
24 reg = <0x194b000 0x100>;
25 qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
26 status = "okay";
27 };
28
29 tcsr@1949000 {
30 compatible = "qcom,tcsr";
31 reg = <0x1949000 0x100>;
32 qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
33 };
34
35 ess_tcsr@1953000 {
36 compatible = "qcom,tcsr";
37 reg = <0x1953000 0x1000>;
38 qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
39 };
40
41 tcsr@1957000 {
42 compatible = "qcom,tcsr";
43 reg = <0x1957000 0x100>;
44 qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
45 };
46
47 crypto@8e3a000 {
48 status = "okay";
49 };
50
51 watchdog@b017000 {
52 status = "okay";
53 };
54 };
55
56 keys {
57 compatible = "gpio-keys";
58
59 reset {
60 label = "reset";
61 gpios = <&tlmm 59 GPIO_ACTIVE_LOW>;
62 linux,code = <KEY_RESTART>;
63 };
64 };
65
66 aliases {
67 led-boot = &led_status_purple;
68 led-failsafe = &led_status_yellow;
69 led-running = &led_status_cyan;
70 led-upgrade = &led_status_yellow;
71 label-mac-device = &swport5;
72 };
73
74 leds {
75 compatible = "gpio-leds";
76
77 led_status_cyan: status_cyan {
78 function = LED_FUNCTION_STATUS;
79 color = <LED_COLOR_ID_CYAN>;
80 gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;
81 };
82
83 led_status_purple: status_purple {
84 function = LED_FUNCTION_STATUS;
85 color = <LED_COLOR_ID_PURPLE>;
86 gpios = <&tlmm 1 GPIO_ACTIVE_HIGH>;
87 };
88
89 led_status_yellow: status_yellow {
90 function = LED_FUNCTION_STATUS;
91 color = <LED_COLOR_ID_YELLOW>;
92 gpios = <&tlmm 2 GPIO_ACTIVE_HIGH>;
93 };
94 };
95
96 };
97
98 &tlmm {
99 serial_pins: serial_pinmux {
100 mux {
101 pins = "gpio60", "gpio61";
102 function = "blsp_uart0";
103 bias-disable;
104 };
105 };
106
107 spi_0_pins: spi_0_pinmux {
108 pin {
109 function = "blsp_spi0";
110 pins = "gpio55", "gpio56", "gpio57";
111 drive-strength = <12>;
112 bias-disable;
113 };
114 pin_cs {
115 function = "gpio";
116 pins = "gpio54";
117 drive-strength = <2>;
118 bias-disable;
119 output-high;
120 };
121 };
122 };
123
124 &blsp_dma {
125 status = "okay";
126 };
127
128 &blsp1_spi1 {
129 pinctrl-0 = <&spi_0_pins>;
130 pinctrl-names = "default";
131 status = "okay";
132 cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>;
133
134 flash@0 {
135 #address-cells = <1>;
136 #size-cells = <1>;
137 compatible = "jedec,spi-nor";
138 reg = <0>;
139 spi-max-frequency = <24000000>;
140
141 /* partitions are passed via bootloader */
142 partitions {
143 partition-art {
144 label = "0:ART";
145
146 nvmem-layout {
147 compatible = "fixed-layout";
148 #address-cells = <1>;
149 #size-cells = <1>;
150
151 macaddr_gmac0: macaddr@0 {
152 reg = <0x0 0x6>;
153 };
154
155 macaddr_gmac1: macaddr@6 {
156 reg = <0x6 0x6>;
157 };
158
159 precal_art_1000: precal@1000 {
160 reg = <0x1000 0x2f20>;
161 };
162
163 precal_art_5000: precal@5000 {
164 reg = <0x5000 0x2f20>;
165 };
166 };
167 };
168 };
169 };
170 };
171
172 &blsp1_uart1 {
173 pinctrl-0 = <&serial_pins>;
174 pinctrl-names = "default";
175 status = "okay";
176 };
177
178 &cryptobam {
179 status = "okay";
180 };
181
182 &usb2 {
183 status = "okay";
184 };
185
186 &usb2_hs_phy {
187 status = "okay";
188 };
189
190 &mdio {
191 status = "okay";
192 };
193
194 &gmac {
195 status = "okay";
196 };
197
198 &switch {
199 status = "okay";
200 };
201
202 &swport4 {
203 status = "okay";
204 label = "ethernet2";
205
206 nvmem-cell-names = "mac-address";
207 nvmem-cells = <&macaddr_gmac1>;
208 };
209
210 &swport5 {
211 status = "okay";
212 label = "ethernet1";
213
214 nvmem-cell-names = "mac-address";
215 nvmem-cells = <&macaddr_gmac0>;
216 };
217
218 &wifi0 {
219 status = "okay";
220 qcom,ath10k-calibration-variant = "PlasmaCloud-PA1200";
221
222 nvmem-cell-names = "pre-calibration";
223 nvmem-cells = <&precal_art_1000>;
224 };
225
226 &wifi1 {
227 status = "okay";
228 qcom,ath10k-calibration-variant = "PlasmaCloud-PA1200";
229
230 nvmem-cell-names = "pre-calibration";
231 nvmem-cells = <&precal_art_5000>;
232 };