1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <amdblocks/chip.h>
4 #include <device/device.h>
8 const struct soc_amd_common_config
*soc_get_common_config(void)
10 const struct soc_amd_phoenix_config
*cfg
= config_of_soc();
11 return &cfg
->common_config
;