summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/trulo/overridetree.cb
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-07-26 16:26:42 +0530
committerSubrata Banik <subratabanik@google.com>2024-07-27 06:55:03 +0000
commit85dd48fd80efb816f47a18b7ab35c47dd190a54b (patch)
tree3ecf69288bc0b06df60c9241d7182d1c2607e2a6 /src/mainboard/google/brya/variants/trulo/overridetree.cb
parenta5b6e60411002fd315b232b21e3abd896256c245 (diff)
mb/google/brya/var/trulo: Add USB2 Bluetooth device on Port 10
This change adds a new USB2 Bluetooth device configuration on Port 10 for the Trulo variant. * A new `drivers/usb/acpi` chip is added with: * `desc` set to "USB2 Bluetooth" * `type` set to "UPC_TYPE_INTERNAL" * `reset_gpio` set to "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A13)" * `device` referencing `usb2_port10` BUG=b:351976770 TEST=Builds successfully for google/trulo. Change-Id: I9a92a4d008eb4d0c339079ecbbb77facece435ba Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83666 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants/trulo/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/trulo/overridetree.cb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/trulo/overridetree.cb b/src/mainboard/google/brya/variants/trulo/overridetree.cb
index a9be57c85f..3ae9f8523f 100644
--- a/src/mainboard/google/brya/variants/trulo/overridetree.cb
+++ b/src/mainboard/google/brya/variants/trulo/overridetree.cb
@@ -446,6 +446,12 @@ chip soc/intel/alderlake
device ref usb2_port5 on end
end
chip drivers/usb/acpi
+ register "desc" = ""USB2 Bluetooth""
+ register "type" = "UPC_TYPE_INTERNAL"
+ register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A13)"
+ device ref usb2_port10 on end
+ end
+ chip drivers/usb/acpi
register "desc" = ""USB3 Type-A Port A0 (MLB)""
register "type" = "UPC_TYPE_USB3_A"
register "use_custom_pld" = "true"