A10: Serial clock is OSC24M. From Alan Carvalho de Assis
This commit is contained in:
parent
fc2ff5ad75
commit
e37c12e88c
@ -150,10 +150,13 @@
|
|||||||
#define CONSOLE_FCR_VALUE (UART_FCR_RT_HALF | UART_FCR_XFIFOR |\
|
#define CONSOLE_FCR_VALUE (UART_FCR_RT_HALF | UART_FCR_XFIFOR |\
|
||||||
UART_FCR_RFIFOR | UART_FCR_FIFOE)
|
UART_FCR_RFIFOR | UART_FCR_FIFOE)
|
||||||
|
|
||||||
/* SCLK is the UART input clock */
|
/* SCLK is the UART input clock.
|
||||||
|
*
|
||||||
|
* Through experimentation, it has been found that the serial clock is
|
||||||
|
* OSC24M
|
||||||
|
*/
|
||||||
|
|
||||||
#define A1X_SCLK 0
|
#define A1X_SCLK 24000000
|
||||||
#warning What is the correct value of SCLK
|
|
||||||
|
|
||||||
/* The output baud rate is equal to the serial clock (SCLK) frequency divided
|
/* The output baud rate is equal to the serial clock (SCLK) frequency divided
|
||||||
* by sixteen times the value of the baud rate divisor, as follows:
|
* by sixteen times the value of the baud rate divisor, as follows:
|
||||||
|
@ -77,10 +77,13 @@
|
|||||||
|
|
||||||
#if defined(USE_SERIALDRIVER) && defined(HAVE_UART_DEVICE)
|
#if defined(USE_SERIALDRIVER) && defined(HAVE_UART_DEVICE)
|
||||||
|
|
||||||
/* SCLK is the UART input clock */
|
/* SCLK is the UART input clock.
|
||||||
|
*
|
||||||
|
* Through experimentation, it has been found that the serial clock is
|
||||||
|
* OSC24M
|
||||||
|
*/
|
||||||
|
|
||||||
#define A1X_SCLK 0
|
#define A1X_SCLK 24000000
|
||||||
#warning What is the correct value of SCLK
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
|
Loading…
Reference in New Issue
Block a user