diff options
author | Jon Murphy <jpmurphy@google.com> | 2023-03-29 17:14:46 -0600 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-04-13 02:57:40 +0000 |
commit | 51850b025512cca3366f4ec899a6ca953c57a3f3 (patch) | |
tree | 031622e63cc5be47ab4411040d2a790c9b857cec /src/mainboard/google/myst | |
parent | ba3522e42f4436a116caf4ca867e26c64223d35e (diff) |
mb/google/myst: Enable XHCI controllers
Enable the XHCI controllers in the devicetree for myst project.
BUG=b:275905635
TEST=builds
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Change-Id: I05dc5bb157f0ef955e4b37e34d7b32678e42ebc8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74105
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/myst')
-rw-r--r-- | src/mainboard/google/myst/variants/baseboard/devicetree.cb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/variants/baseboard/devicetree.cb b/src/mainboard/google/myst/variants/baseboard/devicetree.cb index 2a1c2d22a3..5bb1e8c284 100644 --- a/src/mainboard/google/myst/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/myst/variants/baseboard/devicetree.cb @@ -3,6 +3,12 @@ chip soc/amd/phoenix device domain 0 on device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A device ref gfx on end # Internal GPU (GFX) + device ref xhci_0 on end + device ref xhci_1 on end + end + device ref gpp_bridge_c on # Internal GPP Bridge 2 to Bus C + device ref usb4_xhci_0 on end + device ref usb4_xhci_1 on end end device ref iommu on end device ref lpc_bridge on |