diff options
author | Mathew King <mathewk@chromium.org> | 2021-03-12 17:16:57 -0700 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2021-03-15 01:15:13 +0000 |
commit | d2c5b0e9bc43ec9fdddde3eb86e5b4bf1a190f32 (patch) | |
tree | d0cd5d7610fe6c739d8f65d429bde9bacce13496 /src/soc/amd/cezanne/chipset.cb | |
parent | 24837e75cb30cc6d8fbd86e5371f850699534975 (diff) |
soc/amd/cezanne: Add i2c controllers to chipset.cb
BUG=b:180531661
TEST=builds
Signed-off-by: Mathew King <mathewk@chromium.org>
Change-Id: I5feeead1dcb368c5173901f5cab411f439dffede
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51475
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/cezanne/chipset.cb')
-rw-r--r-- | src/soc/amd/cezanne/chipset.cb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 0963637408..2cb157bc7c 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -102,4 +102,9 @@ chip soc/amd/cezanne device pci 18.6 alias data_fabric_6 on end device pci 18.7 alias data_fabric_7 on end end + + device mmio 0xfedc2000 alias i2c_0 off end + device mmio 0xfedc3000 alias i2c_1 off end + device mmio 0xfedc4000 alias i2c_2 off end + device mmio 0xfedc5000 alias i2c_3 off end end |