Files
kunlun/inc/hw/reg/riscv2/15/gpio_mtx_sig.h
2024-09-28 14:24:04 +08:00

37 lines
847 B
C

#ifndef GPIO_MTX_SIGNAL_H
#define GPIO_MTX_SIGNAL_H
#define UART0_CTS_in 8
#define UART0_RXD_in 9
#define UART1_CTS_in 10
#define UART1_RXD_in 11
#define UART2_CTS_in 12
#define UART2_RXD_in 13
#define UART3_CTS_in 14
#define UART3_RXD_in 15
#define UART0_RTS_out 12
#define UART0_TXD_out 13
#define UART1_RTS_out 14
#define UART1_TXD_out 15
#define UART2_RTS_out 16
#define UART2_TXD_out 17
#define UART3_RTS_out 18
#define UART3_TXD_out 19
#define SPI_M0_CLK_out 20
#define SPI_M0_CS_out 21
#define SPI_M0_SO_out 22
#define SPI_M0_SI_in 16
#define SPI_M1_CLK_out 23
#define SPI_M1_CS_out 24
#define SPI_M1_SO_out 25
#define SPI_M1_SI_in 17
/* define spi slave sig id */
#define SPI_S0_CLK_in 18
#define SPI_S0_CS_in 19
#define SPI_S0_SI_in 20
#define SPI_S0_SO_out 26
#endif