Inagua: devicetree.cb update
Add the slots connection comments to devicetree.cb Change-Id: I3ccb2641c8d04a6a3c66ac11a562ba3b0dc0578a Signed-off-by: Kerry Sheh <shekairui@gmail.com> Signed-off-by: Kerry Sheh <kerry.she@amd.com> Reviewed-on: http://review.coreboot.org/545 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
parent
aff6dc2149
commit
9e83175d29
|
@ -30,10 +30,10 @@ chip northbridge/amd/agesa/family14/root_complex
|
|||
device pci 0.0 on end # Root Complex
|
||||
device pci 1.0 on end # Internal Graphics P2P bridge, 9802 to 9806
|
||||
device pci 1.1 on end # Internal Multimedia
|
||||
device pci 4.0 on end # PCIE P2P bridge 0x9604
|
||||
device pci 5.0 off end # PCIE P2P bridge 0x9605
|
||||
device pci 6.0 on end # PCIE P2P bridge 0x9606
|
||||
device pci 7.0 off end # PCIE P2P bridge 0x9607
|
||||
device pci 4.0 on end # PCIE P2P bridge MXM lane 0
|
||||
device pci 5.0 off end # PCIE P2P bridge MXM lane 1
|
||||
device pci 6.0 on end # PCIE P2P bridge LAN
|
||||
device pci 7.0 on end # PCIE P2P bridge MINIPCIE SLOT1
|
||||
device pci 8.0 off end # NB/SB Link P2P bridge
|
||||
end # agesa northbridge
|
||||
|
||||
|
@ -67,10 +67,10 @@ chip northbridge/amd/agesa/family14/root_complex
|
|||
end #LPC
|
||||
device pci 14.4 off end # PCIB 0x4384, NOTE: PCI interface pins shared with GPIO {GPIO 35:0}
|
||||
device pci 14.5 on end # USB 2
|
||||
device pci 15.0 on end # PCIe PortA
|
||||
device pci 15.1 on end # PCIe PortB
|
||||
device pci 15.2 on end # PCIe PortC
|
||||
device pci 15.3 on end # PCIe PortD
|
||||
device pci 15.0 on end # PCIe PortA Express Card
|
||||
device pci 15.1 on end # PCIe PortB NEC USB3.0
|
||||
device pci 15.2 on end # PCIe PortC MINIPCIE SLOT2
|
||||
device pci 15.3 on end # PCIe PortD PCIE X1 SLOT
|
||||
device pci 16.0 on end # OHCI USB3
|
||||
device pci 16.2 on end # EHCI USB3
|
||||
register "gpp_configuration" = "4" #1:1:1:1
|
||||
|
|
Loading…
Reference in New Issue