xref: /rk3399_ARM-atf/plat/ti/k3/include/platform_def.h (revision 7147732a78852034972b93b87f17838f6aa0f9e5)
11841c533SNishanth Menon /*
21841c533SNishanth Menon  * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
31841c533SNishanth Menon  *
41841c533SNishanth Menon  * SPDX-License-Identifier: BSD-3-Clause
51841c533SNishanth Menon  */
61841c533SNishanth Menon 
7c3cf06f1SAntonio Nino Diaz #ifndef PLATFORM_DEF_H
8c3cf06f1SAntonio Nino Diaz #define PLATFORM_DEF_H
91841c533SNishanth Menon 
10*bfac44b5SDhruva Gole #include <ti_platform_defs.h>
1174e8cf48SNishanth Menon 
127f323eb2SNishanth Menon #if !K3_SEC_PROXY_LITE
13d76fdd33SAndrew F. Davis #define SEC_PROXY_DATA_BASE	0x32C00000
14d76fdd33SAndrew F. Davis #define SEC_PROXY_DATA_SIZE	0x80000
15d76fdd33SAndrew F. Davis #define SEC_PROXY_SCFG_BASE	0x32800000
16d76fdd33SAndrew F. Davis #define SEC_PROXY_SCFG_SIZE	0x80000
17d76fdd33SAndrew F. Davis #define SEC_PROXY_RT_BASE	0x32400000
18d76fdd33SAndrew F. Davis #define SEC_PROXY_RT_SIZE	0x80000
197f323eb2SNishanth Menon #else
207f323eb2SNishanth Menon #define SEC_PROXY_DATA_BASE	0x4D000000
217f323eb2SNishanth Menon #define SEC_PROXY_DATA_SIZE	0x80000
227f323eb2SNishanth Menon #define SEC_PROXY_SCFG_BASE	0x4A400000
237f323eb2SNishanth Menon #define SEC_PROXY_SCFG_SIZE	0x80000
247f323eb2SNishanth Menon #define SEC_PROXY_RT_BASE	0x4A600000
257f323eb2SNishanth Menon #define SEC_PROXY_RT_SIZE	0x80000
267f323eb2SNishanth Menon #endif /* K3_SEC_PROXY_LITE */
27d76fdd33SAndrew F. Davis 
28d76fdd33SAndrew F. Davis #define SEC_PROXY_TIMEOUT_US		1000000
29d76fdd33SAndrew F. Davis #define SEC_PROXY_MAX_MESSAGE_SIZE	56
30d76fdd33SAndrew F. Davis 
31c3cf06f1SAntonio Nino Diaz #endif /* PLATFORM_DEF_H */
32