diff --git a/components/soc/esp32p4/include/soc/rtc_io_channel.h b/components/soc/esp32p4/include/soc/rtc_io_channel.h deleted file mode 100644 index d2aa55b41e..0000000000 --- a/components/soc/esp32p4/include/soc/rtc_io_channel.h +++ /dev/null @@ -1,7 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD - * - * SPDX-License-Identifier: Apache-2.0 - */ - -#pragma once diff --git a/components/soc/esp32p4/include/soc/rtc_io_reg.h b/components/soc/esp32p4/include/soc/rtc_io_reg.h deleted file mode 100644 index c053494821..0000000000 --- a/components/soc/esp32p4/include/soc/rtc_io_reg.h +++ /dev/null @@ -1,9 +0,0 @@ -/** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD - * - * SPDX-License-Identifier: Apache-2.0 - */ -#pragma once - -#include "soc/lp_gpio_reg.h" -#include "soc/lp_iomux_reg.h" diff --git a/components/soc/esp32p4/include/soc/rtc_io_struct.h b/components/soc/esp32p4/include/soc/rtc_io_struct.h deleted file mode 100644 index 5e314ff7d8..0000000000 --- a/components/soc/esp32p4/include/soc/rtc_io_struct.h +++ /dev/null @@ -1,19 +0,0 @@ -/** - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD - * - * SPDX-License-Identifier: Apache-2.0 - */ -#pragma once - -#include "soc/lp_gpio_struct.h" - -#ifdef __cplusplus -extern "C" { -#endif - -typedef lp_gpio_dev_t rtc_io_dev_t; -#define RTCIO LP_GPIO - -#ifdef __cplusplus -} -#endif diff --git a/components/soc/esp32p4/rtc_io_periph.c b/components/soc/esp32p4/rtc_io_periph.c deleted file mode 100644 index c8273e3f5b..0000000000 --- a/components/soc/esp32p4/rtc_io_periph.c +++ /dev/null @@ -1,11 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD - * - * SPDX-License-Identifier: Apache-2.0 - */ - -#include "soc/rtc_periph.h" - -const int rtc_io_num_map[SOC_GPIO_PIN_COUNT] = { - -};