summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorZixun LI <[email protected]>2025-12-03 16:26:56 +0100
committerZixun LI <[email protected]>2026-03-05 16:09:39 +0100
commit7088dc528bd5a89a77e06798d8b5384962748828 (patch)
tree8746fa9bf1cc5892e4d35a3fd974dd4f44d1ecdc /hw
parent97476872aa841fcd9cd622e4082d6c57b183c67f (diff)
ci_hs: add deinit support
Signed-off-by: Zixun LI <[email protected]>
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/lpc43/family.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/lpc43/family.c b/hw/bsp/lpc43/family.c
index bade53b07..56834a1b0 100644
--- a/hw/bsp/lpc43/family.c
+++ b/hw/bsp/lpc43/family.c
@@ -185,8 +185,10 @@ void board_init(void)
*/
Chip_USB1_Init();
+#ifdef _BOARD_EA4357_H
// USB0 Vbus Power: P2_3 on EA4357 channel B U20 GPIO26 active low (base board)
Chip_SCU_PinMuxSet(2, 3, SCU_MODE_PULLUP | SCU_MODE_INBUFF_EN | SCU_MODE_FUNC7);
+#endif
#if defined(BOARD_TUD_RHPORT) && BOARD_TUD_RHPORT == 0
// P9_5 (GPIO5[18]) (GPIO28 on oem base) as USB connect, active low.