blob: ee04a23fd9b9d86d9258d10cba3b1c557444eef7 [file] [log] [blame]
Yann Gautier4b0c72a2018-07-16 10:54:09 +02001/*
Yann Gautier8f268c82020-02-26 13:39:44 +01002 * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved.
Yann Gautier4b0c72a2018-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 Diaze0f90632018-12-14 00:18:21 +000010#include <common/tbbr/tbbr_img_def.h>
Yann Gautierb5d2ed42019-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 Diaze0f90632018-12-14 00:18:21 +000014#include <lib/utils_def.h>
15#include <lib/xlat_tables/xlat_tables_defs.h>
Yann Gautier4b0c72a2018-07-16 10:54:09 +020016
Julius Werner53456fc2019-07-09 13:49:11 -070017#ifndef __ASSEMBLER__
Yann Gautier091eab52019-06-04 18:06:34 +020018#include <drivers/st/bsec.h>
Yann Gautierb5d2ed42019-02-14 11:13:50 +010019#include <drivers/st/stm32mp1_clk.h>
20
Yann Gautier57e282b2019-01-07 11:17:24 +010021#include <boot_api.h>
Lionel Debieve7bd96f42019-09-03 12:22:23 +020022#include <stm32mp_auth.h>
Yann Gautieree8f5422019-02-14 11:13:25 +010023#include <stm32mp_common.h>
24#include <stm32mp_dt.h>
Yann Gautiere4a3c352019-02-14 10:53:33 +010025#include <stm32mp_shres_helpers.h>
Yann Gautierc7374052019-06-04 18:02:37 +020026#include <stm32mp1_dbgmcu.h>
Yann Gautier57e282b2019-01-07 11:17:24 +010027#include <stm32mp1_private.h>
Etienne Carriere316d6342019-12-02 10:08:48 +010028#include <stm32mp1_shared_resources.h>
Yann Gautier57e282b2019-01-07 11:17:24 +010029#endif
30
Yann Gautier4b0c72a2018-07-16 10:54:09 +020031/*******************************************************************************
Yann Gautierc7374052019-06-04 18:02:37 +020032 * CHIP ID
33 ******************************************************************************/
34#define STM32MP157C_PART_NB U(0x05000000)
35#define STM32MP157A_PART_NB U(0x05000001)
36#define STM32MP153C_PART_NB U(0x05000024)
37#define STM32MP153A_PART_NB U(0x05000025)
38#define STM32MP151C_PART_NB U(0x0500002E)
39#define STM32MP151A_PART_NB U(0x0500002F)
Lionel Debieve7b64e3e2019-05-17 16:01:18 +020040#define STM32MP157F_PART_NB U(0x05000080)
41#define STM32MP157D_PART_NB U(0x05000081)
42#define STM32MP153F_PART_NB U(0x050000A4)
43#define STM32MP153D_PART_NB U(0x050000A5)
44#define STM32MP151F_PART_NB U(0x050000AE)
45#define STM32MP151D_PART_NB U(0x050000AF)
Yann Gautierc7374052019-06-04 18:02:37 +020046
47#define STM32MP1_REV_B U(0x2000)
Lionel Debieve2d64b532019-06-25 10:40:37 +020048#define STM32MP1_REV_Z U(0x2001)
Yann Gautierc7374052019-06-04 18:02:37 +020049
50/*******************************************************************************
51 * PACKAGE ID
52 ******************************************************************************/
53#define PKG_AA_LFBGA448 U(4)
54#define PKG_AB_LFBGA354 U(3)
55#define PKG_AC_TFBGA361 U(2)
56#define PKG_AD_TFBGA257 U(1)
57
58/*******************************************************************************
Yann Gautier4b0c72a2018-07-16 10:54:09 +020059 * STM32MP1 memory map related constants
60 ******************************************************************************/
Lionel Debieve7bd96f42019-09-03 12:22:23 +020061#define STM32MP_ROM_BASE U(0x00000000)
62#define STM32MP_ROM_SIZE U(0x00020000)
Yann Gautier4b0c72a2018-07-16 10:54:09 +020063
Yann Gautiera2e2a302019-02-14 11:13:39 +010064#define STM32MP_SYSRAM_BASE U(0x2FFC0000)
65#define STM32MP_SYSRAM_SIZE U(0x00040000)
Yann Gautier4b0c72a2018-07-16 10:54:09 +020066
Etienne Carriere72369b12019-12-08 08:17:56 +010067#define STM32MP_NS_SYSRAM_SIZE PAGE_SIZE
68#define STM32MP_NS_SYSRAM_BASE (STM32MP_SYSRAM_BASE + \
69 STM32MP_SYSRAM_SIZE - \
70 STM32MP_NS_SYSRAM_SIZE)
71
Etienne Carriere34f0e932020-07-16 17:36:18 +020072#define STM32MP_SCMI_NS_SHM_BASE STM32MP_NS_SYSRAM_BASE
73#define STM32MP_SCMI_NS_SHM_SIZE STM32MP_NS_SYSRAM_SIZE
74
Etienne Carriere72369b12019-12-08 08:17:56 +010075#define STM32MP_SEC_SYSRAM_BASE STM32MP_SYSRAM_BASE
76#define STM32MP_SEC_SYSRAM_SIZE (STM32MP_SYSRAM_SIZE - \
77 STM32MP_NS_SYSRAM_SIZE)
78
Yann Gautier4b0c72a2018-07-16 10:54:09 +020079/* DDR configuration */
Yann Gautiera2e2a302019-02-14 11:13:39 +010080#define STM32MP_DDR_BASE U(0xC0000000)
81#define STM32MP_DDR_MAX_SIZE U(0x40000000) /* Max 1GB */
Yann Gautierb3386f72019-04-19 09:41:01 +020082#ifdef AARCH32_SP_OPTEE
83#define STM32MP_DDR_S_SIZE U(0x01E00000) /* 30 MB */
84#define STM32MP_DDR_SHMEM_SIZE U(0x00200000) /* 2 MB */
Yann Gautier8f268c82020-02-26 13:39:44 +010085#else
86#define STM32MP_DDR_S_SIZE U(0)
87#define STM32MP_DDR_SHMEM_SIZE U(0)
Yann Gautierb3386f72019-04-19 09:41:01 +020088#endif
Yann Gautier4b0c72a2018-07-16 10:54:09 +020089
90/* DDR power initializations */
Julius Werner53456fc2019-07-09 13:49:11 -070091#ifndef __ASSEMBLER__
Yann Gautier4b0c72a2018-07-16 10:54:09 +020092enum ddr_type {
93 STM32MP_DDR3,
94 STM32MP_LPDDR2,
Yann Gautier917a00c2019-04-16 16:20:58 +020095 STM32MP_LPDDR3
Yann Gautier4b0c72a2018-07-16 10:54:09 +020096};
97#endif
98
99/* Section used inside TF binaries */
Nicolas Le Bayon07084412019-09-27 11:05:31 +0200100#define STM32MP_PARAM_LOAD_SIZE U(0x00002400) /* 9 KB for param */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200101/* 256 Octets reserved for header */
Yann Gautiera2e2a302019-02-14 11:13:39 +0100102#define STM32MP_HEADER_SIZE U(0x00000100)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200103
Etienne Carriere72369b12019-12-08 08:17:56 +0100104#define STM32MP_BINARY_BASE (STM32MP_SEC_SYSRAM_BASE + \
Yann Gautiera2e2a302019-02-14 11:13:39 +0100105 STM32MP_PARAM_LOAD_SIZE + \
106 STM32MP_HEADER_SIZE)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200107
Etienne Carriere72369b12019-12-08 08:17:56 +0100108#define STM32MP_BINARY_SIZE (STM32MP_SEC_SYSRAM_SIZE - \
Yann Gautiera2e2a302019-02-14 11:13:39 +0100109 (STM32MP_PARAM_LOAD_SIZE + \
110 STM32MP_HEADER_SIZE))
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200111
Yann Gautierb3386f72019-04-19 09:41:01 +0200112#ifdef AARCH32_SP_OPTEE
113#define STM32MP_BL32_SIZE U(0)
114
Etienne Carriere72369b12019-12-08 08:17:56 +0100115#define STM32MP_OPTEE_BASE STM32MP_SEC_SYSRAM_BASE
Yann Gautierb3386f72019-04-19 09:41:01 +0200116
117#define STM32MP_OPTEE_SIZE (STM32MP_DTB_BASE - \
118 STM32MP_OPTEE_BASE)
119#else
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200120#if STACK_PROTECTOR_ENABLED
Nicolas Le Bayon07084412019-09-27 11:05:31 +0200121#define STM32MP_BL32_SIZE U(0x00012000) /* 72 KB for BL32 */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200122#else
Nicolas Le Bayon07084412019-09-27 11:05:31 +0200123#define STM32MP_BL32_SIZE U(0x00011000) /* 68 KB for BL32 */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200124#endif
Yann Gautierb3386f72019-04-19 09:41:01 +0200125#endif
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200126
Etienne Carriere72369b12019-12-08 08:17:56 +0100127#define STM32MP_BL32_BASE (STM32MP_SEC_SYSRAM_BASE + \
128 STM32MP_SEC_SYSRAM_SIZE - \
Yann Gautiera2e2a302019-02-14 11:13:39 +0100129 STM32MP_BL32_SIZE)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200130
Yann Gautierb3386f72019-04-19 09:41:01 +0200131#ifdef AARCH32_SP_OPTEE
132#if STACK_PROTECTOR_ENABLED
Lionel Debieve402a46b2019-11-04 12:28:15 +0100133#define STM32MP_BL2_SIZE U(0x0001A000) /* 100 KB for BL2 */
Yann Gautierb3386f72019-04-19 09:41:01 +0200134#else
Lionel Debieve402a46b2019-11-04 12:28:15 +0100135#define STM32MP_BL2_SIZE U(0x00018000) /* 92 KB for BL2 */
Yann Gautierb3386f72019-04-19 09:41:01 +0200136#endif
137#else
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200138#if STACK_PROTECTOR_ENABLED
Lionel Debieve402a46b2019-11-04 12:28:15 +0100139#define STM32MP_BL2_SIZE U(0x00019000) /* 96 KB for BL2 */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200140#else
Lionel Debieve402a46b2019-11-04 12:28:15 +0100141#define STM32MP_BL2_SIZE U(0x00017000) /* 88 KB for BL2 */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200142#endif
Yann Gautierb3386f72019-04-19 09:41:01 +0200143#endif
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200144
Yann Gautiera2e2a302019-02-14 11:13:39 +0100145#define STM32MP_BL2_BASE (STM32MP_BL32_BASE - \
146 STM32MP_BL2_SIZE)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200147
Nicolas Le Bayon07084412019-09-27 11:05:31 +0200148/* BL2 and BL32/sp_min require 4 tables */
149#define MAX_XLAT_TABLES U(4) /* 16 KB for mapping */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200150
151/*
152 * MAX_MMAP_REGIONS is usually:
153 * BL stm32mp1_mmap size + mmap regions in *_plat_arch_setup
154 */
Yann Gautier9d135e42018-07-16 19:36:06 +0200155#if defined(IMAGE_BL2)
156 #define MAX_MMAP_REGIONS 11
157#endif
158#if defined(IMAGE_BL32)
159 #define MAX_MMAP_REGIONS 6
160#endif
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200161
162/* DTB initialization value */
Nicolas Le Bayon07084412019-09-27 11:05:31 +0200163#define STM32MP_DTB_SIZE U(0x00005000) /* 20 KB for DTB */
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200164
Yann Gautiera2e2a302019-02-14 11:13:39 +0100165#define STM32MP_DTB_BASE (STM32MP_BL2_BASE - \
166 STM32MP_DTB_SIZE)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200167
Yann Gautiera2e2a302019-02-14 11:13:39 +0100168#define STM32MP_BL33_BASE (STM32MP_DDR_BASE + U(0x100000))
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200169
Lionel Debieve402a46b2019-11-04 12:28:15 +0100170/* Define maximum page size for NAND devices */
171#define PLATFORM_MTD_MAX_PAGE_SIZE U(0x1000)
172
173/*******************************************************************************
174 * STM32MP1 RAW partition offset for MTD devices
175 ******************************************************************************/
Lionel Debievecb0dbc42019-09-25 09:11:31 +0200176#define STM32MP_NOR_BL33_OFFSET U(0x00080000)
177#ifdef AARCH32_SP_OPTEE
178#define STM32MP_NOR_TEEH_OFFSET U(0x00280000)
179#define STM32MP_NOR_TEED_OFFSET U(0x002C0000)
180#define STM32MP_NOR_TEEX_OFFSET U(0x00300000)
181#endif
182
Lionel Debieve402a46b2019-11-04 12:28:15 +0100183#define STM32MP_NAND_BL33_OFFSET U(0x00200000)
184#ifdef AARCH32_SP_OPTEE
185#define STM32MP_NAND_TEEH_OFFSET U(0x00600000)
186#define STM32MP_NAND_TEED_OFFSET U(0x00680000)
187#define STM32MP_NAND_TEEX_OFFSET U(0x00700000)
188#endif
189
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200190/*******************************************************************************
191 * STM32MP1 device/io map related constants (used for MMU)
192 ******************************************************************************/
193#define STM32MP1_DEVICE1_BASE U(0x40000000)
194#define STM32MP1_DEVICE1_SIZE U(0x40000000)
195
196#define STM32MP1_DEVICE2_BASE U(0x80000000)
197#define STM32MP1_DEVICE2_SIZE U(0x40000000)
198
199/*******************************************************************************
200 * STM32MP1 RCC
201 ******************************************************************************/
202#define RCC_BASE U(0x50000000)
203
204/*******************************************************************************
205 * STM32MP1 PWR
206 ******************************************************************************/
207#define PWR_BASE U(0x50001000)
208
209/*******************************************************************************
Yann Gautier038bff22019-01-17 19:17:47 +0100210 * STM32MP1 GPIO
211 ******************************************************************************/
212#define GPIOA_BASE U(0x50002000)
213#define GPIOB_BASE U(0x50003000)
214#define GPIOC_BASE U(0x50004000)
215#define GPIOD_BASE U(0x50005000)
216#define GPIOE_BASE U(0x50006000)
217#define GPIOF_BASE U(0x50007000)
218#define GPIOG_BASE U(0x50008000)
219#define GPIOH_BASE U(0x50009000)
220#define GPIOI_BASE U(0x5000A000)
221#define GPIOJ_BASE U(0x5000B000)
222#define GPIOK_BASE U(0x5000C000)
223#define GPIOZ_BASE U(0x54004000)
224#define GPIO_BANK_OFFSET U(0x1000)
225
226/* Bank IDs used in GPIO driver API */
227#define GPIO_BANK_A U(0)
228#define GPIO_BANK_B U(1)
229#define GPIO_BANK_C U(2)
230#define GPIO_BANK_D U(3)
231#define GPIO_BANK_E U(4)
232#define GPIO_BANK_F U(5)
233#define GPIO_BANK_G U(6)
234#define GPIO_BANK_H U(7)
235#define GPIO_BANK_I U(8)
236#define GPIO_BANK_J U(9)
237#define GPIO_BANK_K U(10)
238#define GPIO_BANK_Z U(25)
239
240#define STM32MP_GPIOZ_PIN_MAX_COUNT 8
241
242/*******************************************************************************
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200243 * STM32MP1 UART
244 ******************************************************************************/
245#define USART1_BASE U(0x5C000000)
246#define USART2_BASE U(0x4000E000)
247#define USART3_BASE U(0x4000F000)
248#define UART4_BASE U(0x40010000)
249#define UART5_BASE U(0x40011000)
250#define USART6_BASE U(0x44003000)
251#define UART7_BASE U(0x40018000)
252#define UART8_BASE U(0x40019000)
Yann Gautiera2e2a302019-02-14 11:13:39 +0100253#define STM32MP_UART_BAUDRATE U(115200)
Yann Gautier038bff22019-01-17 19:17:47 +0100254
255/* For UART crash console */
Yann Gautiera2e2a302019-02-14 11:13:39 +0100256#define STM32MP_DEBUG_USART_BASE UART4_BASE
Yann Gautier038bff22019-01-17 19:17:47 +0100257/* UART4 on HSI@64MHz, TX on GPIOG11 Alternate 6 */
Yann Gautiera2e2a302019-02-14 11:13:39 +0100258#define STM32MP_DEBUG_USART_CLK_FRQ 64000000
Yann Gautier038bff22019-01-17 19:17:47 +0100259#define DEBUG_UART_TX_GPIO_BANK_ADDRESS GPIOG_BASE
260#define DEBUG_UART_TX_GPIO_BANK_CLK_REG RCC_MP_AHB4ENSETR
261#define DEBUG_UART_TX_GPIO_BANK_CLK_EN RCC_MP_AHB4ENSETR_GPIOGEN
262#define DEBUG_UART_TX_GPIO_PORT 11
263#define DEBUG_UART_TX_GPIO_ALTERNATE 6
264#define DEBUG_UART_TX_CLKSRC_REG RCC_UART24CKSELR
265#define DEBUG_UART_TX_CLKSRC RCC_UART24CKSELR_HSI
266#define DEBUG_UART_TX_EN_REG RCC_MP_APB1ENSETR
267#define DEBUG_UART_TX_EN RCC_MP_APB1ENSETR_UART4EN
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200268
269/*******************************************************************************
Etienne Carrieree96162e2020-04-10 11:32:54 +0200270 * STM32MP1 ETZPC
271 ******************************************************************************/
272#define STM32MP1_ETZPC_BASE U(0x5C007000)
273
274/* ETZPC TZMA IDs */
275#define STM32MP1_ETZPC_TZMA_ROM U(0)
276#define STM32MP1_ETZPC_TZMA_SYSRAM U(1)
277
278#define STM32MP1_ETZPC_TZMA_ALL_SECURE GENMASK_32(9, 0)
279
280/* ETZPC DECPROT IDs */
281#define STM32MP1_ETZPC_STGENC_ID 0
282#define STM32MP1_ETZPC_BKPSRAM_ID 1
283#define STM32MP1_ETZPC_IWDG1_ID 2
284#define STM32MP1_ETZPC_USART1_ID 3
285#define STM32MP1_ETZPC_SPI6_ID 4
286#define STM32MP1_ETZPC_I2C4_ID 5
287#define STM32MP1_ETZPC_RNG1_ID 7
288#define STM32MP1_ETZPC_HASH1_ID 8
289#define STM32MP1_ETZPC_CRYP1_ID 9
290#define STM32MP1_ETZPC_DDRCTRL_ID 10
291#define STM32MP1_ETZPC_DDRPHYC_ID 11
292#define STM32MP1_ETZPC_I2C6_ID 12
293#define STM32MP1_ETZPC_SEC_ID_LIMIT 13
294
295#define STM32MP1_ETZPC_TIM2_ID 16
296#define STM32MP1_ETZPC_TIM3_ID 17
297#define STM32MP1_ETZPC_TIM4_ID 18
298#define STM32MP1_ETZPC_TIM5_ID 19
299#define STM32MP1_ETZPC_TIM6_ID 20
300#define STM32MP1_ETZPC_TIM7_ID 21
301#define STM32MP1_ETZPC_TIM12_ID 22
302#define STM32MP1_ETZPC_TIM13_ID 23
303#define STM32MP1_ETZPC_TIM14_ID 24
304#define STM32MP1_ETZPC_LPTIM1_ID 25
305#define STM32MP1_ETZPC_WWDG1_ID 26
306#define STM32MP1_ETZPC_SPI2_ID 27
307#define STM32MP1_ETZPC_SPI3_ID 28
308#define STM32MP1_ETZPC_SPDIFRX_ID 29
309#define STM32MP1_ETZPC_USART2_ID 30
310#define STM32MP1_ETZPC_USART3_ID 31
311#define STM32MP1_ETZPC_UART4_ID 32
312#define STM32MP1_ETZPC_UART5_ID 33
313#define STM32MP1_ETZPC_I2C1_ID 34
314#define STM32MP1_ETZPC_I2C2_ID 35
315#define STM32MP1_ETZPC_I2C3_ID 36
316#define STM32MP1_ETZPC_I2C5_ID 37
317#define STM32MP1_ETZPC_CEC_ID 38
318#define STM32MP1_ETZPC_DAC_ID 39
319#define STM32MP1_ETZPC_UART7_ID 40
320#define STM32MP1_ETZPC_UART8_ID 41
321#define STM32MP1_ETZPC_MDIOS_ID 44
322#define STM32MP1_ETZPC_TIM1_ID 48
323#define STM32MP1_ETZPC_TIM8_ID 49
324#define STM32MP1_ETZPC_USART6_ID 51
325#define STM32MP1_ETZPC_SPI1_ID 52
326#define STM32MP1_ETZPC_SPI4_ID 53
327#define STM32MP1_ETZPC_TIM15_ID 54
328#define STM32MP1_ETZPC_TIM16_ID 55
329#define STM32MP1_ETZPC_TIM17_ID 56
330#define STM32MP1_ETZPC_SPI5_ID 57
331#define STM32MP1_ETZPC_SAI1_ID 58
332#define STM32MP1_ETZPC_SAI2_ID 59
333#define STM32MP1_ETZPC_SAI3_ID 60
334#define STM32MP1_ETZPC_DFSDM_ID 61
335#define STM32MP1_ETZPC_TT_FDCAN_ID 62
336#define STM32MP1_ETZPC_LPTIM2_ID 64
337#define STM32MP1_ETZPC_LPTIM3_ID 65
338#define STM32MP1_ETZPC_LPTIM4_ID 66
339#define STM32MP1_ETZPC_LPTIM5_ID 67
340#define STM32MP1_ETZPC_SAI4_ID 68
341#define STM32MP1_ETZPC_VREFBUF_ID 69
342#define STM32MP1_ETZPC_DCMI_ID 70
343#define STM32MP1_ETZPC_CRC2_ID 71
344#define STM32MP1_ETZPC_ADC_ID 72
345#define STM32MP1_ETZPC_HASH2_ID 73
346#define STM32MP1_ETZPC_RNG2_ID 74
347#define STM32MP1_ETZPC_CRYP2_ID 75
348#define STM32MP1_ETZPC_SRAM1_ID 80
349#define STM32MP1_ETZPC_SRAM2_ID 81
350#define STM32MP1_ETZPC_SRAM3_ID 82
351#define STM32MP1_ETZPC_SRAM4_ID 83
352#define STM32MP1_ETZPC_RETRAM_ID 84
353#define STM32MP1_ETZPC_OTG_ID 85
354#define STM32MP1_ETZPC_SDMMC3_ID 86
355#define STM32MP1_ETZPC_DLYBSD3_ID 87
356#define STM32MP1_ETZPC_DMA1_ID 88
357#define STM32MP1_ETZPC_DMA2_ID 89
358#define STM32MP1_ETZPC_DMAMUX_ID 90
359#define STM32MP1_ETZPC_FMC_ID 91
360#define STM32MP1_ETZPC_QSPI_ID 92
361#define STM32MP1_ETZPC_DLYBQ_ID 93
362#define STM32MP1_ETZPC_ETH_ID 94
363#define STM32MP1_ETZPC_RSV_ID 95
364
365#define STM32MP_ETZPC_MAX_ID 96
366
367/*******************************************************************************
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200368 * STM32MP1 TZC (TZ400)
369 ******************************************************************************/
370#define STM32MP1_TZC_BASE U(0x5C006000)
371
372#define STM32MP1_TZC_A7_ID U(0)
Yann Gautiered342322019-02-15 17:33:27 +0100373#define STM32MP1_TZC_M4_ID U(1)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200374#define STM32MP1_TZC_LCD_ID U(3)
375#define STM32MP1_TZC_GPU_ID U(4)
376#define STM32MP1_TZC_MDMA_ID U(5)
377#define STM32MP1_TZC_DMA_ID U(6)
378#define STM32MP1_TZC_USB_HOST_ID U(7)
379#define STM32MP1_TZC_USB_OTG_ID U(8)
380#define STM32MP1_TZC_SDMMC_ID U(9)
381#define STM32MP1_TZC_ETH_ID U(10)
382#define STM32MP1_TZC_DAP_ID U(15)
383
Yann Gautierf9d40d52019-01-17 14:41:46 +0100384#define STM32MP1_FILTER_BIT_ALL U(3)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200385
386/*******************************************************************************
387 * STM32MP1 SDMMC
388 ******************************************************************************/
Yann Gautiera2e2a302019-02-14 11:13:39 +0100389#define STM32MP_SDMMC1_BASE U(0x58005000)
390#define STM32MP_SDMMC2_BASE U(0x58007000)
391#define STM32MP_SDMMC3_BASE U(0x48004000)
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200392
Yann Gautier4baf5822019-05-09 13:25:52 +0200393#define STM32MP_MMC_INIT_FREQ U(400000) /*400 KHz*/
394#define STM32MP_SD_NORMAL_SPEED_MAX_FREQ U(25000000) /*25 MHz*/
395#define STM32MP_SD_HIGH_SPEED_MAX_FREQ U(50000000) /*50 MHz*/
396#define STM32MP_EMMC_NORMAL_SPEED_MAX_FREQ U(26000000) /*26 MHz*/
397#define STM32MP_EMMC_HIGH_SPEED_MAX_FREQ U(52000000) /*52 MHz*/
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200398
399/*******************************************************************************
Yann Gautier36a1e4b2019-01-17 14:52:47 +0100400 * STM32MP1 BSEC / OTP
401 ******************************************************************************/
402#define STM32MP1_OTP_MAX_ID 0x5FU
403#define STM32MP1_UPPER_OTP_START 0x20U
404
405#define OTP_MAX_SIZE (STM32MP1_OTP_MAX_ID + 1U)
406
407/* OTP offsets */
408#define DATA0_OTP U(0)
Yann Gautierc7374052019-06-04 18:02:37 +0200409#define PART_NUMBER_OTP U(1)
Lionel Debieve402a46b2019-11-04 12:28:15 +0100410#define NAND_OTP U(9)
Yann Gautierc7374052019-06-04 18:02:37 +0200411#define PACKAGE_OTP U(16)
Yann Gautier3edc7c32019-05-20 19:17:08 +0200412#define HW2_OTP U(18)
Yann Gautier36a1e4b2019-01-17 14:52:47 +0100413
414/* OTP mask */
415/* DATA0 */
416#define DATA0_OTP_SECURED BIT(6)
417
Yann Gautierc7374052019-06-04 18:02:37 +0200418/* PART NUMBER */
419#define PART_NUMBER_OTP_PART_MASK GENMASK_32(7, 0)
420#define PART_NUMBER_OTP_PART_SHIFT 0
421
422/* PACKAGE */
423#define PACKAGE_OTP_PKG_MASK GENMASK_32(29, 27)
424#define PACKAGE_OTP_PKG_SHIFT 27
425
Yann Gautier091eab52019-06-04 18:06:34 +0200426/* IWDG OTP */
427#define HW2_OTP_IWDG_HW_POS U(3)
428#define HW2_OTP_IWDG_FZ_STOP_POS U(5)
429#define HW2_OTP_IWDG_FZ_STANDBY_POS U(7)
430
Yann Gautier3edc7c32019-05-20 19:17:08 +0200431/* HW2 OTP */
432#define HW2_OTP_PRODUCT_BELOW_2V5 BIT(13)
433
Lionel Debieve402a46b2019-11-04 12:28:15 +0100434/* NAND OTP */
435/* NAND parameter storage flag */
436#define NAND_PARAM_STORED_IN_OTP BIT(31)
437
438/* NAND page size in bytes */
439#define NAND_PAGE_SIZE_MASK GENMASK_32(30, 29)
440#define NAND_PAGE_SIZE_SHIFT 29
441#define NAND_PAGE_SIZE_2K U(0)
442#define NAND_PAGE_SIZE_4K U(1)
443#define NAND_PAGE_SIZE_8K U(2)
444
445/* NAND block size in pages */
446#define NAND_BLOCK_SIZE_MASK GENMASK_32(28, 27)
447#define NAND_BLOCK_SIZE_SHIFT 27
448#define NAND_BLOCK_SIZE_64_PAGES U(0)
449#define NAND_BLOCK_SIZE_128_PAGES U(1)
450#define NAND_BLOCK_SIZE_256_PAGES U(2)
451
452/* NAND number of block (in unit of 256 blocs) */
453#define NAND_BLOCK_NB_MASK GENMASK_32(26, 19)
454#define NAND_BLOCK_NB_SHIFT 19
455#define NAND_BLOCK_NB_UNIT U(256)
456
457/* NAND bus width in bits */
458#define NAND_WIDTH_MASK BIT(18)
459#define NAND_WIDTH_SHIFT 18
460
461/* NAND number of ECC bits per 512 bytes */
462#define NAND_ECC_BIT_NB_MASK GENMASK_32(17, 15)
463#define NAND_ECC_BIT_NB_SHIFT 15
464#define NAND_ECC_BIT_NB_UNSET U(0)
465#define NAND_ECC_BIT_NB_1_BITS U(1)
466#define NAND_ECC_BIT_NB_4_BITS U(2)
467#define NAND_ECC_BIT_NB_8_BITS U(3)
468#define NAND_ECC_ON_DIE U(4)
469
Lionel Debieve186b0462019-09-24 18:30:12 +0200470/* NAND number of planes */
471#define NAND_PLANE_BIT_NB_MASK BIT(14)
472
Yann Gautier36a1e4b2019-01-17 14:52:47 +0100473/*******************************************************************************
Yann Gautier41934662018-07-20 11:36:05 +0200474 * STM32MP1 TAMP
475 ******************************************************************************/
476#define TAMP_BASE U(0x5C00A000)
477#define TAMP_BKP_REGISTER_BASE (TAMP_BASE + U(0x100))
478
Julius Werner53456fc2019-07-09 13:49:11 -0700479#if !(defined(__LINKER__) || defined(__ASSEMBLER__))
Yann Gautier41934662018-07-20 11:36:05 +0200480static inline uint32_t tamp_bkpr(uint32_t idx)
481{
482 return TAMP_BKP_REGISTER_BASE + (idx << 2);
483}
484#endif
485
486/*******************************************************************************
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200487 * STM32MP1 DDRCTRL
488 ******************************************************************************/
489#define DDRCTRL_BASE U(0x5A003000)
490
491/*******************************************************************************
492 * STM32MP1 DDRPHYC
493 ******************************************************************************/
494#define DDRPHYC_BASE U(0x5A004000)
495
496/*******************************************************************************
Yann Gautier091eab52019-06-04 18:06:34 +0200497 * STM32MP1 IWDG
498 ******************************************************************************/
499#define IWDG_MAX_INSTANCE U(2)
500#define IWDG1_INST U(0)
501#define IWDG2_INST U(1)
502
503#define IWDG1_BASE U(0x5C003000)
504#define IWDG2_BASE U(0x5A002000)
505
506/*******************************************************************************
Etienne Carriere0cfbff92020-05-13 10:16:21 +0200507 * Miscellaneous STM32MP1 peripherals base address
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200508 ******************************************************************************/
Yann Gautiera18f61b2020-05-05 17:58:40 +0200509#define BSEC_BASE U(0x5C005000)
Etienne Carriere0cfbff92020-05-13 10:16:21 +0200510#define CRYP1_BASE U(0x54001000)
Yann Gautier091eab52019-06-04 18:06:34 +0200511#define DBGMCU_BASE U(0x50081000)
Etienne Carriere0cfbff92020-05-13 10:16:21 +0200512#define HASH1_BASE U(0x54002000)
513#define I2C4_BASE U(0x5C002000)
514#define I2C6_BASE U(0x5c009000)
515#define RNG1_BASE U(0x54003000)
516#define RTC_BASE U(0x5c004000)
517#define SPI6_BASE U(0x5c001000)
Yann Gautiera18f61b2020-05-05 17:58:40 +0200518#define STGEN_BASE U(0x5c008000)
519#define SYSCFG_BASE U(0x50020000)
Yann Gautier091eab52019-06-04 18:06:34 +0200520
521/*******************************************************************************
Yann Gautier4d429472019-02-14 11:15:20 +0100522 * Device Tree defines
523 ******************************************************************************/
Yann Gautier35dc0772019-05-13 18:34:48 +0200524#define DT_BSEC_COMPAT "st,stm32mp15-bsec"
Yann Gautier091eab52019-06-04 18:06:34 +0200525#define DT_IWDG_COMPAT "st,stm32mp1-iwdg"
Yann Gautier4ede20a2020-09-18 15:04:14 +0200526#define DT_PWR_COMPAT "st,stm32mp1,pwr-reg"
Yann Gautier4d429472019-02-14 11:15:20 +0100527#define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc"
528
Yann Gautier4b0c72a2018-07-16 10:54:09 +0200529#endif /* STM32MP1_DEF_H */