Commit 7a446cab authored by Soby Mathew's avatar Soby Mathew Committed by TrustedFirmware Code Review
Browse files

Merge "hikey: Add define for UART2" into integration

parents f15e7adb 84086055
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
* PL011 related constants * PL011 related constants
*/ */
#define PL011_UART0_BASE 0xF8015000 #define PL011_UART0_BASE 0xF8015000
#define PL011_UART2_BASE 0xF7112000
#define PL011_UART3_BASE 0xF7113000 #define PL011_UART3_BASE 0xF7113000
#define PL011_BAUDRATE 115200 #define PL011_BAUDRATE 115200
#define PL011_UART_CLK_IN_HZ 19200000 #define PL011_UART_CLK_IN_HZ 19200000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment