/* * Copyright (c) 2025, MediaTek Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef PTP3_PLAT_V1_H #define PTP3_PLAT_V1_H #include /* CPU Info */ #define PTP3_CFG_CPU_START_ID_B U(4) static unsigned int ptp3_cfg3[NR_PTP3_CFG] = {0x0C530400, 0x2D80}; #endif /* PTP3_PLAT_V1_H */