2023-06-30 11:29:39 +08:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "soc/sdmmc_periph.h"
|
|
|
|
// ESP32P4-TODO: need new iomux and sig map
|
|
|
|
const sdmmc_slot_info_t sdmmc_slot_info[SOC_SDMMC_NUM_SLOTS] = {
|
2023-07-04 17:18:13 +08:00
|
|
|
|
2023-06-30 11:29:39 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
const sdmmc_slot_io_info_t sdmmc_slot_gpio_num[SOC_SDMMC_NUM_SLOTS] = {
|
2023-07-04 17:18:13 +08:00
|
|
|
|
2023-06-30 11:29:39 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
const sdmmc_slot_io_info_t sdmmc_slot_gpio_sig[SOC_SDMMC_NUM_SLOTS] = {
|
|
|
|
|
|
|
|
};
|