soc/amd/sabrina/chipset.cb: update USB ports

The corresponding mainboard design guide was used as a reference here.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ie61af7dab35b560d2eec1ea62058f3a4dad5cb0f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61094
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held 2022-01-13 18:11:11 +01:00
parent 91068c95b7
commit a3f8eda8a6
2 changed files with 13 additions and 39 deletions

View File

@ -40,21 +40,12 @@ chip soc/amd/sabrina
chip drivers/usb/acpi
device ref usb3_port0 on end
end
chip drivers/usb/acpi
device ref usb3_port1 on end
end
chip drivers/usb/acpi
device ref usb2_port0 on end
end
chip drivers/usb/acpi
device ref usb2_port1 on end
end
chip drivers/usb/acpi
device ref usb2_port2 on end
end
chip drivers/usb/acpi
device ref usb2_port3 on end
end
end
end
end
@ -62,23 +53,20 @@ chip soc/amd/sabrina
chip drivers/usb/acpi
device ref xhci_1_root_hub on
chip drivers/usb/acpi
device ref usb3_port4 on end
device ref usb3_port2 on end
end
chip drivers/usb/acpi
device ref usb3_port5 on end
device ref usb3_port3 on end
end
chip drivers/usb/acpi
device ref usb2_port2 on end
end
chip drivers/usb/acpi
device ref usb2_port3 on end
end
chip drivers/usb/acpi
device ref usb2_port4 on end
end
chip drivers/usb/acpi
device ref usb2_port5 on end
end
chip drivers/usb/acpi
device ref usb2_port6 on end
end
chip drivers/usb/acpi
device ref usb2_port7 on end
end
end
end
end

View File

@ -1,5 +1,3 @@
# TODO: Check if this is still correct
chip soc/amd/sabrina
device cpu_cluster 0 on
end
@ -29,21 +27,12 @@ chip soc/amd/sabrina
chip drivers/usb/acpi
device usb 3.0 alias usb3_port0 off end
end
chip drivers/usb/acpi
device usb 3.1 alias usb3_port1 off end
end
chip drivers/usb/acpi
device usb 2.0 alias usb2_port0 off end
end
chip drivers/usb/acpi
device usb 2.1 alias usb2_port1 off end
end
chip drivers/usb/acpi
device usb 2.2 alias usb2_port2 off end
end
chip drivers/usb/acpi
device usb 2.3 alias usb2_port3 off end
end
end
end
end
@ -52,22 +41,19 @@ chip soc/amd/sabrina
register "type" = "UPC_TYPE_HUB"
device usb 0.0 alias xhci_1_root_hub off
chip drivers/usb/acpi
device usb 3.0 alias usb3_port4 off end
device usb 3.0 alias usb3_port2 off end
end
chip drivers/usb/acpi
device usb 3.1 alias usb3_port5 off end
device usb 3.1 alias usb3_port3 off end
end
chip drivers/usb/acpi
device usb 2.0 alias usb2_port4 off end
device usb 2.0 alias usb2_port2 off end
end
chip drivers/usb/acpi
device usb 2.1 alias usb2_port5 off end
device usb 2.1 alias usb2_port3 off end
end
chip drivers/usb/acpi
device usb 2.2 alias usb2_port6 off end
end
chip drivers/usb/acpi
device usb 2.3 alias usb2_port7 off end
device usb 2.2 alias usb2_port4 off end
end
end
end