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