diff options
-rw-r--r-- | src/soc/imgtec/pistachio/uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/imgtec/pistachio/uart.c b/src/soc/imgtec/pistachio/uart.c index 9c96b89f8e..b5892899a5 100644 --- a/src/soc/imgtec/pistachio/uart.c +++ b/src/soc/imgtec/pistachio/uart.c @@ -118,8 +118,8 @@ static void uart8250_mem_init(unsigned base_port, unsigned divisor) unsigned int uart_platform_refclk(void) { - /* TODO: this is entirely arbitrary */ - return 1000000; + /* 1.8433179 MHz */ + return 1843318; } uintptr_t uart_platform_base(int idx) |