soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / i2c / tas5825m / chip.h
blob23af491d3eac2f79a431d2541a2856b016e5b9a9
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 struct drivers_i2c_tas5825m_config {
4 // Used to uniquely identify the AMP
5 int id;
6 };