diff options
author | Hao Wu <wuhaotsh@google.com> | 2025-07-07 11:09:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 11:09:25 -0700 |
commit | c076c6bc0b74bff38f43bf28d9df2ff9bde55ca8 (patch) | |
tree | a44fdfa838ed794fb004d7b9505771d11af0e2cb /ast27x0/include/uart.h | |
parent | d6e3386709b3e49322a94ffadc2aaab9944ab77b (diff) | |
parent | 80768e454d548a7f7f53374a3a0ff8ec4bbae778 (diff) | |
download | vbootrom-master.zip vbootrom-master.tar.gz vbootrom-master.tar.bz2 |
ast27x0: Initialize and enable SSP/TSP using SCU
Diffstat (limited to 'ast27x0/include/uart.h')
-rw-r--r-- | ast27x0/include/uart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ast27x0/include/uart.h b/ast27x0/include/uart.h index df16be7..567faf4 100644 --- a/ast27x0/include/uart.h +++ b/ast27x0/include/uart.h @@ -14,6 +14,8 @@ #ifndef __AST27X0_INCLUDE_UART_H__ #define __AST27X0_INCLUDE_UART_H__ +#define UART12 0x14C33B00 + /** * @brief UART Interface * @defgroup uart_interface UART Interface |