123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- /*
- * The Clear BSD License
- * Copyright (c) 2016, Freescale Semiconductor, Inc.
- * Copyright 2016-2017 NXP
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without modification,
- * are permitted (subject to the limitations in the disclaimer below) provided
- * that the following conditions are met:
- *
- * o Redistributions of source code must retain the above copyright notice, this list
- * of conditions and the following disclaimer.
- *
- * o Redistributions in binary form must reproduce the above copyright notice, this
- * list of conditions and the following disclaimer in the documentation and/or
- * other materials provided with the distribution.
- *
- * o Neither the name of the copyright holder nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE.
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- #ifndef __RTE_DEVICE_H
- #define __RTE_DEVICE_H
- /* UART Select, UART0-UART7. */
- /* User needs to provide the implementation for XXX_GetFreq/XXX_InitPins/XXX_DeinitPins
- in the application for enabling according instance. */
- #define RTE_USART0 0
- #define RTE_USART0_DMA_EN 0
- #define RTE_USART1 0
- #define RTE_USART1_DMA_EN 0
- #define RTE_USART2 0
- #define RTE_USART2_DMA_EN 0
- #define RTE_USART3 0
- #define RTE_USART3_DMA_EN 0
- #define RTE_USART4 0
- #define RTE_USART4_DMA_EN 0
- #define RTE_USART5 0
- #define RTE_USART5_DMA_EN 0
- #define RTE_USART6 0
- #define RTE_USART6_DMA_EN 0
- #define RTE_USART7 0
- #define RTE_USART7_DMA_EN 0
- /* USART configuration. */
- #define USART_RX_BUFFER_LEN 64
- #define USART0_RX_BUFFER_ENABLE 0
- #define USART1_RX_BUFFER_ENABLE 0
- #define USART2_RX_BUFFER_ENABLE 0
- #define USART3_RX_BUFFER_ENABLE 0
- #define USART4_RX_BUFFER_ENABLE 0
- #define USART5_RX_BUFFER_ENABLE 0
- #define USART6_RX_BUFFER_ENABLE 0
- #define USART7_RX_BUFFER_ENABLE 0
- #define RTE_USART0_DMA_TX_CH 1
- #define RTE_USART0_DMA_TX_DMA_BASE DMA0
- #define RTE_USART0_DMA_RX_CH 0
- #define RTE_USART0_DMA_RX_DMA_BASE DMA0
- #define RTE_USART1_DMA_TX_CH 3
- #define RTE_USART1_DMA_TX_DMA_BASE DMA0
- #define RTE_USART1_DMA_RX_CH 2
- #define RTE_USART1_DMA_RX_DMA_BASE DMA0
- #define RTE_USART2_DMA_TX_CH 5
- #define RTE_USART2_DMA_TX_DMA_BASE DMA0
- #define RTE_USART2_DMA_RX_CH 4
- #define RTE_USART2_DMA_RX_DMA_BASE DMA0
- #define RTE_USART3_DMA_TX_CH 7
- #define RTE_USART3_DMA_TX_DMA_BASE DMA0
- #define RTE_USART3_DMA_RX_CH 6
- #define RTE_USART3_DMA_RX_DMA_BASE DMA0
- #define RTE_USART4_DMA_TX_CH 9
- #define RTE_USART4_DMA_TX_DMA_BASE DMA0
- #define RTE_USART4_DMA_RX_CH 8
- #define RTE_USART4_DMA_RX_DMA_BASE DMA0
- #define RTE_USART5_DMA_TX_CH 11
- #define RTE_USART5_DMA_TX_DMA_BASE DMA0
- #define RTE_USART5_DMA_RX_CH 10
- #define RTE_USART5_DMA_RX_DMA_BASE DMA0
- #define RTE_USART6_DMA_TX_CH 13
- #define RTE_USART6_DMA_TX_DMA_BASE DMA0
- #define RTE_USART6_DMA_RX_CH 12
- #define RTE_USART6_DMA_RX_DMA_BASE DMA0
- #define RTE_USART7_DMA_TX_CH 15
- #define RTE_USART7_DMA_TX_DMA_BASE DMA0
- #define RTE_USART7_DMA_RX_CH 14
- #define RTE_USART7_DMA_RX_DMA_BASE DMA0
- /* I2C Select, I2C0 -I2C7*/
- /* User needs to provide the implementation for XXX_GetFreq/XXX_InitPins/XXX_DeinitPins
- in the application for enabling according instance. */
- #define RTE_I2C0 0
- #define RTE_I2C0_DMA_EN 0
- #define RTE_I2C1 0
- #define RTE_I2C1_DMA_EN 0
- #define RTE_I2C2 0
- #define RTE_I2C2_DMA_EN 0
- #define RTE_I2C3 0
- #define RTE_I2C3_DMA_EN 0
- #define RTE_I2C4 0
- #define RTE_I2C4_DMA_EN 0
- #define RTE_I2C5 0
- #define RTE_I2C5_DMA_EN 0
- #define RTE_I2C6 0
- #define RTE_I2C6_DMA_EN 0
- #define RTE_I2C7 0
- #define RTE_I2C7_DMA_EN 0
- /*I2C configuration*/
- #define RTE_I2C0_Master_DMA_BASE DMA0
- #define RTE_I2C0_Master_DMA_CH 1
- #define RTE_I2C1_Master_DMA_BASE DMA0
- #define RTE_I2C1_Master_DMA_CH 3
- #define RTE_I2C2_Master_DMA_BASE DMA0
- #define RTE_I2C2_Master_DMA_CH 5
- #define RTE_I2C3_Master_DMA_BASE DMA0
- #define RTE_I2C3_Master_DMA_CH 7
- #define RTE_I2C4_Master_DMA_BASE DMA0
- #define RTE_I2C4_Master_DMA_CH 9
- #define RTE_I2C5_Master_DMA_BASE DMA0
- #define RTE_I2C5_Master_DMA_CH 11
- #define RTE_I2C6_Master_DMA_BASE DMA0
- #define RTE_I2C6_Master_DMA_CH 13
- #define RTE_I2C7_Master_DMA_BASE DMA0
- #define RTE_I2C7_Master_DMA_CH 15
- /* SPI select, SPI0 - SPI7.*/
- /* User needs to provide the implementation for XXX_GetFreq/XXX_InitPins/XXX_DeinitPins
- in the application for enabling according instance. */
- #define RTE_SPI0 0
- #define RTE_SPI0_DMA_EN 0
- #define RTE_SPI1 0
- #define RTE_SPI1_DMA_EN 0
- #define RTE_SPI2 0
- #define RTE_SPI2_DMA_EN 0
- #define RTE_SPI3 0
- #define RTE_SPI3_DMA_EN 0
- #define RTE_SPI4 0
- #define RTE_SPI4_DMA_EN 0
- #define RTE_SPI5 0
- #define RTE_SPI5_DMA_EN 0
- #define RTE_SPI6 0
- #define RTE_SPI6_DMA_EN 0
- #define RTE_SPI7 0
- #define RTE_SPI7_DMA_EN 0
- /* SPI configuration. */
- #define RTE_SPI0_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI0_DMA_TX_CH 1
- #define RTE_SPI0_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI0_DMA_RX_CH 0
- #define RTE_SPI0_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI1_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI1_DMA_TX_CH 3
- #define RTE_SPI1_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI1_DMA_RX_CH 2
- #define RTE_SPI1_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI2_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI2_DMA_TX_CH 5
- #define RTE_SPI2_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI2_DMA_RX_CH 4
- #define RTE_SPI2_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI3_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI3_DMA_TX_CH 7
- #define RTE_SPI3_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI3_DMA_RX_CH 6
- #define RTE_SPI3_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI4_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI4_DMA_TX_CH 9
- #define RTE_SPI4_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI4_DMA_RX_CH 8
- #define RTE_SPI4_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI5_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI5_DMA_TX_CH 11
- #define RTE_SPI5_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI5_DMA_RX_CH 10
- #define RTE_SPI5_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI6_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI6_DMA_TX_CH 13
- #define RTE_SPI6_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI6_DMA_RX_CH 12
- #define RTE_SPI6_DMA_RX_DMA_BASE DMA0
- #define RTE_SPI7_SSEL_NUM kSPI_Ssel0
- #define RTE_SPI7_DMA_TX_CH 15
- #define RTE_SPI7_DMA_TX_DMA_BASE DMA0
- #define RTE_SPI7_DMA_RX_CH 14
- #define RTE_SPI7_DMA_RX_DMA_BASE DMA0
- #endif /* __RTE_DEVICE_H */
|