xref: /rk3399_ARM-atf/plat/mediatek/drivers/booker/mt8196/platform_booker.h (revision 767852d7f5de92e175fd50fa1f656de62984e0cb)
1 /*
2  * Copyright (c) 2025, MediaTek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLATFORM_BOOKER_H
8 #define PLATFORM_BOOKER_H
9 
10 #define BOOKER_MAP_REGION	0xA000000
11 #define BOOKER_MAP_SIZE		0x2000000
12 
13 static const uintptr_t booker_mtsx_bases[] = {
14 	0x0a790000, /* EMI10 CHN0 */
15 	0x0af90000, /* EMI10 CHN1 */
16 	0x0b790000, /* EMI11 CHN0 */
17 	0x0bf90000, /* EMI11 CHN1 */
18 };
19 
20 #endif /* PLATFORM_BOOKER_H*/
21