blob: 1b44561932525cfcae050458d074ae5cdec0ab53 [file] [log] [blame]
Marek Vasut5ff05292020-01-24 18:39:16 +01001// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
2/*
3 * Copyright (C) 2019 Marek Vasut <marex@denx.de>
4 */
5
6#include <dt-bindings/clock/stm32mp1-clksrc.h>
Patrick Delaunay48c5e902020-03-06 17:54:41 +01007#include "stm32mp15-u-boot.dtsi"
Marek Vasut272198e2020-04-29 15:08:38 +02008#include "stm32mp15-ddr3-dhsom-2x1Gb-1066-binG.dtsi"
9#include "stm32mp15-ddr3-dhsom-2x2Gb-1066-binG.dtsi"
10#include "stm32mp15-ddr3-dhsom-2x4Gb-1066-binG.dtsi"
Marek Vasut5ff05292020-01-24 18:39:16 +010011
12/ {
13 aliases {
14 i2c1 = &i2c2;
15 i2c3 = &i2c4;
16 i2c4 = &i2c5;
17 mmc0 = &sdmmc1;
18 mmc1 = &sdmmc2;
19 spi0 = &qspi;
20 usb0 = &usbotg_hs;
Marek Vasut7d2757f2021-12-30 23:46:47 +010021 eeprom0 = &eeprom0;
Marek Vasut5ff05292020-01-24 18:39:16 +010022 };
23
24 config {
25 u-boot,boot-led = "heartbeat";
26 u-boot,error-led = "error";
Marek Vasut47b98ba2020-04-22 13:18:11 +020027 dh,som-coding-gpios = <&gpiof 12 0>, <&gpiof 13 0>, <&gpiof 15 0>;
Marek Vasut39221b52020-04-22 13:18:14 +020028 dh,ddr3-coding-gpios = <&gpioz 6 0>, <&gpioz 7 0>;
Marek Vasut5ff05292020-01-24 18:39:16 +010029 };
Marek Vasut5ff05292020-01-24 18:39:16 +010030};
31
Marek Vasut7d2757f2021-12-30 23:46:47 +010032&ethernet0 {
33 phy-reset-gpios = <&gpioh 3 GPIO_ACTIVE_LOW>;
34 /delete-property/ st,eth-ref-clk-sel;
35};
36
37&ethernet0_rmii_pins_a {
38 pins1 {
39 pinmux = <STM32_PINMUX('G', 13, AF11)>, /* ETH1_RMII_TXD0 */
40 <STM32_PINMUX('G', 14, AF11)>, /* ETH1_RMII_TXD1 */
41 <STM32_PINMUX('B', 11, AF11)>, /* ETH1_RMII_TX_EN */
42 <STM32_PINMUX('A', 1, AF11)>, /* ETH1_RMII_REF_CLK */
43 <STM32_PINMUX('A', 2, AF11)>, /* ETH1_MDIO */
44 <STM32_PINMUX('C', 1, AF11)>; /* ETH1_MDC */
45 };
46};
47
Marek Vasut5ff05292020-01-24 18:39:16 +010048&i2c4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070049 bootph-all;
50 bootph-pre-ram;
Marek Vasut7d2757f2021-12-30 23:46:47 +010051
52 eeprom0: eeprom@50 {
53 };
Marek Vasut5ff05292020-01-24 18:39:16 +010054};
55
56&i2c4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -070057 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +010058 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -070059 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +010060 };
61};
62
Marek Vasut7d2757f2021-12-30 23:46:47 +010063&phy0 {
64 /delete-property/ reset-gpios;
65};
66
Marek Vasut0839ea92020-03-28 02:01:58 +010067&pinctrl {
Marek Vasutccfcde32020-12-01 11:34:48 +010068 mco2_pins_a: mco2-0 {
69 pins {
70 pinmux = <STM32_PINMUX('G', 2, AF1)>; /* MCO2 */
71 bias-disable;
72 drive-push-pull;
73 slew-rate = <2>;
74 };
75 };
76
77 mco2_sleep_pins_a: mco2-sleep-0 {
78 pins {
79 pinmux = <STM32_PINMUX('G', 2, ANALOG)>; /* MCO2 */
80 };
81 };
Marek Vasut0839ea92020-03-28 02:01:58 +010082};
83
Marek Vasut5ff05292020-01-24 18:39:16 +010084&pmic {
Simon Glassd3a98cb2023-02-13 08:56:33 -070085 bootph-all;
86 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +010087
88 regulators {
Simon Glassd3a98cb2023-02-13 08:56:33 -070089 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +010090 };
Marek Vasut5ff05292020-01-24 18:39:16 +010091};
92
93&flash0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070094 bootph-pre-ram;
Patrick Delaunayf172bcb2023-06-08 17:16:48 +020095
96 partitions {
97 compatible = "fixed-partitions";
98 #address-cells = <1>;
99 #size-cells = <1>;
100
101 partition@0 {
102 label = "fsbl1";
103 reg = <0x00000000 0x00040000>;
104 };
105 partition@40000 {
106 label = "fsbl2";
107 reg = <0x00040000 0x00040000>;
108 };
Patrice Chotard29c1e7b2024-03-08 14:50:09 +0100109 partition@80000 {
Patrick Delaunayf172bcb2023-06-08 17:16:48 +0200110 label = "uboot";
111 reg = <0x00080000 0x00160000>;
112 };
Patrice Chotard29c1e7b2024-03-08 14:50:09 +0100113 partition@1e0000 {
Patrick Delaunayf172bcb2023-06-08 17:16:48 +0200114 label = "env1";
115 reg = <0x001E0000 0x00010000>;
116 };
Patrice Chotard29c1e7b2024-03-08 14:50:09 +0100117 partition@1f0000 {
Patrick Delaunayf172bcb2023-06-08 17:16:48 +0200118 label = "env2";
119 reg = <0x001F0000 0x00010000>;
120 };
121 };
Marek Vasut5ff05292020-01-24 18:39:16 +0100122};
123
124&qspi {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700125 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100126};
127
128&qspi_clk_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700129 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100130 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700131 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100132 };
133};
134
135&qspi_bk1_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700136 bootph-pre-ram;
Marek Vasut3f3375c2023-10-10 01:15:51 +0200137 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700138 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100139 };
Marek Vasut5ff05292020-01-24 18:39:16 +0100140};
141
Marek Vasut3f3375c2023-10-10 01:15:51 +0200142&qspi_cs1_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700143 bootph-pre-ram;
Marek Vasut3f3375c2023-10-10 01:15:51 +0200144 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700145 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100146 };
147};
148
149&rcc {
Marek Vasutb30b1592023-07-27 01:58:07 +0200150 /*
151 * Reinstate clock names from stm32mp151.dtsi, the MCO2 trick
152 * used in stm32mp15xx-dhcom-som.dtsi is not supported by the
153 * U-Boot clock framework.
154 */
155 clock-names = "hse", "hsi", "csi", "lse", "lsi";
156 clocks = <&clk_hse>, <&clk_hsi>, <&clk_csi>,
157 <&clk_lse>, <&clk_lsi>;
158
159 /* The MCO2 is already configured correctly, remove those. */
160 /delete-property/ assigned-clocks;
161 /delete-property/ assigned-clock-parents;
162 /delete-property/ assigned-clock-rates;
163
Marek Vasut5ff05292020-01-24 18:39:16 +0100164 st,clksrc = <
165 CLK_MPU_PLL1P
166 CLK_AXI_PLL2P
167 CLK_MCU_PLL3P
168 CLK_PLL12_HSE
169 CLK_PLL3_HSE
170 CLK_PLL4_HSE
171 CLK_RTC_LSE
172 CLK_MCO1_DISABLED
Marek Vasutccfcde32020-12-01 11:34:48 +0100173 CLK_MCO2_PLL4P
Marek Vasut5ff05292020-01-24 18:39:16 +0100174 >;
175
176 st,clkdiv = <
177 1 /*MPU*/
178 0 /*AXI*/
179 0 /*MCU*/
180 1 /*APB1*/
181 1 /*APB2*/
182 1 /*APB3*/
183 1 /*APB4*/
184 2 /*APB5*/
185 23 /*RTC*/
186 0 /*MCO1*/
Marek Vasutccfcde32020-12-01 11:34:48 +0100187 1 /*MCO2*/
Marek Vasut5ff05292020-01-24 18:39:16 +0100188 >;
189
190 st,pkcs = <
191 CLK_CKPER_HSE
192 CLK_FMC_ACLK
193 CLK_QSPI_ACLK
194 CLK_ETH_PLL4P
195 CLK_SDMMC12_PLL4P
196 CLK_DSI_DSIPLL
197 CLK_STGEN_HSE
198 CLK_USBPHY_HSE
199 CLK_SPI2S1_PLL3Q
200 CLK_SPI2S23_PLL3Q
201 CLK_SPI45_HSI
202 CLK_SPI6_HSI
203 CLK_I2C46_HSI
204 CLK_SDMMC3_PLL4P
205 CLK_USBO_USBPHY
206 CLK_ADC_CKPER
207 CLK_CEC_LSE
208 CLK_I2C12_HSI
209 CLK_I2C35_HSI
210 CLK_UART1_HSI
211 CLK_UART24_HSI
212 CLK_UART35_HSI
213 CLK_UART6_HSI
214 CLK_UART78_HSI
215 CLK_SPDIF_PLL4P
Antonio Borneo84159e82020-01-28 10:11:01 +0100216 CLK_FDCAN_PLL4R
Marek Vasut5ff05292020-01-24 18:39:16 +0100217 CLK_SAI1_PLL3Q
218 CLK_SAI2_PLL3Q
219 CLK_SAI3_PLL3Q
220 CLK_SAI4_PLL3Q
221 CLK_RNG1_LSI
222 CLK_RNG2_LSI
223 CLK_LPTIM1_PCLK1
224 CLK_LPTIM23_PCLK3
225 CLK_LPTIM45_LSE
226 >;
227
Marek Vasut086fa932022-10-11 22:42:44 +0200228 /*
229 * cfg = < DIVM1 DIVN P Q R PQR(p,q,r) >;
230 * frac = < f >;
231 *
232 * PRQ(p,q,r) ... for p,q,r: 0-output disabled / 1-output enabled
233 * DIVN ... actually multiplier, but RCC_PLL1CFGR1 calls the field DIVN
234 * m ... for PLL1,2: m=2 ; for PLL3,4: m=1
235 * XTAL = 24 MHz
236 *
237 * VCO = ( XTAL / (DIVM1 + 1) ) * m * ( DIVN + 1 + ( f / 8192 ) )
238 * P = VCO / (P + 1)
239 * Q = VCO / (Q + 1)
240 * R = VCO / (R + 1)
241 */
242
Marek Vasut5ff05292020-01-24 18:39:16 +0100243 /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
244 pll2: st,pll@1 {
Patrick Delaunayc22caac2020-01-28 10:11:03 +0100245 compatible = "st,stm32mp1-pll";
246 reg = <1>;
Marek Vasut5ff05292020-01-24 18:39:16 +0100247 cfg = < 2 65 1 0 0 PQR(1,1,1) >;
248 frac = < 0x1400 >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700249 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100250 };
251
252 /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
253 pll3: st,pll@2 {
Patrick Delaunayc22caac2020-01-28 10:11:03 +0100254 compatible = "st,stm32mp1-pll";
255 reg = <2>;
Marek Vasut5ff05292020-01-24 18:39:16 +0100256 cfg = < 1 33 1 16 36 PQR(1,1,1) >;
257 frac = < 0x1a04 >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700258 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100259 };
260
Marek Vasut086fa932022-10-11 22:42:44 +0200261 /* VCO = 600.0 MHz => P = 100, Q = 50, R = 50 */
Marek Vasut5ff05292020-01-24 18:39:16 +0100262 pll4: st,pll@3 {
Patrick Delaunayc22caac2020-01-28 10:11:03 +0100263 compatible = "st,stm32mp1-pll";
264 reg = <3>;
Marek Vasutccfcde32020-12-01 11:34:48 +0100265 cfg = < 1 49 5 11 11 PQR(1,1,1) >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700266 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100267 };
268};
269
270&sdmmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700271 bootph-pre-ram;
Marek Vasut5f5ce602021-11-13 03:29:44 +0100272 st,use-ckin;
273 st,cmd-gpios = <&gpiod 2 0>;
274 st,ck-gpios = <&gpioc 12 0>;
275 st,ckin-gpios = <&gpioe 4 0>;
Marek Vasut5ff05292020-01-24 18:39:16 +0100276};
277
278&sdmmc1_b4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700279 bootph-pre-ram;
Patrick Delaunay48c5e902020-03-06 17:54:41 +0100280 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700281 bootph-pre-ram;
Patrick Delaunay48c5e902020-03-06 17:54:41 +0100282 };
283 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700284 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100285 };
286};
287
288&sdmmc1_dir_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700289 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100290 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700291 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100292 };
293 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700294 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100295 };
296};
297
298&sdmmc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700299 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100300};
301
302&sdmmc2_b4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700303 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100304 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700305 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100306 };
307};
308
309&sdmmc2_d47_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700310 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100311 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700312 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100313 };
314};
315
316&uart4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700317 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100318};
319
320&uart4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700321 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100322 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700323 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100324 };
325 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700326 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100327 /* pull-up on rx to avoid floating level */
328 bias-pull-up;
329 };
330};
Marek Vasut8b642302022-03-14 13:35:54 +0100331
332&reg11 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700333 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100334};
335
336&reg18 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700337 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100338};
339
340&usb33 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700341 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100342};
343
344&usbotg_hs_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700345 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100346};
347
348&usbotg_hs {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700349 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100350};
351
352&usbphyc {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700353 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100354};
355
356&usbphyc_port0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700357 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100358};
359
360&usbphyc_port1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700361 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100362};
363
364&vdd_usb {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700365 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100366};