blob: b25298750a41efcd15a4154f9ccf3d80d54b52db [file] [log] [blame]
Martin Roth1a3de8e2022-10-06 15:57:21 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <amdblocks/chip.h>
4#include <device/device.h>
5#include "chip.h"
6
7const struct soc_amd_common_config *soc_get_common_config(void)
8{
Martin Roth20646cd2023-01-04 21:27:06 -07009 const struct soc_amd_phoenix_config *cfg = config_of_soc();
Martin Roth1a3de8e2022-10-06 15:57:21 -060010 return &cfg->common_config;
11}