uart: fix misleading files for UART2

Includes: header files, ld files and clk.c

ESP32-C3 only have UART0 and UART1.
This commit is contained in:
Michael (XIAO Xufeng)
2021-04-26 12:31:53 +08:00
parent 835a652a63
commit a0d13a31ec
5 changed files with 10 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
PROVIDE ( UART0 = 0x60000000 );
PROVIDE ( UART1 = 0x60010000 );
PROVIDE ( UART2 = 0x6002e000 );
PROVIDE ( SPIMEM1 = 0x60002000 );
PROVIDE ( SPIMEM0 = 0x60003000 );
PROVIDE ( GPIO = 0x60004000 );