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:
parent
410e6e21cf
commit
0542cac337
1 changed files with 12 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue