Skip to content

Commit 5694b24

Browse files
yishai1999kartben
authored andcommitted
soc: silabs: Add support for SiLabs EFR32ZG23 SoC
Add support for Silicon Labs EFR32ZG23 SoC. Signed-off-by: Yishai Jaffe <[email protected]>
1 parent c144ccb commit 5694b24

File tree

10 files changed

+3790
-1
lines changed

10 files changed

+3790
-1
lines changed

drivers/gpio/gpio_gecko.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
#if defined(CONFIG_SOC_SERIES_EFR32BG22) || \
3030
defined(CONFIG_SOC_SERIES_EFR32BG27) || \
3131
defined(CONFIG_SOC_SERIES_EFR32MG21) || \
32-
defined(CONFIG_SOC_SERIES_EFR32MG24)
32+
defined(CONFIG_SOC_SERIES_EFR32MG24) || \
33+
defined(CONFIG_SOC_SERIES_EFR32ZG23)
3334
#define GECKO_GPIO_PORT_ADDR_SPACE_SIZE sizeof(GPIO_PORT_TypeDef)
3435
#else
3536
#define GECKO_GPIO_PORT_ADDR_SPACE_SIZE sizeof(GPIO_P_TypeDef)

0 commit comments

Comments
 (0)