diff options
Diffstat (limited to 'include/configs/integratorcp.h')
-rw-r--r-- | include/configs/integratorcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index eb814e7..1369748 100644 --- a/include/configs/integratorcp.h +++ b/include/configs/integratorcp.h @@ -66,6 +66,8 @@ * NS16550 Configuration */ #define CFG_PL011_SERIAL +#define CONFIG_PL011_CLOCK 14745600 +#define CONFIG_PL01x_PORTS { (void *)CFG_SERIAL0, (void *)CFG_SERIAL1 } #define CONFIG_CONS_INDEX 0 #define CONFIG_BAUDRATE 38400 #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } |