Commit e928300f authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Maureen Helm
Browse files

soc: remove unused UART_DEFAULT_REG_INTERVAL definitions



Information is now provided in Devicetree by each ns16550 instance.

Signed-off-by: default avatarGerard Marull-Paretas <gerard.marull@nordicsemi.no>
parent 985bdcd0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@
 * 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
+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@
 */
#include <soc_common.h>

#define UART_REG_ADDR_INTERVAL 1

/* lib-c hooks required RAM defined variables */
#define RISCV_RAM_BASE               CONFIG_SRAM_BASE_ADDRESS
#define RISCV_RAM_SIZE               KB(CONFIG_SRAM_SIZE)