1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef AMD_PHOENIX_CPU_H 4 #define AMD_PHOENIX_CPU_H 5 6 #define PHOENIX_A0_CPUID CPUID_FROM_FMS(0x19, 0x74, 0) 7 #define PHOENIX2_A0_CPUID CPUID_FROM_FMS(0x19, 0x78, 0) 8 9 #define PHOENIX2_VBIOS_VID_DID 0x100215c8 10 #define PHOENIX2_GPU_VID_DID 0x10021205 11 12 #endif /* AMD_PHOENIX_CPU_H */ 13