mb/starlabs/byte_adl: Disable CNVi vUART Pins

This board is using the USB interface for Bluetooth so these
can be disabled.

Change-Id: I95c3d1607b62c899acdda6b3b3aae97067e6b266
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86138
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-01-23 21:00:39 +00:00
commit 0542cac337

View file

@ -453,6 +453,18 @@ const struct pad_config gpio_table[] = {
/* BT_EN */
PAD_CFG_GPO_GPIO_DRIVER(GPP_VGPIO_0, 1, DEEP, NONE),
/* CNVi BT UART0 */
PAD_NC(GPP_VGPIO_6, NONE),
PAD_NC(GPP_VGPIO_7, NONE),
PAD_NC(GPP_VGPIO_8, NONE),
PAD_NC(GPP_VGPIO_9, NONE),
/* CNVi UART0 */
PAD_NC(GPP_VGPIO_18, NONE),
PAD_NC(GPP_VGPIO_19, NONE),
PAD_NC(GPP_VGPIO_20, NONE),
PAD_NC(GPP_VGPIO_21, NONE),
};
const struct pad_config *variant_gpio_table(size_t *num)