blob: bd2532112d162c9be206909588b732afe9414699 [file] [log] [blame]
Yann Gautier4353bb22018-07-16 10:54:09 +02001/*
Nicolas Le Bayon06e55dc2021-05-18 10:01:30 +02002 * Copyright (c) 2015-2022, ARM Limited and Contributors. All rights reserved.
Yann Gautier4353bb22018-07-16 10:54:09 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef STM32MP1_DEF_H
8#define STM32MP1_DEF_H
9
Antonio Nino Diaz09d40e02018-12-14 00:18:21 +000010#include <common/tbbr/tbbr_img_def.h>
Yann Gautiere0a8ce52019-02-14 11:13:50 +010011#include <drivers/st/stm32mp1_rcc.h>
12#include <dt-bindings/clock/stm32mp1-clks.h>
13#include <dt-bindings/reset/stm32mp1-resets.h>
Antonio Nino Diaz09d40e02018-12-14 00:18:21 +000014#include <lib/utils_def.h>
15#include <lib/xlat_tables/xlat_tables_defs.h>
Yann Gautier4353bb22018-07-16 10:54:09 +020016
Julius Wernerd5dfdeb2019-07-09 13:49:11 -070017#ifndef __ASSEMBLER__
Yann Gautier73680c22019-06-04 18:06:34 +020018#include <drivers/st/bsec.h>
Yann Gautiere0a8ce52019-02-14 11:13:50 +010019#include <drivers/st/stm32mp1_clk.h>
20
Yann Gautier6e6ab282019-01-07 11:17:24 +010021#include <boot_api.h>
Lionel Debieve4bdb1a72019-09-03 12:22:23 +020022#include <stm32mp_auth.h>
Yann Gautierc9d75b32019-02-14 11:13:25 +010023#include <stm32mp_common.h>
24#include <stm32mp_dt.h>
Yann Gautierdec286d2019-06-04 18:02:37 +020025#include <stm32mp1_dbgmcu.h>
Yann Gautier6e6ab282019-01-07 11:17:24 +010026#include <stm32mp1_private.h>
Etienne Carriereeafe0eb2019-12-02 10:08:48 +010027#include <stm32mp1_shared_resources.h>
Yann Gautier6e6ab282019-01-07 11:17:24 +010028#endif
29
Yann Gautier1d204ee2021-05-19 18:48:16 +020030#if !STM32MP_USE_STM32IMAGE
31#include "stm32mp1_fip_def.h"
32#else /* STM32MP_USE_STM32IMAGE */
33#include "stm32mp1_stm32image_def.h"
34#endif /* STM32MP_USE_STM32IMAGE */
35
Yann Gautier4353bb22018-07-16 10:54:09 +020036/*******************************************************************************
Yann Gautierdec286d2019-06-04 18:02:37 +020037 * CHIP ID
38 ******************************************************************************/
Yann Gautier30eea112020-02-12 15:38:34 +010039#if STM32MP13
40#define STM32MP1_CHIP_ID U(0x501)
41
42#define STM32MP135C_PART_NB U(0x05010000)
43#define STM32MP135A_PART_NB U(0x05010001)
44#define STM32MP133C_PART_NB U(0x050100C0)
45#define STM32MP133A_PART_NB U(0x050100C1)
46#define STM32MP131C_PART_NB U(0x050106C8)
47#define STM32MP131A_PART_NB U(0x050106C9)
48#define STM32MP135F_PART_NB U(0x05010800)
49#define STM32MP135D_PART_NB U(0x05010801)
50#define STM32MP133F_PART_NB U(0x050108C0)
51#define STM32MP133D_PART_NB U(0x050108C1)
52#define STM32MP131F_PART_NB U(0x05010EC8)
53#define STM32MP131D_PART_NB U(0x05010EC9)
54#endif
55#if STM32MP15
Yann Gautier92661e02021-05-10 16:05:18 +020056#define STM32MP1_CHIP_ID U(0x500)
57
Yann Gautierdec286d2019-06-04 18:02:37 +020058#define STM32MP157C_PART_NB U(0x05000000)
59#define STM32MP157A_PART_NB U(0x05000001)
60#define STM32MP153C_PART_NB U(0x05000024)
61#define STM32MP153A_PART_NB U(0x05000025)
62#define STM32MP151C_PART_NB U(0x0500002E)
63#define STM32MP151A_PART_NB U(0x0500002F)
Lionel Debieve8ccf4952019-05-17 16:01:18 +020064#define STM32MP157F_PART_NB U(0x05000080)
65#define STM32MP157D_PART_NB U(0x05000081)
66#define STM32MP153F_PART_NB U(0x050000A4)
67#define STM32MP153D_PART_NB U(0x050000A5)
68#define STM32MP151F_PART_NB U(0x050000AE)
69#define STM32MP151D_PART_NB U(0x050000AF)
Yann Gautier30eea112020-02-12 15:38:34 +010070#endif
Yann Gautierdec286d2019-06-04 18:02:37 +020071
72#define STM32MP1_REV_B U(0x2000)
Yann Gautieref0b8a62021-08-25 14:40:12 +020073#if STM32MP13
74#define STM32MP1_REV_Z U(0x1001)
75#endif
76#if STM32MP15
Lionel Debieveffb3f272019-06-25 10:40:37 +020077#define STM32MP1_REV_Z U(0x2001)
Yann Gautieref0b8a62021-08-25 14:40:12 +020078#endif
Yann Gautierdec286d2019-06-04 18:02:37 +020079
80/*******************************************************************************
81 * PACKAGE ID
82 ******************************************************************************/
Yann Gautier30eea112020-02-12 15:38:34 +010083#if STM32MP15
Yann Gautierdec286d2019-06-04 18:02:37 +020084#define PKG_AA_LFBGA448 U(4)
85#define PKG_AB_LFBGA354 U(3)
86#define PKG_AC_TFBGA361 U(2)
87#define PKG_AD_TFBGA257 U(1)
Yann Gautier30eea112020-02-12 15:38:34 +010088#endif
Yann Gautierdec286d2019-06-04 18:02:37 +020089
90/*******************************************************************************
Yann Gautier4353bb22018-07-16 10:54:09 +020091 * STM32MP1 memory map related constants
92 ******************************************************************************/
Lionel Debieve4bdb1a72019-09-03 12:22:23 +020093#define STM32MP_ROM_BASE U(0x00000000)
94#define STM32MP_ROM_SIZE U(0x00020000)
Yann Gautier1697ad82021-09-15 15:12:57 +020095#define STM32MP_ROM_SIZE_2MB_ALIGNED U(0x00200000)
Yann Gautier4353bb22018-07-16 10:54:09 +020096
Yann Gautier48ede662020-02-03 17:48:07 +010097#if STM32MP13
98#define STM32MP_SYSRAM_BASE U(0x2FFE0000)
99#define STM32MP_SYSRAM_SIZE U(0x00020000)
100#define SRAM1_BASE U(0x30000000)
101#define SRAM1_SIZE U(0x00004000)
102#define SRAM2_BASE U(0x30004000)
103#define SRAM2_SIZE U(0x00002000)
104#define SRAM3_BASE U(0x30006000)
105#define SRAM3_SIZE U(0x00002000)
Yann Gautiera5308742020-04-14 18:08:50 +0200106#define SRAMS_BASE SRAM1_BASE
107#define SRAMS_SIZE_2MB_ALIGNED U(0x00200000)
Yann Gautier48ede662020-02-03 17:48:07 +0100108#endif /* STM32MP13 */
109#if STM32MP15
Yann Gautier3f9c9782019-02-14 11:13:39 +0100110#define STM32MP_SYSRAM_BASE U(0x2FFC0000)
111#define STM32MP_SYSRAM_SIZE U(0x00040000)
Yann Gautier48ede662020-02-03 17:48:07 +0100112#endif /* STM32MP15 */
Yann Gautier4353bb22018-07-16 10:54:09 +0200113
Etienne Carriere07541432019-12-08 08:17:56 +0100114#define STM32MP_NS_SYSRAM_SIZE PAGE_SIZE
115#define STM32MP_NS_SYSRAM_BASE (STM32MP_SYSRAM_BASE + \
116 STM32MP_SYSRAM_SIZE - \
117 STM32MP_NS_SYSRAM_SIZE)
118
Etienne Carrierefdaaaeb2020-07-16 17:36:18 +0200119#define STM32MP_SCMI_NS_SHM_BASE STM32MP_NS_SYSRAM_BASE
120#define STM32MP_SCMI_NS_SHM_SIZE STM32MP_NS_SYSRAM_SIZE
121
Etienne Carriere07541432019-12-08 08:17:56 +0100122#define STM32MP_SEC_SYSRAM_BASE STM32MP_SYSRAM_BASE
123#define STM32MP_SEC_SYSRAM_SIZE (STM32MP_SYSRAM_SIZE - \
124 STM32MP_NS_SYSRAM_SIZE)
125
Yann Gautier4353bb22018-07-16 10:54:09 +0200126/* DDR configuration */
Yann Gautier3f9c9782019-02-14 11:13:39 +0100127#define STM32MP_DDR_BASE U(0xC0000000)
128#define STM32MP_DDR_MAX_SIZE U(0x40000000) /* Max 1GB */
Yann Gautier4353bb22018-07-16 10:54:09 +0200129
130/* DDR power initializations */
Julius Wernerd5dfdeb2019-07-09 13:49:11 -0700131#ifndef __ASSEMBLER__
Yann Gautier4353bb22018-07-16 10:54:09 +0200132enum ddr_type {
133 STM32MP_DDR3,
134 STM32MP_LPDDR2,
Yann Gautier4b549b22019-04-16 16:20:58 +0200135 STM32MP_LPDDR3
Yann Gautier4353bb22018-07-16 10:54:09 +0200136};
137#endif
138
139/* Section used inside TF binaries */
Yann Gautiera5308742020-04-14 18:08:50 +0200140#if STM32MP13
141/* 512 Octets reserved for header */
142#define STM32MP_HEADER_RESERVED_SIZE U(0x200)
143
144#define STM32MP_BINARY_BASE STM32MP_SEC_SYSRAM_BASE
145
146#define STM32MP_BINARY_SIZE STM32MP_SEC_SYSRAM_SIZE
147#endif
148#if STM32MP15
Nicolas Le Bayone98f5942019-09-27 11:05:31 +0200149#define STM32MP_PARAM_LOAD_SIZE U(0x00002400) /* 9 KB for param */
Yann Gautier4353bb22018-07-16 10:54:09 +0200150/* 256 Octets reserved for header */
Yann Gautier3f9c9782019-02-14 11:13:39 +0100151#define STM32MP_HEADER_SIZE U(0x00000100)
Yann Gautier8be574b2020-09-17 11:30:18 +0200152/* round_up(STM32MP_PARAM_LOAD_SIZE + STM32MP_HEADER_SIZE, PAGE_SIZE) */
153#define STM32MP_HEADER_RESERVED_SIZE U(0x3000)
Yann Gautier4353bb22018-07-16 10:54:09 +0200154
Etienne Carriere07541432019-12-08 08:17:56 +0100155#define STM32MP_BINARY_BASE (STM32MP_SEC_SYSRAM_BASE + \
Yann Gautier3f9c9782019-02-14 11:13:39 +0100156 STM32MP_PARAM_LOAD_SIZE + \
157 STM32MP_HEADER_SIZE)
Yann Gautier4353bb22018-07-16 10:54:09 +0200158
Etienne Carriere07541432019-12-08 08:17:56 +0100159#define STM32MP_BINARY_SIZE (STM32MP_SEC_SYSRAM_SIZE - \
Yann Gautier3f9c9782019-02-14 11:13:39 +0100160 (STM32MP_PARAM_LOAD_SIZE + \
161 STM32MP_HEADER_SIZE))
Yann Gautiera5308742020-04-14 18:08:50 +0200162#endif
Yann Gautier4353bb22018-07-16 10:54:09 +0200163
Yann Gautierac1b24d2020-01-16 18:50:51 +0100164/* BL2 and BL32/sp_min require finer granularity tables */
165#if defined(IMAGE_BL2)
166#define MAX_XLAT_TABLES U(2) /* 8 KB for mapping */
167#endif
168
169#if defined(IMAGE_BL32)
170#define MAX_XLAT_TABLES U(4) /* 16 KB for mapping */
171#endif
Yann Gautier4353bb22018-07-16 10:54:09 +0200172
173/*
174 * MAX_MMAP_REGIONS is usually:
175 * BL stm32mp1_mmap size + mmap regions in *_plat_arch_setup
176 */
Yann Gautier964dfee2018-07-16 19:36:06 +0200177#if defined(IMAGE_BL2)
Yann Gautierac1b24d2020-01-16 18:50:51 +0100178 #if STM32MP_USB_PROGRAMMER
179 #define MAX_MMAP_REGIONS 8
180 #else
181 #define MAX_MMAP_REGIONS 7
182 #endif
Yann Gautier964dfee2018-07-16 19:36:06 +0200183#endif
Yann Gautier4353bb22018-07-16 10:54:09 +0200184
Patrick Delaunay10f6dc72021-04-13 14:44:48 +0200185#if STM32MP13
186#define STM32MP_BL33_BASE STM32MP_DDR_BASE
187#endif
188#if STM32MP15
Yann Gautier3f9c9782019-02-14 11:13:39 +0100189#define STM32MP_BL33_BASE (STM32MP_DDR_BASE + U(0x100000))
Patrick Delaunay10f6dc72021-04-13 14:44:48 +0200190#endif
Yann Gautier1d204ee2021-05-19 18:48:16 +0200191#define STM32MP_BL33_MAX_SIZE U(0x400000)
Yann Gautier4353bb22018-07-16 10:54:09 +0200192
Lionel Debieve12e21df2019-11-04 12:28:15 +0100193/* Define maximum page size for NAND devices */
194#define PLATFORM_MTD_MAX_PAGE_SIZE U(0x1000)
195
196/*******************************************************************************
Yann Gautier4353bb22018-07-16 10:54:09 +0200197 * STM32MP1 device/io map related constants (used for MMU)
198 ******************************************************************************/
199#define STM32MP1_DEVICE1_BASE U(0x40000000)
200#define STM32MP1_DEVICE1_SIZE U(0x40000000)
201
202#define STM32MP1_DEVICE2_BASE U(0x80000000)
203#define STM32MP1_DEVICE2_SIZE U(0x40000000)
204
205/*******************************************************************************
206 * STM32MP1 RCC
207 ******************************************************************************/
208#define RCC_BASE U(0x50000000)
209
210/*******************************************************************************
211 * STM32MP1 PWR
212 ******************************************************************************/
213#define PWR_BASE U(0x50001000)
214
215/*******************************************************************************
Yann Gautier1fc21302019-01-17 19:17:47 +0100216 * STM32MP1 GPIO
217 ******************************************************************************/
218#define GPIOA_BASE U(0x50002000)
219#define GPIOB_BASE U(0x50003000)
220#define GPIOC_BASE U(0x50004000)
221#define GPIOD_BASE U(0x50005000)
222#define GPIOE_BASE U(0x50006000)
223#define GPIOF_BASE U(0x50007000)
224#define GPIOG_BASE U(0x50008000)
225#define GPIOH_BASE U(0x50009000)
226#define GPIOI_BASE U(0x5000A000)
Yann Gautier111a3842020-02-12 09:36:23 +0100227#if STM32MP15
Yann Gautier1fc21302019-01-17 19:17:47 +0100228#define GPIOJ_BASE U(0x5000B000)
229#define GPIOK_BASE U(0x5000C000)
230#define GPIOZ_BASE U(0x54004000)
Yann Gautier111a3842020-02-12 09:36:23 +0100231#endif
Yann Gautier1fc21302019-01-17 19:17:47 +0100232#define GPIO_BANK_OFFSET U(0x1000)
233
234/* Bank IDs used in GPIO driver API */
235#define GPIO_BANK_A U(0)
236#define GPIO_BANK_B U(1)
237#define GPIO_BANK_C U(2)
238#define GPIO_BANK_D U(3)
239#define GPIO_BANK_E U(4)
240#define GPIO_BANK_F U(5)
241#define GPIO_BANK_G U(6)
242#define GPIO_BANK_H U(7)
243#define GPIO_BANK_I U(8)
Yann Gautier111a3842020-02-12 09:36:23 +0100244#if STM32MP15
Yann Gautier1fc21302019-01-17 19:17:47 +0100245#define GPIO_BANK_J U(9)
246#define GPIO_BANK_K U(10)
247#define GPIO_BANK_Z U(25)
248
249#define STM32MP_GPIOZ_PIN_MAX_COUNT 8
Yann Gautier111a3842020-02-12 09:36:23 +0100250#endif
Yann Gautier1fc21302019-01-17 19:17:47 +0100251
252/*******************************************************************************
Yann Gautier4353bb22018-07-16 10:54:09 +0200253 * STM32MP1 UART
254 ******************************************************************************/
255#define USART1_BASE U(0x5C000000)
256#define USART2_BASE U(0x4000E000)
257#define USART3_BASE U(0x4000F000)
258#define UART4_BASE U(0x40010000)
259#define UART5_BASE U(0x40011000)
260#define USART6_BASE U(0x44003000)
261#define UART7_BASE U(0x40018000)
262#define UART8_BASE U(0x40019000)
Yann Gautier1fc21302019-01-17 19:17:47 +0100263
264/* For UART crash console */
Yann Gautier3f9c9782019-02-14 11:13:39 +0100265#define STM32MP_DEBUG_USART_BASE UART4_BASE
Gabriel Fernandez9be88e72020-03-11 11:30:34 +0100266#if STM32MP13
267/* UART4 on HSI@64MHz, TX on GPIOF12 Alternate 8 (Disco board) */
268#define STM32MP_DEBUG_USART_CLK_FRQ 64000000
269#define DEBUG_UART_TX_GPIO_BANK_ADDRESS GPIOD_BASE
270#define DEBUG_UART_TX_GPIO_BANK_CLK_REG RCC_MP_S_AHB4ENSETR
271#define DEBUG_UART_TX_GPIO_BANK_CLK_EN RCC_MP_S_AHB4ENSETR_GPIODEN
272#define DEBUG_UART_TX_GPIO_PORT 6
273#define DEBUG_UART_TX_GPIO_ALTERNATE 8
274#define DEBUG_UART_TX_CLKSRC_REG RCC_UART4CKSELR
275#define DEBUG_UART_TX_CLKSRC RCC_UART4CKSELR_HSI
276#endif /* STM32MP13 */
277#if STM32MP15
Yann Gautier1fc21302019-01-17 19:17:47 +0100278/* UART4 on HSI@64MHz, TX on GPIOG11 Alternate 6 */
Yann Gautier3f9c9782019-02-14 11:13:39 +0100279#define STM32MP_DEBUG_USART_CLK_FRQ 64000000
Yann Gautier1fc21302019-01-17 19:17:47 +0100280#define DEBUG_UART_TX_GPIO_BANK_ADDRESS GPIOG_BASE
281#define DEBUG_UART_TX_GPIO_BANK_CLK_REG RCC_MP_AHB4ENSETR
282#define DEBUG_UART_TX_GPIO_BANK_CLK_EN RCC_MP_AHB4ENSETR_GPIOGEN
283#define DEBUG_UART_TX_GPIO_PORT 11
284#define DEBUG_UART_TX_GPIO_ALTERNATE 6
285#define DEBUG_UART_TX_CLKSRC_REG RCC_UART24CKSELR
286#define DEBUG_UART_TX_CLKSRC RCC_UART24CKSELR_HSI
Gabriel Fernandez9be88e72020-03-11 11:30:34 +0100287#endif /* STM32MP15 */
Yann Gautier1fc21302019-01-17 19:17:47 +0100288#define DEBUG_UART_TX_EN_REG RCC_MP_APB1ENSETR
289#define DEBUG_UART_TX_EN RCC_MP_APB1ENSETR_UART4EN
Yann Gautierb38e2ed2020-09-14 17:21:59 +0200290#define DEBUG_UART_RST_REG RCC_APB1RSTSETR
291#define DEBUG_UART_RST_BIT RCC_APB1RSTSETR_UART4RST
Yann Gautier4353bb22018-07-16 10:54:09 +0200292
293/*******************************************************************************
Etienne Carriere7b3a46f2020-04-10 11:32:54 +0200294 * STM32MP1 ETZPC
295 ******************************************************************************/
296#define STM32MP1_ETZPC_BASE U(0x5C007000)
297
298/* ETZPC TZMA IDs */
299#define STM32MP1_ETZPC_TZMA_ROM U(0)
300#define STM32MP1_ETZPC_TZMA_SYSRAM U(1)
301
302#define STM32MP1_ETZPC_TZMA_ALL_SECURE GENMASK_32(9, 0)
303
304/* ETZPC DECPROT IDs */
305#define STM32MP1_ETZPC_STGENC_ID 0
306#define STM32MP1_ETZPC_BKPSRAM_ID 1
307#define STM32MP1_ETZPC_IWDG1_ID 2
308#define STM32MP1_ETZPC_USART1_ID 3
309#define STM32MP1_ETZPC_SPI6_ID 4
310#define STM32MP1_ETZPC_I2C4_ID 5
311#define STM32MP1_ETZPC_RNG1_ID 7
312#define STM32MP1_ETZPC_HASH1_ID 8
313#define STM32MP1_ETZPC_CRYP1_ID 9
314#define STM32MP1_ETZPC_DDRCTRL_ID 10
315#define STM32MP1_ETZPC_DDRPHYC_ID 11
316#define STM32MP1_ETZPC_I2C6_ID 12
317#define STM32MP1_ETZPC_SEC_ID_LIMIT 13
318
319#define STM32MP1_ETZPC_TIM2_ID 16
320#define STM32MP1_ETZPC_TIM3_ID 17
321#define STM32MP1_ETZPC_TIM4_ID 18
322#define STM32MP1_ETZPC_TIM5_ID 19
323#define STM32MP1_ETZPC_TIM6_ID 20
324#define STM32MP1_ETZPC_TIM7_ID 21
325#define STM32MP1_ETZPC_TIM12_ID 22
326#define STM32MP1_ETZPC_TIM13_ID 23
327#define STM32MP1_ETZPC_TIM14_ID 24
328#define STM32MP1_ETZPC_LPTIM1_ID 25
329#define STM32MP1_ETZPC_WWDG1_ID 26
330#define STM32MP1_ETZPC_SPI2_ID 27
331#define STM32MP1_ETZPC_SPI3_ID 28
332#define STM32MP1_ETZPC_SPDIFRX_ID 29
333#define STM32MP1_ETZPC_USART2_ID 30
334#define STM32MP1_ETZPC_USART3_ID 31
335#define STM32MP1_ETZPC_UART4_ID 32
336#define STM32MP1_ETZPC_UART5_ID 33
337#define STM32MP1_ETZPC_I2C1_ID 34
338#define STM32MP1_ETZPC_I2C2_ID 35
339#define STM32MP1_ETZPC_I2C3_ID 36
340#define STM32MP1_ETZPC_I2C5_ID 37
341#define STM32MP1_ETZPC_CEC_ID 38
342#define STM32MP1_ETZPC_DAC_ID 39
343#define STM32MP1_ETZPC_UART7_ID 40
344#define STM32MP1_ETZPC_UART8_ID 41
345#define STM32MP1_ETZPC_MDIOS_ID 44
346#define STM32MP1_ETZPC_TIM1_ID 48
347#define STM32MP1_ETZPC_TIM8_ID 49
348#define STM32MP1_ETZPC_USART6_ID 51
349#define STM32MP1_ETZPC_SPI1_ID 52
350#define STM32MP1_ETZPC_SPI4_ID 53
351#define STM32MP1_ETZPC_TIM15_ID 54
352#define STM32MP1_ETZPC_TIM16_ID 55
353#define STM32MP1_ETZPC_TIM17_ID 56
354#define STM32MP1_ETZPC_SPI5_ID 57
355#define STM32MP1_ETZPC_SAI1_ID 58
356#define STM32MP1_ETZPC_SAI2_ID 59
357#define STM32MP1_ETZPC_SAI3_ID 60
358#define STM32MP1_ETZPC_DFSDM_ID 61
359#define STM32MP1_ETZPC_TT_FDCAN_ID 62
360#define STM32MP1_ETZPC_LPTIM2_ID 64
361#define STM32MP1_ETZPC_LPTIM3_ID 65
362#define STM32MP1_ETZPC_LPTIM4_ID 66
363#define STM32MP1_ETZPC_LPTIM5_ID 67
364#define STM32MP1_ETZPC_SAI4_ID 68
365#define STM32MP1_ETZPC_VREFBUF_ID 69
366#define STM32MP1_ETZPC_DCMI_ID 70
367#define STM32MP1_ETZPC_CRC2_ID 71
368#define STM32MP1_ETZPC_ADC_ID 72
369#define STM32MP1_ETZPC_HASH2_ID 73
370#define STM32MP1_ETZPC_RNG2_ID 74
371#define STM32MP1_ETZPC_CRYP2_ID 75
372#define STM32MP1_ETZPC_SRAM1_ID 80
373#define STM32MP1_ETZPC_SRAM2_ID 81
374#define STM32MP1_ETZPC_SRAM3_ID 82
375#define STM32MP1_ETZPC_SRAM4_ID 83
376#define STM32MP1_ETZPC_RETRAM_ID 84
377#define STM32MP1_ETZPC_OTG_ID 85
378#define STM32MP1_ETZPC_SDMMC3_ID 86
379#define STM32MP1_ETZPC_DLYBSD3_ID 87
380#define STM32MP1_ETZPC_DMA1_ID 88
381#define STM32MP1_ETZPC_DMA2_ID 89
382#define STM32MP1_ETZPC_DMAMUX_ID 90
383#define STM32MP1_ETZPC_FMC_ID 91
384#define STM32MP1_ETZPC_QSPI_ID 92
385#define STM32MP1_ETZPC_DLYBQ_ID 93
386#define STM32MP1_ETZPC_ETH_ID 94
387#define STM32MP1_ETZPC_RSV_ID 95
388
389#define STM32MP_ETZPC_MAX_ID 96
390
391/*******************************************************************************
Yann Gautier4353bb22018-07-16 10:54:09 +0200392 * STM32MP1 TZC (TZ400)
393 ******************************************************************************/
394#define STM32MP1_TZC_BASE U(0x5C006000)
395
Yann Gautierb7d00582020-10-21 18:15:12 +0200396#if STM32MP13
397#define STM32MP1_FILTER_BIT_ALL TZC_400_REGION_ATTR_FILTER_BIT(0)
398#endif
399#if STM32MP15
Yann Gautier1e80c492020-09-17 12:25:05 +0200400#define STM32MP1_FILTER_BIT_ALL (TZC_400_REGION_ATTR_FILTER_BIT(0) | \
401 TZC_400_REGION_ATTR_FILTER_BIT(1))
Yann Gautierb7d00582020-10-21 18:15:12 +0200402#endif
Yann Gautier4353bb22018-07-16 10:54:09 +0200403
404/*******************************************************************************
405 * STM32MP1 SDMMC
406 ******************************************************************************/
Yann Gautier3f9c9782019-02-14 11:13:39 +0100407#define STM32MP_SDMMC1_BASE U(0x58005000)
408#define STM32MP_SDMMC2_BASE U(0x58007000)
409#define STM32MP_SDMMC3_BASE U(0x48004000)
Yann Gautier4353bb22018-07-16 10:54:09 +0200410
Yann Gautier29a50722019-05-09 13:25:52 +0200411#define STM32MP_MMC_INIT_FREQ U(400000) /*400 KHz*/
412#define STM32MP_SD_NORMAL_SPEED_MAX_FREQ U(25000000) /*25 MHz*/
413#define STM32MP_SD_HIGH_SPEED_MAX_FREQ U(50000000) /*50 MHz*/
414#define STM32MP_EMMC_NORMAL_SPEED_MAX_FREQ U(26000000) /*26 MHz*/
415#define STM32MP_EMMC_HIGH_SPEED_MAX_FREQ U(52000000) /*52 MHz*/
Yann Gautier4353bb22018-07-16 10:54:09 +0200416
417/*******************************************************************************
Yann Gautier88ef0422019-01-17 14:52:47 +0100418 * STM32MP1 BSEC / OTP
419 ******************************************************************************/
420#define STM32MP1_OTP_MAX_ID 0x5FU
421#define STM32MP1_UPPER_OTP_START 0x20U
422
423#define OTP_MAX_SIZE (STM32MP1_OTP_MAX_ID + 1U)
424
Lionel Debieveae3ce8b2019-11-04 14:31:38 +0100425/* OTP labels */
426#define CFG0_OTP "cfg0_otp"
427#define PART_NUMBER_OTP "part_number_otp"
Yann Gautier30eea112020-02-12 15:38:34 +0100428#if STM32MP15
Lionel Debieveae3ce8b2019-11-04 14:31:38 +0100429#define PACKAGE_OTP "package_otp"
Yann Gautier30eea112020-02-12 15:38:34 +0100430#endif
Lionel Debieveae3ce8b2019-11-04 14:31:38 +0100431#define HW2_OTP "hw2_otp"
432#define NAND_OTP "nand_otp"
Yann Gautierf5a36882019-04-17 15:12:58 +0200433#define MONOTONIC_OTP "monotonic_otp"
Lionel Debieveae3ce8b2019-11-04 14:31:38 +0100434#define UID_OTP "uid_otp"
435#define BOARD_ID_OTP "board_id"
Yann Gautier88ef0422019-01-17 14:52:47 +0100436
437/* OTP mask */
Lionel Debieveae3ce8b2019-11-04 14:31:38 +0100438/* CFG0 */
Nicolas Le Bayon1c37d0c2020-11-26 09:57:09 +0100439#if STM32MP13
440#define CFG0_OTP_MODE_MASK GENMASK_32(9, 0)
441#define CFG0_OTP_MODE_SHIFT 0
442#define CFG0_OPEN_DEVICE 0x17U
443#define CFG0_CLOSED_DEVICE 0x3FU
444#define CFG0_CLOSED_DEVICE_NO_BOUNDARY_SCAN 0x17FU
445#define CFG0_CLOSED_DEVICE_NO_JTAG 0x3FFU
446#endif
447#if STM32MP15
Lionel Debieveae3ce8b2019-11-04 14:31:38 +0100448#define CFG0_CLOSED_DEVICE BIT(6)
Nicolas Le Bayon1c37d0c2020-11-26 09:57:09 +0100449#endif
Yann Gautier88ef0422019-01-17 14:52:47 +0100450
Yann Gautierdec286d2019-06-04 18:02:37 +0200451/* PART NUMBER */
Yann Gautier30eea112020-02-12 15:38:34 +0100452#if STM32MP13
453#define PART_NUMBER_OTP_PART_MASK GENMASK_32(11, 0)
454#endif
455#if STM32MP15
Yann Gautierdec286d2019-06-04 18:02:37 +0200456#define PART_NUMBER_OTP_PART_MASK GENMASK_32(7, 0)
Yann Gautier30eea112020-02-12 15:38:34 +0100457#endif
Yann Gautierdec286d2019-06-04 18:02:37 +0200458#define PART_NUMBER_OTP_PART_SHIFT 0
459
460/* PACKAGE */
Yann Gautier30eea112020-02-12 15:38:34 +0100461#if STM32MP15
Yann Gautierdec286d2019-06-04 18:02:37 +0200462#define PACKAGE_OTP_PKG_MASK GENMASK_32(29, 27)
463#define PACKAGE_OTP_PKG_SHIFT 27
Yann Gautier30eea112020-02-12 15:38:34 +0100464#endif
Yann Gautierdec286d2019-06-04 18:02:37 +0200465
Yann Gautier73680c22019-06-04 18:06:34 +0200466/* IWDG OTP */
467#define HW2_OTP_IWDG_HW_POS U(3)
468#define HW2_OTP_IWDG_FZ_STOP_POS U(5)
469#define HW2_OTP_IWDG_FZ_STANDBY_POS U(7)
470
Yann Gautierf33b2432019-05-20 19:17:08 +0200471/* HW2 OTP */
472#define HW2_OTP_PRODUCT_BELOW_2V5 BIT(13)
473
Lionel Debieve12e21df2019-11-04 12:28:15 +0100474/* NAND OTP */
475/* NAND parameter storage flag */
476#define NAND_PARAM_STORED_IN_OTP BIT(31)
477
478/* NAND page size in bytes */
479#define NAND_PAGE_SIZE_MASK GENMASK_32(30, 29)
480#define NAND_PAGE_SIZE_SHIFT 29
481#define NAND_PAGE_SIZE_2K U(0)
482#define NAND_PAGE_SIZE_4K U(1)
483#define NAND_PAGE_SIZE_8K U(2)
484
485/* NAND block size in pages */
486#define NAND_BLOCK_SIZE_MASK GENMASK_32(28, 27)
487#define NAND_BLOCK_SIZE_SHIFT 27
488#define NAND_BLOCK_SIZE_64_PAGES U(0)
489#define NAND_BLOCK_SIZE_128_PAGES U(1)
490#define NAND_BLOCK_SIZE_256_PAGES U(2)
491
492/* NAND number of block (in unit of 256 blocs) */
493#define NAND_BLOCK_NB_MASK GENMASK_32(26, 19)
494#define NAND_BLOCK_NB_SHIFT 19
495#define NAND_BLOCK_NB_UNIT U(256)
496
497/* NAND bus width in bits */
498#define NAND_WIDTH_MASK BIT(18)
499#define NAND_WIDTH_SHIFT 18
500
501/* NAND number of ECC bits per 512 bytes */
502#define NAND_ECC_BIT_NB_MASK GENMASK_32(17, 15)
503#define NAND_ECC_BIT_NB_SHIFT 15
504#define NAND_ECC_BIT_NB_UNSET U(0)
505#define NAND_ECC_BIT_NB_1_BITS U(1)
506#define NAND_ECC_BIT_NB_4_BITS U(2)
507#define NAND_ECC_BIT_NB_8_BITS U(3)
508#define NAND_ECC_ON_DIE U(4)
509
Lionel Debieve57044222019-09-24 18:30:12 +0200510/* NAND number of planes */
511#define NAND_PLANE_BIT_NB_MASK BIT(14)
512
Yann Gautierf5a36882019-04-17 15:12:58 +0200513/* MONOTONIC OTP */
514#define MAX_MONOTONIC_VALUE 32
515
Patrick Delaunay942f6be2021-06-30 17:06:19 +0200516/* UID OTP */
517#define UID_WORD_NB U(3)
518
Nicolas Toromanofff87de902022-02-07 10:12:04 +0100519/* FWU configuration (max supported value is 15) */
520#define FWU_MAX_TRIAL_REBOOT U(3)
521
Yann Gautier88ef0422019-01-17 14:52:47 +0100522/*******************************************************************************
Yann Gautiere58a53f2018-07-20 11:36:05 +0200523 * STM32MP1 TAMP
524 ******************************************************************************/
525#define TAMP_BASE U(0x5C00A000)
526#define TAMP_BKP_REGISTER_BASE (TAMP_BASE + U(0x100))
527
Julius Wernerd5dfdeb2019-07-09 13:49:11 -0700528#if !(defined(__LINKER__) || defined(__ASSEMBLER__))
Nicolas Toromanoffc8701882022-02-09 12:26:31 +0100529static inline uintptr_t tamp_bkpr(uint32_t idx)
Yann Gautiere58a53f2018-07-20 11:36:05 +0200530{
531 return TAMP_BKP_REGISTER_BASE + (idx << 2);
532}
533#endif
534
535/*******************************************************************************
Patrick Delaunay942f6be2021-06-30 17:06:19 +0200536 * STM32MP1 USB
537 ******************************************************************************/
538#define USB_OTG_BASE U(0x49000000)
539
540/*******************************************************************************
Yann Gautier4353bb22018-07-16 10:54:09 +0200541 * STM32MP1 DDRCTRL
542 ******************************************************************************/
543#define DDRCTRL_BASE U(0x5A003000)
544
545/*******************************************************************************
546 * STM32MP1 DDRPHYC
547 ******************************************************************************/
548#define DDRPHYC_BASE U(0x5A004000)
549
550/*******************************************************************************
Yann Gautier73680c22019-06-04 18:06:34 +0200551 * STM32MP1 IWDG
552 ******************************************************************************/
553#define IWDG_MAX_INSTANCE U(2)
554#define IWDG1_INST U(0)
555#define IWDG2_INST U(1)
556
557#define IWDG1_BASE U(0x5C003000)
558#define IWDG2_BASE U(0x5A002000)
559
560/*******************************************************************************
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200561 * Miscellaneous STM32MP1 peripherals base address
Yann Gautier4353bb22018-07-16 10:54:09 +0200562 ******************************************************************************/
Yann Gautierade9ce02020-05-05 17:58:40 +0200563#define BSEC_BASE U(0x5C005000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100564#if STM32MP13
565#define CRYP_BASE U(0x54002000)
566#endif
567#if STM32MP15
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200568#define CRYP1_BASE U(0x54001000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100569#endif
Yann Gautier73680c22019-06-04 18:06:34 +0200570#define DBGMCU_BASE U(0x50081000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100571#if STM32MP13
572#define HASH_BASE U(0x54003000)
573#endif
574#if STM32MP15
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200575#define HASH1_BASE U(0x54002000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100576#endif
577#if STM32MP13
578#define I2C3_BASE U(0x4C004000)
579#define I2C4_BASE U(0x4C005000)
580#define I2C5_BASE U(0x4C006000)
581#endif
582#if STM32MP15
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200583#define I2C4_BASE U(0x5C002000)
584#define I2C6_BASE U(0x5c009000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100585#endif
586#if STM32MP13
587#define RNG_BASE U(0x54004000)
588#endif
589#if STM32MP15
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200590#define RNG1_BASE U(0x54003000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100591#endif
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200592#define RTC_BASE U(0x5c004000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100593#if STM32MP13
594#define SPI4_BASE U(0x4C002000)
595#define SPI5_BASE U(0x4C003000)
596#endif
597#if STM32MP15
Etienne Carriere0651b5b2020-05-13 10:16:21 +0200598#define SPI6_BASE U(0x5c001000)
Yann Gautier52ac9982021-03-23 15:25:04 +0100599#endif
Yann Gautierade9ce02020-05-05 17:58:40 +0200600#define STGEN_BASE U(0x5c008000)
601#define SYSCFG_BASE U(0x50020000)
Yann Gautier73680c22019-06-04 18:06:34 +0200602
603/*******************************************************************************
Yann Gautier52ac9982021-03-23 15:25:04 +0100604 * STM32MP13 SAES
605 ******************************************************************************/
606#define SAES_BASE U(0x54005000)
607
608/*******************************************************************************
609 * STM32MP13 PKA
610 ******************************************************************************/
611#define PKA_BASE U(0x54006000)
612
613/*******************************************************************************
Yann Gautierbba9fde2021-12-15 13:16:15 +0100614 * REGULATORS
615 ******************************************************************************/
616/* 3 PWR + 1 VREFBUF + 14 PMIC regulators + 1 FIXED */
617#define PLAT_NB_RDEVS U(19)
Lionel Debieve225ce482021-04-15 08:27:28 +0200618/* 2 FIXED */
619#define PLAT_NB_FIXED_REGS U(2)
Yann Gautierbba9fde2021-12-15 13:16:15 +0100620
621/*******************************************************************************
Yann Gautier447b2b12019-02-14 11:15:20 +0100622 * Device Tree defines
623 ******************************************************************************/
Yann Gautier10e7a9e2019-05-13 18:34:48 +0200624#define DT_BSEC_COMPAT "st,stm32mp15-bsec"
Nicolas Le Bayone6fddbc2021-01-12 18:18:27 +0100625#if STM32MP13
626#define DT_DDR_COMPAT "st,stm32mp13-ddr"
627#endif
628#if STM32MP15
Nicolas Le Bayon06e55dc2021-05-18 10:01:30 +0200629#define DT_DDR_COMPAT "st,stm32mp1-ddr"
Nicolas Le Bayone6fddbc2021-01-12 18:18:27 +0100630#endif
Yann Gautier73680c22019-06-04 18:06:34 +0200631#define DT_IWDG_COMPAT "st,stm32mp1-iwdg"
Yann Gautier277d6af2020-09-18 15:04:14 +0200632#define DT_PWR_COMPAT "st,stm32mp1,pwr-reg"
Gabriel Fernandez9be88e72020-03-11 11:30:34 +0100633#if STM32MP13
634#define DT_RCC_CLK_COMPAT "st,stm32mp13-rcc"
635#define DT_RCC_SEC_CLK_COMPAT "st,stm32mp13-rcc-secure"
636#endif
637#if STM32MP15
Yann Gautier447b2b12019-02-14 11:15:20 +0100638#define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc"
Lionel Debieve812daf92020-12-15 10:35:59 +0100639#define DT_RCC_SEC_CLK_COMPAT "st,stm32mp1-rcc-secure"
Gabriel Fernandez9be88e72020-03-11 11:30:34 +0100640#endif
Yann Gautier3331d362021-01-20 14:10:57 +0100641#define DT_SDMMC2_COMPAT "st,stm32-sdmmc2"
Yann Gautier447b2b12019-02-14 11:15:20 +0100642
Yann Gautier4353bb22018-07-16 10:54:09 +0200643#endif /* STM32MP1_DEF_H */