Files
esp-idf/components/soc/esp32h4/include/soc/spi_pins.h
Chen Jichang 62700fa36f feat(esp32h4): add soc register header files (stage2_3)
add soc headers made by hand
2025-02-24 12:20:27 +08:00

26 lines
689 B
C

/*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
// TODO: [ESP32H4] IDF-12388
#define MSPI_FUNC_NUM 0
#define MSPI_IOMUX_PIN_NUM_CS0 7
#define MSPI_IOMUX_PIN_NUM_CS1 6
#define MSPI_IOMUX_PIN_NUM_CLK 11
#define MSPI_IOMUX_PIN_NUM_MOSI 12
#define MSPI_IOMUX_PIN_NUM_MISO 8
#define MSPI_IOMUX_PIN_NUM_WP 9
#define MSPI_IOMUX_PIN_NUM_HD 10
#define SPI2_FUNC_NUM 2
#define SPI2_IOMUX_PIN_NUM_MISO 15
#define SPI2_IOMUX_PIN_NUM_HD 19
#define SPI2_IOMUX_PIN_NUM_WP 18
#define SPI2_IOMUX_PIN_NUM_CLK 16
#define SPI2_IOMUX_PIN_NUM_MOSI 17
#define SPI2_IOMUX_PIN_NUM_CS 20