blob: a808620e1219314aeb92291e9b799d96d111187d [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 };
109 partition@500000 {
110 label = "uboot";
111 reg = <0x00080000 0x00160000>;
112 };
113 partition@900000 {
114 label = "env1";
115 reg = <0x001E0000 0x00010000>;
116 };
117 partition@980000 {
118 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 Vasut5ff05292020-01-24 18:39:16 +0100137 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700138 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100139 };
140 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700141 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100142 };
143};
144
145&qspi_bk2_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700146 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100147 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700148 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100149 };
150 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700151 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100152 };
153};
154
155&rcc {
156 st,clksrc = <
157 CLK_MPU_PLL1P
158 CLK_AXI_PLL2P
159 CLK_MCU_PLL3P
160 CLK_PLL12_HSE
161 CLK_PLL3_HSE
162 CLK_PLL4_HSE
163 CLK_RTC_LSE
164 CLK_MCO1_DISABLED
Marek Vasutccfcde32020-12-01 11:34:48 +0100165 CLK_MCO2_PLL4P
Marek Vasut5ff05292020-01-24 18:39:16 +0100166 >;
167
168 st,clkdiv = <
169 1 /*MPU*/
170 0 /*AXI*/
171 0 /*MCU*/
172 1 /*APB1*/
173 1 /*APB2*/
174 1 /*APB3*/
175 1 /*APB4*/
176 2 /*APB5*/
177 23 /*RTC*/
178 0 /*MCO1*/
Marek Vasutccfcde32020-12-01 11:34:48 +0100179 1 /*MCO2*/
Marek Vasut5ff05292020-01-24 18:39:16 +0100180 >;
181
182 st,pkcs = <
183 CLK_CKPER_HSE
184 CLK_FMC_ACLK
185 CLK_QSPI_ACLK
186 CLK_ETH_PLL4P
187 CLK_SDMMC12_PLL4P
188 CLK_DSI_DSIPLL
189 CLK_STGEN_HSE
190 CLK_USBPHY_HSE
191 CLK_SPI2S1_PLL3Q
192 CLK_SPI2S23_PLL3Q
193 CLK_SPI45_HSI
194 CLK_SPI6_HSI
195 CLK_I2C46_HSI
196 CLK_SDMMC3_PLL4P
197 CLK_USBO_USBPHY
198 CLK_ADC_CKPER
199 CLK_CEC_LSE
200 CLK_I2C12_HSI
201 CLK_I2C35_HSI
202 CLK_UART1_HSI
203 CLK_UART24_HSI
204 CLK_UART35_HSI
205 CLK_UART6_HSI
206 CLK_UART78_HSI
207 CLK_SPDIF_PLL4P
Antonio Borneo84159e82020-01-28 10:11:01 +0100208 CLK_FDCAN_PLL4R
Marek Vasut5ff05292020-01-24 18:39:16 +0100209 CLK_SAI1_PLL3Q
210 CLK_SAI2_PLL3Q
211 CLK_SAI3_PLL3Q
212 CLK_SAI4_PLL3Q
213 CLK_RNG1_LSI
214 CLK_RNG2_LSI
215 CLK_LPTIM1_PCLK1
216 CLK_LPTIM23_PCLK3
217 CLK_LPTIM45_LSE
218 >;
219
Marek Vasut086fa932022-10-11 22:42:44 +0200220 /*
221 * cfg = < DIVM1 DIVN P Q R PQR(p,q,r) >;
222 * frac = < f >;
223 *
224 * PRQ(p,q,r) ... for p,q,r: 0-output disabled / 1-output enabled
225 * DIVN ... actually multiplier, but RCC_PLL1CFGR1 calls the field DIVN
226 * m ... for PLL1,2: m=2 ; for PLL3,4: m=1
227 * XTAL = 24 MHz
228 *
229 * VCO = ( XTAL / (DIVM1 + 1) ) * m * ( DIVN + 1 + ( f / 8192 ) )
230 * P = VCO / (P + 1)
231 * Q = VCO / (Q + 1)
232 * R = VCO / (R + 1)
233 */
234
Marek Vasut5ff05292020-01-24 18:39:16 +0100235 /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
236 pll2: st,pll@1 {
Patrick Delaunayc22caac2020-01-28 10:11:03 +0100237 compatible = "st,stm32mp1-pll";
238 reg = <1>;
Marek Vasut5ff05292020-01-24 18:39:16 +0100239 cfg = < 2 65 1 0 0 PQR(1,1,1) >;
240 frac = < 0x1400 >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700241 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100242 };
243
244 /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
245 pll3: st,pll@2 {
Patrick Delaunayc22caac2020-01-28 10:11:03 +0100246 compatible = "st,stm32mp1-pll";
247 reg = <2>;
Marek Vasut5ff05292020-01-24 18:39:16 +0100248 cfg = < 1 33 1 16 36 PQR(1,1,1) >;
249 frac = < 0x1a04 >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700250 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100251 };
252
Marek Vasut086fa932022-10-11 22:42:44 +0200253 /* VCO = 600.0 MHz => P = 100, Q = 50, R = 50 */
Marek Vasut5ff05292020-01-24 18:39:16 +0100254 pll4: st,pll@3 {
Patrick Delaunayc22caac2020-01-28 10:11:03 +0100255 compatible = "st,stm32mp1-pll";
256 reg = <3>;
Marek Vasutccfcde32020-12-01 11:34:48 +0100257 cfg = < 1 49 5 11 11 PQR(1,1,1) >;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700258 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100259 };
260};
261
262&sdmmc1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700263 bootph-pre-ram;
Marek Vasut5f5ce602021-11-13 03:29:44 +0100264 st,use-ckin;
265 st,cmd-gpios = <&gpiod 2 0>;
266 st,ck-gpios = <&gpioc 12 0>;
267 st,ckin-gpios = <&gpioe 4 0>;
Marek Vasut5ff05292020-01-24 18:39:16 +0100268};
269
270&sdmmc1_b4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700271 bootph-pre-ram;
Patrick Delaunay48c5e902020-03-06 17:54:41 +0100272 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700273 bootph-pre-ram;
Patrick Delaunay48c5e902020-03-06 17:54:41 +0100274 };
275 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700276 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100277 };
278};
279
280&sdmmc1_dir_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700281 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100282 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700283 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100284 };
285 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700286 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100287 };
288};
289
290&sdmmc2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700291 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100292};
293
294&sdmmc2_b4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700295 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100296 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700297 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100298 };
299};
300
301&sdmmc2_d47_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700302 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100303 pins {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700304 bootph-pre-ram;
Marek Vasut5ff05292020-01-24 18:39:16 +0100305 };
306};
307
308&uart4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700309 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100310};
311
312&uart4_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700313 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100314 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700315 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100316 };
317 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700318 bootph-all;
Marek Vasut5ff05292020-01-24 18:39:16 +0100319 /* pull-up on rx to avoid floating level */
320 bias-pull-up;
321 };
322};
Marek Vasut8b642302022-03-14 13:35:54 +0100323
324&reg11 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700325 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100326};
327
328&reg18 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700329 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100330};
331
332&usb33 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700333 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100334};
335
336&usbotg_hs_pins_a {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700337 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100338};
339
340&usbotg_hs {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700341 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100342};
343
344&usbphyc {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700345 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100346};
347
348&usbphyc_port0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700349 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100350};
351
352&usbphyc_port1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700353 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100354};
355
356&vdd_usb {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700357 bootph-pre-ram;
Marek Vasut8b642302022-03-14 13:35:54 +0100358};