blob: a56b237b9def314fbc97623f171734c4bb29b3f8 [file] [log] [blame]
Yann Gautier277d6af2020-09-18 15:04:14 +02001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
Yann Gautierb8816d32024-01-04 11:45:31 +01003 * Copyright (c) 2019-2024, STMicroelectronics - All Rights Reserved
Yann Gautier277d6af2020-09-18 15:04:14 +02004 * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
5 */
6
7#include <dt-bindings/clock/stm32mp1-clksrc.h>
8#include "stm32mp15-ddr3-1x4Gb-1066-binG.dtsi"
9
10/ {
Yann Gautier4c8e8ea2023-10-18 14:17:04 +020011 aliases {
12 serial0 = &uart4;
13 serial1 = &usart3;
14 serial2 = &uart7;
15 };
16
Yann Gautier277d6af2020-09-18 15:04:14 +020017 memory@c0000000 {
18 device_type = "memory";
19 reg = <0xc0000000 0x20000000>;
20 };
21
22 vin: vin {
23 compatible = "regulator-fixed";
24 regulator-name = "vin";
25 regulator-min-microvolt = <5000000>;
26 regulator-max-microvolt = <5000000>;
27 regulator-always-on;
28 };
29};
30
31&bsec {
Yann Gautierb8816d32024-01-04 11:45:31 +010032 board_id: board-id@ec {
Yann Gautier277d6af2020-09-18 15:04:14 +020033 reg = <0xec 0x4>;
34 st,non-secure-otp;
35 };
36};
37
38&clk_hse {
39 st,digbypass;
40};
41
Johann Neuhauser119e1c42022-07-08 15:22:05 +020042&cpu0 {
Yann Gautier277d6af2020-09-18 15:04:14 +020043 cpu-supply = <&vddcore>;
44};
45
Johann Neuhauser119e1c42022-07-08 15:22:05 +020046&cpu1 {
Yann Gautier277d6af2020-09-18 15:04:14 +020047 cpu-supply = <&vddcore>;
48};
49
50&hash1 {
51 status = "okay";
52};
53
54&i2c4 {
55 pinctrl-names = "default";
56 pinctrl-0 = <&i2c4_pins_a>;
57 i2c-scl-rising-time-ns = <185>;
58 i2c-scl-falling-time-ns = <20>;
59 clock-frequency = <400000>;
60 status = "okay";
61
62 pmic: stpmic@33 {
63 compatible = "st,stpmic1";
64 reg = <0x33>;
65 interrupts-extended = <&exti_pwr 55 IRQ_TYPE_EDGE_FALLING>;
66 interrupt-controller;
67 #interrupt-cells = <2>;
68 status = "okay";
69
70 regulators {
71 compatible = "st,stpmic1-regulators";
72 buck1-supply = <&vin>;
73 buck2-supply = <&vin>;
74 buck3-supply = <&vin>;
75 buck4-supply = <&vin>;
76 ldo1-supply = <&v3v3>;
77 ldo2-supply = <&vin>;
78 ldo3-supply = <&vdd_ddr>;
79 ldo4-supply = <&vin>;
80 ldo5-supply = <&vin>;
81 ldo6-supply = <&v3v3>;
82 vref_ddr-supply = <&vin>;
83 boost-supply = <&vin>;
84 pwr_sw1-supply = <&bst_out>;
85 pwr_sw2-supply = <&bst_out>;
86
87 vddcore: buck1 {
88 regulator-name = "vddcore";
89 regulator-min-microvolt = <1200000>;
90 regulator-max-microvolt = <1350000>;
91 regulator-always-on;
92 regulator-initial-mode = <0>;
93 regulator-over-current-protection;
94 };
95
96 vdd_ddr: buck2 {
97 regulator-name = "vdd_ddr";
98 regulator-min-microvolt = <1350000>;
99 regulator-max-microvolt = <1350000>;
100 regulator-always-on;
101 regulator-initial-mode = <0>;
102 regulator-over-current-protection;
103 };
104
105 vdd: buck3 {
106 regulator-name = "vdd";
107 regulator-min-microvolt = <3300000>;
108 regulator-max-microvolt = <3300000>;
109 regulator-always-on;
110 st,mask-reset;
111 regulator-initial-mode = <0>;
112 regulator-over-current-protection;
113 };
114
115 v3v3: buck4 {
116 regulator-name = "v3v3";
117 regulator-min-microvolt = <3300000>;
118 regulator-max-microvolt = <3300000>;
119 regulator-always-on;
120 regulator-over-current-protection;
121 regulator-initial-mode = <0>;
122 };
123
124 v1v8_audio: ldo1 {
125 regulator-name = "v1v8_audio";
126 regulator-min-microvolt = <1800000>;
127 regulator-max-microvolt = <1800000>;
128 regulator-always-on;
129 };
130
131 v3v3_hdmi: ldo2 {
132 regulator-name = "v3v3_hdmi";
133 regulator-min-microvolt = <3300000>;
134 regulator-max-microvolt = <3300000>;
135 regulator-always-on;
136 };
137
138 vtt_ddr: ldo3 {
139 regulator-name = "vtt_ddr";
Yann Gautier277d6af2020-09-18 15:04:14 +0200140 regulator-always-on;
141 regulator-over-current-protection;
Pascal Paillet67d95402021-01-07 18:05:46 +0100142 st,regulator-sink-source;
Yann Gautier277d6af2020-09-18 15:04:14 +0200143 };
144
145 vdd_usb: ldo4 {
146 regulator-name = "vdd_usb";
147 regulator-min-microvolt = <3300000>;
148 regulator-max-microvolt = <3300000>;
Yann Gautier277d6af2020-09-18 15:04:14 +0200149 };
150
151 vdda: ldo5 {
152 regulator-name = "vdda";
153 regulator-min-microvolt = <2900000>;
154 regulator-max-microvolt = <2900000>;
155 regulator-boot-on;
156 };
157
158 v1v2_hdmi: ldo6 {
159 regulator-name = "v1v2_hdmi";
160 regulator-min-microvolt = <1200000>;
161 regulator-max-microvolt = <1200000>;
162 regulator-always-on;
163 };
164
165 vref_ddr: vref_ddr {
166 regulator-name = "vref_ddr";
167 regulator-always-on;
Yann Gautier277d6af2020-09-18 15:04:14 +0200168 };
169
170 bst_out: boost {
171 regulator-name = "bst_out";
172 };
173
174 vbus_otg: pwr_sw1 {
175 regulator-name = "vbus_otg";
176 };
177
178 vbus_sw: pwr_sw2 {
179 regulator-name = "vbus_sw";
180 regulator-active-discharge = <1>;
181 };
182 };
183 };
184};
185
186&iwdg2 {
187 timeout-sec = <32>;
188 status = "okay";
Yann Gautier277d6af2020-09-18 15:04:14 +0200189};
190
191&pwr_regulators {
192 vdd-supply = <&vdd>;
193 vdd_3v3_usbfs-supply = <&vdd_usb>;
194};
195
196&rcc {
Yann Gautier277d6af2020-09-18 15:04:14 +0200197 st,clksrc = <
198 CLK_MPU_PLL1P
199 CLK_AXI_PLL2P
200 CLK_MCU_PLL3P
Yann Gautier277d6af2020-09-18 15:04:14 +0200201 CLK_RTC_LSE
202 CLK_MCO1_DISABLED
203 CLK_MCO2_DISABLED
Yann Gautier277d6af2020-09-18 15:04:14 +0200204 CLK_CKPER_HSE
205 CLK_FMC_ACLK
206 CLK_QSPI_ACLK
Yann Gautier3e881a82021-05-17 11:25:37 +0200207 CLK_ETH_PLL4P
Yann Gautier277d6af2020-09-18 15:04:14 +0200208 CLK_SDMMC12_PLL4P
209 CLK_DSI_DSIPLL
210 CLK_STGEN_HSE
211 CLK_USBPHY_HSE
212 CLK_SPI2S1_PLL3Q
213 CLK_SPI2S23_PLL3Q
214 CLK_SPI45_HSI
215 CLK_SPI6_HSI
216 CLK_I2C46_HSI
217 CLK_SDMMC3_PLL4P
218 CLK_USBO_USBPHY
219 CLK_ADC_CKPER
220 CLK_CEC_LSE
221 CLK_I2C12_HSI
222 CLK_I2C35_HSI
223 CLK_UART1_HSI
224 CLK_UART24_HSI
225 CLK_UART35_HSI
226 CLK_UART6_HSI
227 CLK_UART78_HSI
228 CLK_SPDIF_PLL4P
229 CLK_FDCAN_PLL4R
230 CLK_SAI1_PLL3Q
231 CLK_SAI2_PLL3Q
232 CLK_SAI3_PLL3Q
233 CLK_SAI4_PLL3Q
Lionel Debieved5942392022-02-23 00:05:51 +0100234 CLK_RNG1_CSI
Yann Gautier277d6af2020-09-18 15:04:14 +0200235 CLK_RNG2_LSI
236 CLK_LPTIM1_PCLK1
237 CLK_LPTIM23_PCLK3
238 CLK_LPTIM45_LSE
239 >;
240
Gabriel Fernandez4391e5e2022-08-16 11:40:03 +0200241 st,clkdiv = <
242 DIV(DIV_MPU, 1)
243 DIV(DIV_AXI, 0)
244 DIV(DIV_MCU, 0)
245 DIV(DIV_APB1, 1)
246 DIV(DIV_APB2, 1)
247 DIV(DIV_APB3, 1)
248 DIV(DIV_APB4, 1)
249 DIV(DIV_APB5, 2)
250 DIV(DIV_RTC, 23)
251 DIV(DIV_MCO1, 0)
252 DIV(DIV_MCO2, 0)
253 >;
254
255 st,pll_vco {
256 pll1_vco_1300Mhz: pll1-vco-1300Mhz {
257 src = < CLK_PLL12_HSE >;
258 divmn = < 2 80 >;
259 frac = < 0x800 >;
260 };
261
262 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
263 src = <CLK_PLL12_HSE>;
264 divmn = <2 65>;
265 frac = <0x1400>;
266 };
267
268 pll3_vco_417Mhz: pll3-vco-417Mhz {
269 src = <CLK_PLL3_HSE>;
270 divmn = <1 33>;
271 frac = <0x1a04>;
272 };
273
274 pll4_vco_594Mhz: pll4-vco-594Mhz {
275 src = <CLK_PLL4_HSE>;
276 divmn = <3 98>;
277 };
278 };
279
Yann Gautier277d6af2020-09-18 15:04:14 +0200280 /* VCO = 1300.0 MHz => P = 650 (CPU) */
281 pll1: st,pll@0 {
282 compatible = "st,stm32mp1-pll";
283 reg = <0>;
Gabriel Fernandez4391e5e2022-08-16 11:40:03 +0200284
285 st,pll = < &pll1_cfg1 >;
286
287 pll1_cfg1: pll1_cfg1 {
288 st,pll_vco = < &pll1_vco_1300Mhz >;
289 st,pll_div_pqr = < 0 0 0 >;
290 };
Yann Gautier277d6af2020-09-18 15:04:14 +0200291 };
292
293 /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
294 pll2: st,pll@1 {
295 compatible = "st,stm32mp1-pll";
296 reg = <1>;
Gabriel Fernandez4391e5e2022-08-16 11:40:03 +0200297
298 st,pll = <&pll2_cfg1>;
299
300 pll2_cfg1: pll2_cfg1 {
301 st,pll_vco = <&pll2_vco_1066Mhz>;
302 st,pll_div_pqr = <1 0 0>;
303 };
Yann Gautier277d6af2020-09-18 15:04:14 +0200304 };
305
306 /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
307 pll3: st,pll@2 {
308 compatible = "st,stm32mp1-pll";
309 reg = <2>;
Gabriel Fernandez4391e5e2022-08-16 11:40:03 +0200310
311 st,pll = <&pll3_cfg1>;
312
313 pll3_cfg1: pll3_cfg1 {
314 st,pll_vco = <&pll3_vco_417Mhz>;
315 st,pll_div_pqr = <1 16 36>;
316 };
Yann Gautier277d6af2020-09-18 15:04:14 +0200317 };
318
319 /* VCO = 594.0 MHz => P = 99, Q = 74, R = 74 */
320 pll4: st,pll@3 {
321 compatible = "st,stm32mp1-pll";
322 reg = <3>;
Gabriel Fernandez4391e5e2022-08-16 11:40:03 +0200323
324 st,pll = <&pll4_cfg1>;
325
326 pll4_cfg1: pll4_cfg1 {
327 st,pll_vco = <&pll4_vco_594Mhz>;
328 st,pll_div_pqr = <5 7 7>;
329 };
Yann Gautier277d6af2020-09-18 15:04:14 +0200330 };
331};
332
333&rng1 {
334 status = "okay";
335};
336
337&rtc {
338 status = "okay";
339};
340
341&sdmmc1 {
342 pinctrl-names = "default";
343 pinctrl-0 = <&sdmmc1_b4_pins_a>;
344 disable-wp;
345 st,neg-edge;
346 bus-width = <4>;
347 vmmc-supply = <&v3v3>;
348 status = "okay";
349};
350
Yann Gautier277d6af2020-09-18 15:04:14 +0200351&uart4 {
352 pinctrl-names = "default";
353 pinctrl-0 = <&uart4_pins_a>;
354 status = "okay";
355};
356
357&uart7 {
358 pinctrl-names = "default";
Yann Gautiere8a953a2021-10-20 17:22:32 +0200359 pinctrl-0 = <&uart7_pins_c>;
Yann Gautier277d6af2020-09-18 15:04:14 +0200360 status = "disabled";
361};
362
363&usart3 {
364 pinctrl-names = "default";
Yann Gautiere8a953a2021-10-20 17:22:32 +0200365 pinctrl-0 = <&usart3_pins_c>;
Yann Gautier277d6af2020-09-18 15:04:14 +0200366 uart-has-rtscts;
367 status = "disabled";
368};
369
370&usbotg_hs {
371 phys = <&usbphyc_port1 0>;
372 phy-names = "usb2-phy";
373 usb-role-switch;
374 status = "okay";
375};
376
377&usbphyc {
378 status = "okay";
379};
380
381&usbphyc_port0 {
382 phy-supply = <&vdd_usb>;
383};
384
385&usbphyc_port1 {
386 phy-supply = <&vdd_usb>;
387};