mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
feat(dt-bindings): add TZC400 bindings for STM32MP13
And new file stm32mp13-tzc400.h is created for STM32MP13. Change-Id: I18d6aa443d07dc42c0fff56fefb2a47632a2c0e6 Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
296ac8012b
commit
24d3da76d2
1 changed files with 35 additions and 0 deletions
35
include/dt-bindings/soc/stm32mp13-tzc400.h
Normal file
35
include/dt-bindings/soc/stm32mp13-tzc400.h
Normal file
|
@ -0,0 +1,35 @@
|
|||
/*
|
||||
* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
|
||||
*
|
||||
* Copyright (C) 2022, STMicroelectronics - All Rights Reserved
|
||||
*/
|
||||
|
||||
#ifndef _DT_BINDINGS_STM32MP13_TZC400_H
|
||||
#define _DT_BINDINGS_STM32MP13_TZC400_H
|
||||
|
||||
#include <drivers/arm/tzc_common.h>
|
||||
|
||||
#define STM32MP1_TZC_A7_ID U(0)
|
||||
#define STM32MP1_TZC_LCD_ID U(3)
|
||||
#define STM32MP1_TZC_MDMA_ID U(5)
|
||||
#define STM32MP1_TZC_DMA_ID U(6)
|
||||
#define STM32MP1_TZC_USB_HOST_ID U(7)
|
||||
#define STM32MP1_TZC_USB_OTG_ID U(8)
|
||||
#define STM32MP1_TZC_SDMMC_ID U(9)
|
||||
#define STM32MP1_TZC_ETH_ID U(10)
|
||||
#define STM32MP1_TZC_DCMIPP_ID U(11)
|
||||
#define STM32MP1_TZC_DAP_ID U(15)
|
||||
|
||||
#define TZC_REGION_NSEC_ALL_ACCESS_RDWR \
|
||||
(TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_A7_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_LCD_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_MDMA_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_DMA_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_USB_HOST_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_USB_OTG_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_SDMMC_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_ETH_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_DCMIPP_ID) | \
|
||||
TZC_REGION_ACCESS_RDWR(STM32MP1_TZC_DAP_ID))
|
||||
|
||||
#endif /* _DT_BINDINGS_STM32MP13_TZC400_H */
|
Loading…
Add table
Reference in a new issue