diff --git a/soc/xlnx/zynq7000/xc7zxxx/soc.c b/soc/xlnx/zynq7000/xc7zxxx/soc.c index c1dad84ff36..5bc0c422b15 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_OKAY(DT_NODELABEL(psgpio)) - 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 982ee094e01..b19e9e43ce1 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_OKAY(DT_NODELABEL(psgpio)) - 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) };