update dcd ip3511 for better multiple rhport support

This commit is contained in:
hathach
2021-04-24 10:44:14 +07:00
parent 5c5d4b189f
commit 8642c2045c
4 changed files with 95 additions and 43 deletions

View File

@@ -53,6 +53,9 @@
#define UART_RX_PINMUX 0U, 29U, IOCON_PIO_DIG_FUNC1_EN
#define UART_TX_PINMUX 0U, 30U, IOCON_PIO_DIG_FUNC1_EN
// XTAL
//#define XTAL0_CLK_HZ 16000000U
#ifdef __cplusplus
}
#endif

View File

@@ -46,6 +46,9 @@
#define UART_RX_PINMUX 0, 29, IOCON_PIO_DIG_FUNC1_EN
#define UART_TX_PINMUX 0, 30, IOCON_PIO_DIG_FUNC1_EN
// XTAL
#define XTAL0_CLK_HZ 16000000U
#ifdef __cplusplus
}
#endif

View File

@@ -46,6 +46,9 @@
#define UART_RX_PINMUX 0, 29, IOCON_PIO_DIG_FUNC1_EN
#define UART_TX_PINMUX 0, 30, IOCON_PIO_DIG_FUNC1_EN
// XTAL
#define XTAL0_CLK_HZ 16000000U
#ifdef __cplusplus
}
#endif