From 301073476f40f3347be673f1caeb1fcf02f58770 Mon Sep 17 00:00:00 2001 From: songyanguang <345810377@qq.com> Date: Mon, 13 Jan 2025 17:25:23 +0800 Subject: [PATCH] Modify uart address in service --- Ubiquitous/XiZi_AIoT/services/boards/jh7110/libserial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi_AIoT/services/boards/jh7110/libserial.c b/Ubiquitous/XiZi_AIoT/services/boards/jh7110/libserial.c index 15c5dbd2a..fcc87026a 100644 --- a/Ubiquitous/XiZi_AIoT/services/boards/jh7110/libserial.c +++ b/Ubiquitous/XiZi_AIoT/services/boards/jh7110/libserial.c @@ -181,7 +181,7 @@ typedef struct NS16550* NS16550_t; /* useful defaults for LCR */ #define UART_LCR_8N1 0x03 -#define UART_ADDR (0xFE660000) +#define UART_ADDR (0x10000000) #define UART_LCRVAL UART_LCR_8N1 /* 8 data, 1 stop, no parity */ #define UART_MCRVAL (UART_MCR_DTR | UART_MCR_RTS) /* RTS/DTR */