We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09efa2c commit 5645adbCopy full SHA for 5645adb
drivers/gpio/gpio_gecko.c
@@ -26,11 +26,7 @@
26
#if DT_NODE_HAS_PROP(id, peripheral_id)
27
#define GET_GECKO_GPIO_INDEX(id) DT_INST_PROP(id, peripheral_id)
28
#else
29
-#if defined(CONFIG_SOC_SERIES_EFR32BG22) || \
30
- defined(CONFIG_SOC_SERIES_EFR32BG27) || \
31
- defined(CONFIG_SOC_SERIES_EFR32MG21) || \
32
- defined(CONFIG_SOC_SERIES_EFR32MG24) || \
33
- defined(CONFIG_SOC_SERIES_EFR32ZG23)
+#if defined(CONFIG_SOC_FAMILY_SILABS_S2)
34
#define GECKO_GPIO_PORT_ADDR_SPACE_SIZE sizeof(GPIO_PORT_TypeDef)
35
36
#define GECKO_GPIO_PORT_ADDR_SPACE_SIZE sizeof(GPIO_P_TypeDef)
0 commit comments