xref: /rk3399_ARM-atf/plat/mediatek/drivers/ptp3/ptp3_plat_v2.h (revision b67e984664a8644d6cfd1812cabaa02cf24f09c9)
1 /*
2  * Copyright (c) 2025, MediaTek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PTP3_PLAT_V2_H
8 #define PTP3_PLAT_V2_H
9 
10 #include <ptp3_plat_common.h>
11 
12 /* CPU Info */
13 #define PTP3_CFG_CPU_START_ID_B		U(6)
14 
15 static unsigned int ptp3_cfg3[NR_PTP3_CFG] = {0x0C530400, 0xC00};
16 
17 #endif /* PTP3_PLAT_V2_H */
18