|
@@ -29,13 +29,9 @@
|
|
#define UART_SIZE SZ_4K
|
|
#define UART_SIZE SZ_4K
|
|
#define UART_VIRT 0xF0001000
|
|
#define UART_VIRT 0xF0001000
|
|
|
|
|
|
-#define TTC0_PHYS 0xF8001000
|
|
|
|
-#define TTC0_SIZE SZ_4K
|
|
|
|
-#define TTC0_VIRT (VMALLOC_END - TTC0_SIZE)
|
|
|
|
-
|
|
|
|
#define SCU_PERIPH_PHYS 0xF8F00000
|
|
#define SCU_PERIPH_PHYS 0xF8F00000
|
|
#define SCU_PERIPH_SIZE SZ_8K
|
|
#define SCU_PERIPH_SIZE SZ_8K
|
|
-#define SCU_PERIPH_VIRT (TTC0_VIRT - SCU_PERIPH_SIZE)
|
|
|
|
|
|
+#define SCU_PERIPH_VIRT (VMALLOC_END - SCU_PERIPH_SIZE)
|
|
|
|
|
|
#if IS_ENABLED(CONFIG_DEBUG_ZYNQ_UART1)
|
|
#if IS_ENABLED(CONFIG_DEBUG_ZYNQ_UART1)
|
|
# define LL_UART_PADDR UART1_PHYS
|
|
# define LL_UART_PADDR UART1_PHYS
|