diff options
| author | hathach <[email protected]> | 2023-08-14 16:38:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-14 16:38:51 +0700 |
| commit | 202b945f88f104fda48104f40cad2525079ff5b1 (patch) | |
| tree | 0c318d077f3097b1e46ce0b0d59e5a8eb85fb546 /hw/bsp/lpc18 | |
| parent | 92457ec99f1690b772ef9fa6b348256701c7fcf7 (diff) | |
add lpcxpresso43s67
Diffstat (limited to 'hw/bsp/lpc18')
| -rw-r--r-- | hw/bsp/lpc18/boards/lpcxpresso18s37/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/lpc18/boards/lpcxpresso18s37/board.h b/hw/bsp/lpc18/boards/lpcxpresso18s37/board.h index b3a7bc44f..f4c85ddc9 100644 --- a/hw/bsp/lpc18/boards/lpcxpresso18s37/board.h +++ b/hw/bsp/lpc18/boards/lpcxpresso18s37/board.h @@ -62,6 +62,7 @@ static inline void board_lpc18_pinmux(void) // USB0 //{ 0x6, 3, SCU_MODE_PULLUP | SCU_MODE_INBUFF_EN | SCU_MODE_FUNC1 }, // P6_3 USB0_PWR_EN, USB0 VBus function + // USB1 //{ 0x9, 5, SCU_MODE_PULLUP | SCU_MODE_INBUFF_EN | SCU_MODE_FUNC2 }, // P9_5 USB1_VBUS_EN, USB1 VBus function //{ 0x2, 5, SCU_MODE_INACT | SCU_MODE_INBUFF_EN | SCU_MODE_ZIF_DIS | SCU_MODE_FUNC2 }, // P2_5 USB1_VBUS, MUST CONFIGURE THIS SIGNAL FOR USB1 NORMAL OPERATION {0x2, 5, SCU_MODE_INBUFF_EN | SCU_MODE_PULLUP | SCU_MODE_FUNC4 }, |
