board: emsdp: doc update and bug fixes
- update doc for different core configuration. - fix some bugs in dts related files. - add dts config and defconfig for different core configuration. - end files with a newline in boards/arc/emsdp/board.dtsi - remove unused head in boards/arc/emsdp/doc/index.rst - ARC_MPU_VER in different core is fixed. so remove some useless code for ARC_MPU_VER judgements in Kconfig.defconfig.* files for emsdp Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
parent
bcba284e8f
commit
80ca3e064e
35 changed files with 520 additions and 88 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @brief Board configuration macros for EM Starter kit board
|
||||
* @brief Board configuration macros for EM Software Development Platform board
|
||||
*
|
||||
* This header file is used to specify and describe board-level
|
||||
* aspects for the target.
|
||||
|
@ -19,13 +19,6 @@
|
|||
/* default system clock */
|
||||
#define SYSCLK_DEFAULT_IOSC_HZ MHZ(100)
|
||||
|
||||
/*
|
||||
* UART: use lr and sr to access subsystem uart IP
|
||||
*/
|
||||
// #define UART_NS16550_ACCESS_IOPORT
|
||||
// #define UART_REG_ADDR_INTERVAL 4
|
||||
|
||||
|
||||
/* ARC EM Core IRQs */
|
||||
#define IRQ_TIMER0 16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue