soc/amd/cezanne/chipset.cb: add SMBus and data fabric PCI devices

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ica9b4adb1ec2b3663ce2d623cfe7b6539cd9c71b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50631
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2021-02-13 03:03:55 +01:00
parent 65418cc8b5
commit aed4aca3fc
1 changed files with 9 additions and 0 deletions

View File

@ -4,5 +4,14 @@ chip soc/amd/cezanne
end
device domain 0 on
device pci 00.0 alias gnb on end
device pci 14.0 on end # SMBus, primary FCH function
device pci 18.0 on end # Data fabric [0-7]
device pci 18.1 on end
device pci 18.2 on end
device pci 18.3 on end
device pci 18.4 on end
device pci 18.5 on end
device pci 18.6 on end
device pci 18.7 on end
end
end