dts: mps2_an385: Add ARM CMSDK support
This patch adds device tree support for ARM CMSDK IPs on MPS2 AN385. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
This commit is contained in:
parent
df3cec7641
commit
051da9fd4a
3 changed files with 85 additions and 55 deletions
|
@ -10,56 +10,6 @@
|
|||
#include <soc_memory_map.h>
|
||||
#include <soc_irq.h>
|
||||
|
||||
#if defined(CONFIG_GPIO)
|
||||
/* CMSDK AHB General Purpose Input/Output (GPIO) */
|
||||
#define CMSDK_AHB_GPIO0 GPIO_0_BASE_ADDR
|
||||
#define IRQ_PORT0_ALL IRQ_GPIO_0_COMBINED
|
||||
#define CMSDK_AHB_GPIO1 GPIO_1_BASE_ADDR
|
||||
#define IRQ_PORT1_ALL IRQ_GPIO_1_COMBINED
|
||||
#define CMSDK_AHB_GPIO2 GPIO_2_BASE_ADDR
|
||||
#define IRQ_PORT2_ALL IRQ_GPIO_2_COMBINED
|
||||
#define CMSDK_AHB_GPIO3 GPIO_3_BASE_ADDR
|
||||
#define IRQ_PORT3_ALL IRQ_GPIO_3_COMBINED
|
||||
#endif /* CONFIG_GPIO */
|
||||
|
||||
#if defined(CONFIG_UART_CMSDK_APB)
|
||||
/* CMSDK APB Universal Asynchronous Receiver-Transmitter (UART) */
|
||||
#define CMSDK_APB_UART0 UART_0_BASE_ADDR
|
||||
#define CMSDK_APB_UART1 UART_1_BASE_ADDR
|
||||
#define CMSDK_APB_UART2 UART_2_BASE_ADDR
|
||||
#define CMSDK_APB_UART3 UART_3_BASE_ADDR
|
||||
#define CMSDK_APB_UART4 UART_4_BASE_ADDR
|
||||
#ifndef CONFIG_HAS_DTS
|
||||
#define CMSDK_APB_UART_0_IRQ_TX IRQ_UART_0_TX
|
||||
#define CMSDK_APB_UART_0_IRQ_RX IRQ_UART_0_RX
|
||||
#define CMSDK_APB_UART_1_IRQ_TX IRQ_UART_1_TX
|
||||
#define CMSDK_APB_UART_1_IRQ_RX IRQ_UART_1_RX
|
||||
#define CMSDK_APB_UART_2_IRQ_TX IRQ_UART_2_TX
|
||||
#define CMSDK_APB_UART_2_IRQ_RX IRQ_UART_2_RX
|
||||
#define CMSDK_APB_UART_3_IRQ_TX IRQ_UART_3_TX
|
||||
#define CMSDK_APB_UART_3_IRQ_RX IRQ_UART_3_RX
|
||||
#define CMSDK_APB_UART_4_IRQ_TX IRQ_UART_4_TX
|
||||
#define CMSDK_APB_UART_4_IRQ_RX IRQ_UART_4_RX
|
||||
#endif
|
||||
#endif /* CONFIG_UART_CMSDK_APB */
|
||||
|
||||
#if defined(CONFIG_WATCHDOG)
|
||||
/* CMSDK APB Watchdog */
|
||||
#define CMSDK_APB_WDOG WDOG_BASE_ADDR
|
||||
#endif /* CONFIG_WATCHDOG */
|
||||
|
||||
#if defined(CONFIG_COUNTER)
|
||||
/* CMSDK APB Timers */
|
||||
#define CMSDK_APB_TIMER0 TIMER_0_BASE_ADDR
|
||||
#define CMSDK_APB_TIMER_0_IRQ IRQ_TIMER_0
|
||||
#define CMSDK_APB_TIMER1 TIMER_1_BASE_ADDR
|
||||
#define CMSDK_APB_TIMER_1_IRQ IRQ_TIMER_1
|
||||
|
||||
/* CMSDK APB Dual Timer */
|
||||
#define CMSDK_APB_DTIMER DTIMER_BASE_ADDR
|
||||
#define CMSDK_APB_DUALTIMER_IRQ IRQ_DUAL_TIMER
|
||||
#endif /* CONFIG_COUNTER */
|
||||
|
||||
#if defined(CONFIG_I2C_SBCON)
|
||||
#define I2C_SBCON_0_BASE_ADDR I2C_TOUCH_BASE_ADDR
|
||||
#define I2C_SBCON_1_BASE_ADDR I2C_AUDIO_CONF_BASE_ADDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue