summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include/soc/iomap.h
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2022-07-06 15:17:38 +0530
committerMartin L Roth <gaumless@tutanota.com>2022-07-16 22:43:07 +0000
commitc58f67441194f7fc80f0a24794d5af907c25f332 (patch)
tree11f0208f08997c020039a1ce8a92fce9679786a0 /src/soc/amd/picasso/include/soc/iomap.h
parent106def9645e8296751cbed7fb9b229db2376d6be (diff)
downloadcoreboot-c58f67441194f7fc80f0a24794d5af907c25f332.tar.gz
coreboot-c58f67441194f7fc80f0a24794d5af907c25f332.tar.bz2
coreboot-c58f67441194f7fc80f0a24794d5af907c25f332.zip
soc/amd/picasso: Add MP2 I2C0 and I2C1 controller ACPI devices
This change is to allow AMD MP2 I2C OS driver to access I2C0/1 devices when MP2 firmware is loaded. Change-Id: Iaf25eb4dcf949e4b512ec0e86dbe5ccbc91c3d24 Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65673 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/include/soc/iomap.h')
-rw-r--r--src/soc/amd/picasso/include/soc/iomap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/iomap.h b/src/soc/amd/picasso/include/soc/iomap.h
index 853008bcbc59..d6b46b7fa780 100644
--- a/src/soc/amd/picasso/include/soc/iomap.h
+++ b/src/soc/amd/picasso/include/soc/iomap.h
@@ -39,6 +39,8 @@
#if ENV_X86
+#define APU_I2C0_BASE 0xfedc2000
+#define APU_I2C1_BASE 0xfedc3000
#define APU_I2C2_BASE 0xfedc4000
#define APU_I2C3_BASE 0xfedc5000
#define APU_I2C4_BASE 0xfedc6000