c89ebfaa115ddcdb0bc7cd08286c9e19bb3ba0bd
[linux-2.6-microblaze.git] / arch / arm / boot / dts / stm32mp15xx-dhcom-som.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2 /*
3  * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de>
4  */
5
6 #include "stm32mp15-pinctrl.dtsi"
7 #include "stm32mp15xxaa-pinctrl.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/mfd/st,stpmic1.h>
10
11 / {
12         aliases {
13                 ethernet0 = &ethernet0;
14         };
15
16         memory@c0000000 {
17                 device_type = "memory";
18                 reg = <0xC0000000 0x40000000>;
19         };
20
21         reserved-memory {
22                 #address-cells = <1>;
23                 #size-cells = <1>;
24                 ranges;
25
26                 mcuram2: mcuram2@10000000 {
27                         compatible = "shared-dma-pool";
28                         reg = <0x10000000 0x40000>;
29                         no-map;
30                 };
31
32                 vdev0vring0: vdev0vring0@10040000 {
33                         compatible = "shared-dma-pool";
34                         reg = <0x10040000 0x1000>;
35                         no-map;
36                 };
37
38                 vdev0vring1: vdev0vring1@10041000 {
39                         compatible = "shared-dma-pool";
40                         reg = <0x10041000 0x1000>;
41                         no-map;
42                 };
43
44                 vdev0buffer: vdev0buffer@10042000 {
45                         compatible = "shared-dma-pool";
46                         reg = <0x10042000 0x4000>;
47                         no-map;
48                 };
49
50                 mcuram: mcuram@30000000 {
51                         compatible = "shared-dma-pool";
52                         reg = <0x30000000 0x40000>;
53                         no-map;
54                 };
55
56                 retram: retram@38000000 {
57                         compatible = "shared-dma-pool";
58                         reg = <0x38000000 0x10000>;
59                         no-map;
60                 };
61         };
62
63         ethernet_vio: vioregulator {
64                 compatible = "regulator-fixed";
65                 regulator-name = "vio";
66                 regulator-min-microvolt = <3300000>;
67                 regulator-max-microvolt = <3300000>;
68                 gpio = <&gpiog 3 GPIO_ACTIVE_LOW>;
69                 regulator-always-on;
70                 regulator-boot-on;
71                 vin-supply = <&vdd>;
72         };
73 };
74
75 &adc {
76         vdd-supply = <&vdd>;
77         vdda-supply = <&vdda>;
78         vref-supply = <&vdda>;
79         status = "okay";
80
81         adc1: adc@0 {
82                 st,min-sample-time-nsecs = <5000>;
83                 st,adc-channels = <0>;
84                 status = "okay";
85         };
86
87         adc2: adc@100 {
88                 st,adc-channels = <1>;
89                 st,min-sample-time-nsecs = <5000>;
90                 status = "okay";
91         };
92 };
93
94 &dac {
95         pinctrl-names = "default";
96         pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
97         vref-supply = <&vdda>;
98         status = "okay";
99
100         dac1: dac@1 {
101                 status = "okay";
102         };
103         dac2: dac@2 {
104                 status = "okay";
105         };
106 };
107
108 &dts {
109         status = "okay";
110 };
111
112 &ethernet0 {
113         status = "okay";
114         pinctrl-0 = <&ethernet0_rmii_pins_a>;
115         pinctrl-1 = <&ethernet0_rmii_sleep_pins_a>;
116         pinctrl-names = "default", "sleep";
117         phy-mode = "rmii";
118         max-speed = <100>;
119         phy-handle = <&phy0>;
120         st,eth-ref-clk-sel;
121         phy-reset-gpios = <&gpioh 3 GPIO_ACTIVE_LOW>;
122
123         mdio0 {
124                 #address-cells = <1>;
125                 #size-cells = <0>;
126                 compatible = "snps,dwmac-mdio";
127
128                 phy0: ethernet-phy@1 {
129                         reg = <1>;
130                 };
131         };
132 };
133
134 &i2c4 {
135         pinctrl-names = "default";
136         pinctrl-0 = <&i2c4_pins_a>;
137         i2c-scl-rising-time-ns = <185>;
138         i2c-scl-falling-time-ns = <20>;
139         status = "okay";
140         /* spare dmas for other usage */
141         /delete-property/dmas;
142         /delete-property/dma-names;
143
144         rtc@32 {
145                 compatible = "microcrystal,rv8803";
146                 reg = <0x32>;
147         };
148
149         pmic: stpmic@33 {
150                 compatible = "st,stpmic1";
151                 reg = <0x33>;
152                 interrupts-extended = <&gpioa 0 IRQ_TYPE_EDGE_FALLING>;
153                 interrupt-controller;
154                 #interrupt-cells = <2>;
155                 status = "okay";
156
157                 regulators {
158                         compatible = "st,stpmic1-regulators";
159                         ldo1-supply = <&v3v3>;
160                         ldo2-supply = <&v3v3>;
161                         ldo3-supply = <&vdd_ddr>;
162                         ldo5-supply = <&v3v3>;
163                         ldo6-supply = <&v3v3>;
164                         pwr_sw1-supply = <&bst_out>;
165                         pwr_sw2-supply = <&bst_out>;
166
167                         vddcore: buck1 {
168                                 regulator-name = "vddcore";
169                                 regulator-min-microvolt = <800000>;
170                                 regulator-max-microvolt = <1350000>;
171                                 regulator-always-on;
172                                 regulator-initial-mode = <0>;
173                                 regulator-over-current-protection;
174                         };
175
176                         vdd_ddr: buck2 {
177                                 regulator-name = "vdd_ddr";
178                                 regulator-min-microvolt = <1350000>;
179                                 regulator-max-microvolt = <1350000>;
180                                 regulator-always-on;
181                                 regulator-initial-mode = <0>;
182                                 regulator-over-current-protection;
183                         };
184
185                         vdd: buck3 {
186                                 regulator-name = "vdd";
187                                 regulator-min-microvolt = <3300000>;
188                                 regulator-max-microvolt = <3300000>;
189                                 regulator-always-on;
190                                 st,mask-reset;
191                                 regulator-initial-mode = <0>;
192                                 regulator-over-current-protection;
193                         };
194
195                         v3v3: buck4 {
196                                 regulator-name = "v3v3";
197                                 regulator-min-microvolt = <3300000>;
198                                 regulator-max-microvolt = <3300000>;
199                                 regulator-always-on;
200                                 regulator-over-current-protection;
201                                 regulator-initial-mode = <0>;
202                         };
203
204                         vdda: ldo1 {
205                                 regulator-name = "vdda";
206                                 regulator-min-microvolt = <2900000>;
207                                 regulator-max-microvolt = <2900000>;
208                                 interrupts = <IT_CURLIM_LDO1 0>;
209                         };
210
211                         v2v8: ldo2 {
212                                 regulator-name = "v2v8";
213                                 regulator-min-microvolt = <2800000>;
214                                 regulator-max-microvolt = <2800000>;
215                                 interrupts = <IT_CURLIM_LDO2 0>;
216                         };
217
218                         vtt_ddr: ldo3 {
219                                 regulator-name = "vtt_ddr";
220                                 regulator-min-microvolt = <500000>;
221                                 regulator-max-microvolt = <750000>;
222                                 regulator-always-on;
223                                 regulator-over-current-protection;
224                         };
225
226                         vdd_usb: ldo4 {
227                                 regulator-name = "vdd_usb";
228                                 regulator-min-microvolt = <3300000>;
229                                 regulator-max-microvolt = <3300000>;
230                                 interrupts = <IT_CURLIM_LDO4 0>;
231                         };
232
233                         vdd_sd: ldo5 {
234                                 regulator-name = "vdd_sd";
235                                 regulator-min-microvolt = <2900000>;
236                                 regulator-max-microvolt = <2900000>;
237                                 interrupts = <IT_CURLIM_LDO5 0>;
238                                 regulator-boot-on;
239                         };
240
241                         v1v8: ldo6 {
242                                 regulator-name = "v1v8";
243                                 regulator-min-microvolt = <1800000>;
244                                 regulator-max-microvolt = <1800000>;
245                                 interrupts = <IT_CURLIM_LDO6 0>;
246                         };
247
248                         vref_ddr: vref_ddr {
249                                 regulator-name = "vref_ddr";
250                                 regulator-always-on;
251                                 regulator-over-current-protection;
252                         };
253
254                         bst_out: boost {
255                                 regulator-name = "bst_out";
256                                 interrupts = <IT_OCP_BOOST 0>;
257                         };
258
259                         vbus_otg: pwr_sw1 {
260                                 regulator-name = "vbus_otg";
261                                 interrupts = <IT_OCP_OTG 0>;
262                         };
263
264                         vbus_sw: pwr_sw2 {
265                                 regulator-name = "vbus_sw";
266                                 interrupts = <IT_OCP_SWOUT 0>;
267                                 regulator-active-discharge;
268                         };
269                 };
270
271                 onkey {
272                         compatible = "st,stpmic1-onkey";
273                         interrupts = <IT_PONKEY_F 0>, <IT_PONKEY_R 0>;
274                         interrupt-names = "onkey-falling", "onkey-rising";
275                         power-off-time-sec = <10>;
276                         status = "okay";
277                 };
278
279                 watchdog {
280                         compatible = "st,stpmic1-wdt";
281                         status = "disabled";
282                 };
283         };
284
285         touchscreen@49 {
286                 compatible = "ti,tsc2004";
287                 reg = <0x49>;
288                 vio-supply = <&v3v3>;
289                 interrupts-extended = <&gpioh 15 IRQ_TYPE_EDGE_FALLING>;
290         };
291
292         eeprom@50 {
293                 compatible = "atmel,24c02";
294                 reg = <0x50>;
295                 pagesize = <16>;
296         };
297 };
298
299 &ipcc {
300         status = "okay";
301 };
302
303 &iwdg2 {
304         timeout-sec = <32>;
305         status = "okay";
306 };
307
308 &m4_rproc {
309         memory-region = <&retram>, <&mcuram>, <&mcuram2>, <&vdev0vring0>,
310                         <&vdev0vring1>, <&vdev0buffer>;
311         mboxes = <&ipcc 0>, <&ipcc 1>, <&ipcc 2>;
312         mbox-names = "vq0", "vq1", "shutdown";
313         interrupt-parent = <&exti>;
314         interrupts = <68 1>;
315         status = "okay";
316 };
317
318 &pwr_regulators {
319         vdd-supply = <&vdd>;
320         vdd_3v3_usbfs-supply = <&vdd_usb>;
321 };
322
323 &qspi {
324         pinctrl-names = "default", "sleep";
325         pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a>;
326         pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a>;
327         reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
328         #address-cells = <1>;
329         #size-cells = <0>;
330         status = "okay";
331
332         flash0: mx66l51235l@0 {
333                 compatible = "jedec,spi-nor";
334                 reg = <0>;
335                 spi-rx-bus-width = <4>;
336                 spi-max-frequency = <108000000>;
337                 #address-cells = <1>;
338                 #size-cells = <1>;
339         };
340 };
341
342 &rng1 {
343         status = "okay";
344 };
345
346 &rtc {
347         status = "okay";
348 };
349
350 &sdmmc1 {
351         pinctrl-names = "default", "opendrain", "sleep";
352         pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>;
353         pinctrl-1 = <&sdmmc1_b4_od_pins_a &sdmmc1_dir_pins_a>;
354         pinctrl-2 = <&sdmmc1_b4_sleep_pins_a &sdmmc1_dir_sleep_pins_a>;
355         broken-cd;
356         st,sig-dir;
357         st,neg-edge;
358         st,use-ckin;
359         bus-width = <4>;
360         vmmc-supply = <&vdd_sd>;
361         status = "okay";
362 };
363
364 &sdmmc2 {
365         pinctrl-names = "default", "opendrain", "sleep";
366         pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
367         pinctrl-1 = <&sdmmc2_b4_od_pins_a &sdmmc2_d47_pins_a>;
368         pinctrl-2 = <&sdmmc2_b4_sleep_pins_a &sdmmc2_d47_sleep_pins_a>;
369         non-removable;
370         no-sd;
371         no-sdio;
372         st,neg-edge;
373         bus-width = <8>;
374         vmmc-supply = <&v3v3>;
375         vqmmc-supply = <&v3v3>;
376         mmc-ddr-3_3v;
377         status = "okay";
378 };
379
380 &sdmmc3 {
381         pinctrl-names = "default", "opendrain", "sleep";
382         pinctrl-0 = <&sdmmc3_b4_pins_a>;
383         pinctrl-1 = <&sdmmc3_b4_od_pins_a>;
384         pinctrl-2 = <&sdmmc3_b4_sleep_pins_a>;
385         broken-cd;
386         st,neg-edge;
387         bus-width = <4>;
388         vmmc-supply = <&v3v3>;
389         vqmmc-supply = <&v3v3>;
390         mmc-ddr-3_3v;
391         status = "okay";
392 };
393
394 &uart4 {
395         pinctrl-names = "default";
396         pinctrl-0 = <&uart4_pins_a>;
397         status = "okay";
398 };