Modify uart address in service

This commit is contained in:
songyanguang 2025-01-13 17:25:23 +08:00
parent ad6a6d7cc6
commit 301073476f
1 changed files with 1 additions and 1 deletions

View File

@ -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 */