Disable C22 and C23

This commit is contained in:
Jeremy Soller 2019-05-13 14:01:37 -06:00
parent e90c6c8e4c
commit 6ac5c4bf8a
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -609,6 +609,10 @@ static const struct pad_config early_gpio_table[] = {
PAD_CFG_NF(GPP_C20, NONE, DEEP, NF1),
// UART2_TXD
PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
// NC
PAD_NC(GPP_C22, NONE),
// NC
PAD_NC(GPP_C23, NONE),
};
#endif