diff --git a/soc/xlnx/zynq7000/xc7zxxx/soc.c b/soc/xlnx/zynq7000/xc7zxxx/soc.c index 37d30b02426a3fc..379f60ed2eb3919 100644 --- a/soc/xlnx/zynq7000/xc7zxxx/soc.c +++ b/soc/xlnx/zynq7000/xc7zxxx/soc.c @@ -52,14 +52,6 @@ static const struct arm_mmu_region mmu_regions[] = { MT_DEVICE | MATTR_SHARED | MPERM_R | MPERM_W), #endif -/* GPIO controller */ -#if DT_NODE_HAS_STATUS(DT_NODELABEL(psgpio), okay) - MMU_REGION_FLAT_ENTRY("psgpio", - DT_REG_ADDR(DT_NODELABEL(psgpio)), - DT_REG_SIZE(DT_NODELABEL(psgpio)), - MT_DEVICE | MATTR_SHARED | MPERM_R | MPERM_W), -#endif - DT_FOREACH_STATUS_OKAY(xlnx_xps_gpio_1_00_a, AXI_GPIO_MMU_ENTRY) }; diff --git a/soc/xlnx/zynq7000/xc7zxxxs/soc.c b/soc/xlnx/zynq7000/xc7zxxxs/soc.c index a46d9a217843b86..f9bc444c19a7985 100644 --- a/soc/xlnx/zynq7000/xc7zxxxs/soc.c +++ b/soc/xlnx/zynq7000/xc7zxxxs/soc.c @@ -52,14 +52,6 @@ static const struct arm_mmu_region mmu_regions[] = { MT_DEVICE | MATTR_SHARED | MPERM_R | MPERM_W), #endif -/* GPIO controller */ -#if DT_NODE_HAS_STATUS(DT_NODELABEL(psgpio), okay) - MMU_REGION_FLAT_ENTRY("psgpio", - DT_REG_ADDR(DT_NODELABEL(psgpio)), - DT_REG_SIZE(DT_NODELABEL(psgpio)), - MT_DEVICE | MATTR_SHARED | MPERM_R | MPERM_W), -#endif - DT_FOREACH_STATUS_OKAY(xlnx_xps_gpio_1_00_a, AXI_GPIO_MMU_ENTRY) };