blob: d85221b03c8cb6967e2e21616dffd9ba1f3545da [file] [log] [blame]
Yann Gautier66386952018-07-05 16:49:51 +02001// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2/*
Yann Gautier4c68e562024-01-04 11:45:31 +01003 * Copyright (c) 2017-2024, STMicroelectronics - All Rights Reserved
Yann Gautier66386952018-07-05 16:49:51 +02004 * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
5 */
Yann Gautier66386952018-07-05 16:49:51 +02006/dts-v1/;
7
Yann Gautier4ede20a2020-09-18 15:04:14 +02008#include "stm32mp157.dtsi"
9#include "stm32mp15xc.dtsi"
10#include "stm32mp15-pinctrl.dtsi"
11#include "stm32mp15xxaa-pinctrl.dtsi"
12#include <dt-bindings/clock/stm32mp1-clksrc.h>
13#include "stm32mp15-ddr3-2x4Gb-1066-binG.dtsi"
Yann Gautier66386952018-07-05 16:49:51 +020014
15/ {
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010016 model = "STMicroelectronics STM32MP157C eval daughter";
Yann Gautier66386952018-07-05 16:49:51 +020017 compatible = "st,stm32mp157c-ed1", "st,stm32mp157";
18
Yann Gautierc55e2ee2023-10-18 14:17:04 +020019 aliases {
20 serial0 = &uart4;
21 };
22
Yann Gautier66386952018-07-05 16:49:51 +020023 chosen {
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010024 stdout-path = "serial0:115200n8";
Yann Gautier66386952018-07-05 16:49:51 +020025 };
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010026
Yann Gautier4ede20a2020-09-18 15:04:14 +020027 memory@c0000000 {
28 device_type = "memory";
29 reg = <0xC0000000 0x40000000>;
30 };
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010031};
32
Yann Gautier4ede20a2020-09-18 15:04:14 +020033&bsec {
Yann Gautier4c68e562024-01-04 11:45:31 +010034 board_id: board-id@ec {
Yann Gautier4ede20a2020-09-18 15:04:14 +020035 reg = <0xec 0x4>;
Nicolas Le Bayon6a7c5742019-09-10 14:18:27 +020036 st,non-secure-otp;
Yann Gautier4ede20a2020-09-18 15:04:14 +020037 };
38};
39
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010040&clk_hse {
41 st,digbypass;
Yann Gautier66386952018-07-05 16:49:51 +020042};
43
Yann Gautier4ede20a2020-09-18 15:04:14 +020044&cpu0 {
45 cpu-supply = <&vddcore>;
46};
47
48&cpu1 {
49 cpu-supply = <&vddcore>;
50};
51
52&cryp1 {
Yann Gautierbb053d52021-10-20 17:22:32 +020053 status = "okay";
Yann Gautier4ede20a2020-09-18 15:04:14 +020054};
55
Yann Gautier3466d682020-10-13 18:05:06 +020056&hash1 {
57 status = "okay";
58};
59
Yann Gautier66386952018-07-05 16:49:51 +020060&i2c4 {
61 pinctrl-names = "default";
62 pinctrl-0 = <&i2c4_pins_a>;
63 i2c-scl-rising-time-ns = <185>;
64 i2c-scl-falling-time-ns = <20>;
Yann Gautier4ede20a2020-09-18 15:04:14 +020065 clock-frequency = <400000>;
Yann Gautier66386952018-07-05 16:49:51 +020066 status = "okay";
67
Yann Gautiera45433b2019-01-16 18:31:00 +010068 pmic: stpmic@33 {
69 compatible = "st,stpmic1";
Yann Gautier66386952018-07-05 16:49:51 +020070 reg = <0x33>;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010071 interrupts-extended = <&exti_pwr 55 IRQ_TYPE_EDGE_FALLING>;
72 interrupt-controller;
73 #interrupt-cells = <2>;
Yann Gautier66386952018-07-05 16:49:51 +020074 status = "okay";
75
Yann Gautier66386952018-07-05 16:49:51 +020076 regulators {
Yann Gautiera45433b2019-01-16 18:31:00 +010077 compatible = "st,stpmic1-regulators";
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010078 ldo1-supply = <&v3v3>;
79 ldo2-supply = <&v3v3>;
80 ldo3-supply = <&vdd_ddr>;
81 ldo5-supply = <&v3v3>;
82 ldo6-supply = <&v3v3>;
Yann Gautier4ede20a2020-09-18 15:04:14 +020083 pwr_sw1-supply = <&bst_out>;
84 pwr_sw2-supply = <&bst_out>;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010085
86 vddcore: buck1 {
87 regulator-name = "vddcore";
Yann Gautierf3928f62019-02-14 11:15:03 +010088 regulator-min-microvolt = <1200000>;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +010089 regulator-max-microvolt = <1350000>;
90 regulator-always-on;
91 regulator-initial-mode = <0>;
92 regulator-over-current-protection;
93 };
94
95 vdd_ddr: buck2 {
96 regulator-name = "vdd_ddr";
97 regulator-min-microvolt = <1350000>;
98 regulator-max-microvolt = <1350000>;
99 regulator-always-on;
100 regulator-initial-mode = <0>;
101 regulator-over-current-protection;
102 };
103
104 vdd: buck3 {
105 regulator-name = "vdd";
106 regulator-min-microvolt = <3300000>;
107 regulator-max-microvolt = <3300000>;
108 regulator-always-on;
109 st,mask-reset;
110 regulator-initial-mode = <0>;
111 regulator-over-current-protection;
112 };
113
Yann Gautier66386952018-07-05 16:49:51 +0200114 v3v3: buck4 {
115 regulator-name = "v3v3";
116 regulator-min-microvolt = <3300000>;
117 regulator-max-microvolt = <3300000>;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100118 regulator-always-on;
Yann Gautier66386952018-07-05 16:49:51 +0200119 regulator-over-current-protection;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100120 regulator-initial-mode = <0>;
121 };
122
123 vdda: ldo1 {
124 regulator-name = "vdda";
125 regulator-min-microvolt = <2900000>;
126 regulator-max-microvolt = <2900000>;
127 };
Yann Gautier66386952018-07-05 16:49:51 +0200128
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100129 v2v8: ldo2 {
130 regulator-name = "v2v8";
131 regulator-min-microvolt = <2800000>;
132 regulator-max-microvolt = <2800000>;
Yann Gautier66386952018-07-05 16:49:51 +0200133 };
134
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100135 vtt_ddr: ldo3 {
136 regulator-name = "vtt_ddr";
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100137 regulator-always-on;
138 regulator-over-current-protection;
Pascal Paillet1b7e8ff2021-01-07 18:05:46 +0100139 st,regulator-sink-source;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100140 };
141
142 vdd_usb: ldo4 {
143 regulator-name = "vdd_usb";
Pascal Paillet1b7e8ff2021-01-07 18:05:46 +0100144 regulator-min-microvolt = <3300000>;
145 regulator-max-microvolt = <3300000>;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100146 };
147
Yann Gautier66386952018-07-05 16:49:51 +0200148 vdd_sd: ldo5 {
149 regulator-name = "vdd_sd";
150 regulator-min-microvolt = <2900000>;
151 regulator-max-microvolt = <2900000>;
152 regulator-boot-on;
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100153 };
Yann Gautier66386952018-07-05 16:49:51 +0200154
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100155 v1v8: ldo6 {
156 regulator-name = "v1v8";
157 regulator-min-microvolt = <1800000>;
158 regulator-max-microvolt = <1800000>;
159 };
160
161 vref_ddr: vref_ddr {
162 regulator-name = "vref_ddr";
163 regulator-always-on;
Yann Gautier66386952018-07-05 16:49:51 +0200164 };
Yann Gautier66386952018-07-05 16:49:51 +0200165
Yann Gautier4ede20a2020-09-18 15:04:14 +0200166 bst_out: boost {
167 regulator-name = "bst_out";
168 };
Yann Gautier3edc7c32019-05-20 19:17:08 +0200169
Yann Gautier4ede20a2020-09-18 15:04:14 +0200170 vbus_otg: pwr_sw1 {
171 regulator-name = "vbus_otg";
Yann Gautier2385c952022-10-21 11:25:49 +0200172 };
Yann Gautier66386952018-07-05 16:49:51 +0200173
Yann Gautier2385c952022-10-21 11:25:49 +0200174 vbus_sw: pwr_sw2 {
Yann Gautier4ede20a2020-09-18 15:04:14 +0200175 regulator-name = "vbus_sw";
176 regulator-active-discharge = <1>;
Yann Gautier2385c952022-10-21 11:25:49 +0200177 };
Yann Gautier4ede20a2020-09-18 15:04:14 +0200178 };
Yann Gautier4ede20a2020-09-18 15:04:14 +0200179 };
Yann Gautier66386952018-07-05 16:49:51 +0200180};
181
Yann Gautier4ede20a2020-09-18 15:04:14 +0200182&iwdg2 {
183 timeout-sec = <32>;
Yann Gautier66386952018-07-05 16:49:51 +0200184 status = "okay";
185};
186
Yann Gautier4ede20a2020-09-18 15:04:14 +0200187&pwr_regulators {
188 vdd-supply = <&vdd>;
189 vdd_3v3_usbfs-supply = <&vdd_usb>;
Yann Gautier66386952018-07-05 16:49:51 +0200190};
191
Yann Gautier66386952018-07-05 16:49:51 +0200192&rcc {
193 st,clksrc = <
194 CLK_MPU_PLL1P
195 CLK_AXI_PLL2P
Yann Gautiered342322019-02-15 17:33:27 +0100196 CLK_MCU_PLL3P
Yann Gautier66386952018-07-05 16:49:51 +0200197 CLK_MCO1_DISABLED
198 CLK_MCO2_DISABLED
Yann Gautier66386952018-07-05 16:49:51 +0200199 CLK_CKPER_HSE
200 CLK_FMC_ACLK
201 CLK_QSPI_ACLK
Yann Gautierdbbf79a2021-05-17 11:25:37 +0200202 CLK_ETH_PLL4P
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100203 CLK_SDMMC12_PLL4P
Yann Gautier66386952018-07-05 16:49:51 +0200204 CLK_DSI_DSIPLL
205 CLK_STGEN_HSE
206 CLK_USBPHY_HSE
207 CLK_SPI2S1_PLL3Q
208 CLK_SPI2S23_PLL3Q
209 CLK_SPI45_HSI
210 CLK_SPI6_HSI
211 CLK_I2C46_HSI
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100212 CLK_SDMMC3_PLL4P
Yann Gautier66386952018-07-05 16:49:51 +0200213 CLK_USBO_USBPHY
214 CLK_ADC_CKPER
215 CLK_CEC_LSE
216 CLK_I2C12_HSI
217 CLK_I2C35_HSI
218 CLK_UART1_HSI
219 CLK_UART24_HSI
220 CLK_UART35_HSI
221 CLK_UART6_HSI
222 CLK_UART78_HSI
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100223 CLK_SPDIF_PLL4P
Antonio Borneodd445ab2019-07-29 14:46:16 +0200224 CLK_FDCAN_PLL4R
Yann Gautier66386952018-07-05 16:49:51 +0200225 CLK_SAI1_PLL3Q
226 CLK_SAI2_PLL3Q
227 CLK_SAI3_PLL3Q
228 CLK_SAI4_PLL3Q
Lionel Debieve7a4308f2022-02-23 00:05:51 +0100229 CLK_RNG1_CSI
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100230 CLK_RNG2_LSI
Yann Gautier66386952018-07-05 16:49:51 +0200231 CLK_LPTIM1_PCLK1
232 CLK_LPTIM23_PCLK3
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100233 CLK_LPTIM45_LSE
Yann Gautier66386952018-07-05 16:49:51 +0200234 >;
235
Gabriel Fernandezdf4be522022-08-16 11:40:03 +0200236 st,clkdiv = <
237 DIV(DIV_MPU, 1)
238 DIV(DIV_AXI, 0)
239 DIV(DIV_MCU, 0)
240 DIV(DIV_APB1, 1)
241 DIV(DIV_APB2, 1)
242 DIV(DIV_APB3, 1)
243 DIV(DIV_APB4, 1)
244 DIV(DIV_APB5, 2)
Gabriel Fernandezdf4be522022-08-16 11:40:03 +0200245 DIV(DIV_MCO1, 0)
246 DIV(DIV_MCO2, 0)
247 >;
248
249 st,pll_vco {
Gabriel Fernandezdf4be522022-08-16 11:40:03 +0200250 pll2_vco_1066Mhz: pll2-vco-1066Mhz {
251 src = <CLK_PLL12_HSE>;
252 divmn = <2 65>;
253 frac = <0x1400>;
254 };
255
256 pll3_vco_417Mhz: pll3-vco-417Mhz {
257 src = <CLK_PLL3_HSE>;
258 divmn = <1 33>;
259 frac = <0x1a04>;
260 };
261
262 pll4_vco_594Mhz: pll4-vco-594Mhz {
263 src = <CLK_PLL4_HSE>;
264 divmn = <3 98>;
265 };
266 };
267
Yann Gautier66386952018-07-05 16:49:51 +0200268 /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
269 pll2: st,pll@1 {
Yann Gautier49b02372021-05-17 11:25:37 +0200270 compatible = "st,stm32mp1-pll";
271 reg = <1>;
Gabriel Fernandezdf4be522022-08-16 11:40:03 +0200272
273 st,pll = <&pll2_cfg1>;
274
275 pll2_cfg1: pll2_cfg1 {
276 st,pll_vco = <&pll2_vco_1066Mhz>;
277 st,pll_div_pqr = <1 0 0>;
278 };
Yann Gautier66386952018-07-05 16:49:51 +0200279 };
280
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100281 /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
Yann Gautier66386952018-07-05 16:49:51 +0200282 pll3: st,pll@2 {
Yann Gautier49b02372021-05-17 11:25:37 +0200283 compatible = "st,stm32mp1-pll";
284 reg = <2>;
Gabriel Fernandezdf4be522022-08-16 11:40:03 +0200285
286 st,pll = <&pll3_cfg1>;
287
288 pll3_cfg1: pll3_cfg1 {
289 st,pll_vco = <&pll3_vco_417Mhz>;
290 st,pll_div_pqr = <1 16 36>;
291 };
Yann Gautier66386952018-07-05 16:49:51 +0200292 };
293
Yann Gautier7b7e4bf2019-01-17 19:16:03 +0100294 /* VCO = 594.0 MHz => P = 99, Q = 74, R = 74 */
Yann Gautier66386952018-07-05 16:49:51 +0200295 pll4: st,pll@3 {
Yann Gautier49b02372021-05-17 11:25:37 +0200296 compatible = "st,stm32mp1-pll";
297 reg = <3>;
Gabriel Fernandezdf4be522022-08-16 11:40:03 +0200298
299 st,pll = <&pll4_cfg1>;
300
301 pll4_cfg1: pll4_cfg1 {
302 st,pll_vco = <&pll4_vco_594Mhz>;
303 st,pll_div_pqr = <5 7 7>;
304 };
Yann Gautier66386952018-07-05 16:49:51 +0200305 };
306};
307
Yann Gautier4ede20a2020-09-18 15:04:14 +0200308&rng1 {
309 status = "okay";
310};
311
312&rtc {
313 status = "okay";
314};
315
316&sdmmc1 {
317 pinctrl-names = "default";
318 pinctrl-0 = <&sdmmc1_b4_pins_a &sdmmc1_dir_pins_a>;
319 disable-wp;
320 st,sig-dir;
321 st,neg-edge;
322 st,use-ckin;
323 bus-width = <4>;
324 vmmc-supply = <&vdd_sd>;
325 sd-uhs-sdr12;
326 sd-uhs-sdr25;
327 sd-uhs-sdr50;
328 sd-uhs-ddr50;
329 status = "okay";
330};
331
332&sdmmc2 {
333 pinctrl-names = "default";
334 pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
335 non-removable;
336 no-sd;
337 no-sdio;
338 st,neg-edge;
339 bus-width = <8>;
340 vmmc-supply = <&v3v3>;
341 vqmmc-supply = <&vdd>;
342 mmc-ddr-3_3v;
343 status = "okay";
344};
345
346&uart4 {
347 pinctrl-names = "default";
348 pinctrl-0 = <&uart4_pins_a>;
349 status = "okay";
Yann Gautier990ecea2019-06-04 17:24:36 +0200350};