summaryrefslogtreecommitdiff
path: root/firmware/export/s5l8702.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/s5l8702.h')
-rw-r--r--firmware/export/s5l8702.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/firmware/export/s5l8702.h b/firmware/export/s5l8702.h
index 00d92a58b1..59170b04ea 100644
--- a/firmware/export/s5l8702.h
+++ b/firmware/export/s5l8702.h
@@ -711,9 +711,10 @@
711 711
712 712
713/////UART///// 713/////UART/////
714/* UC8702 uart controller */ 714/* s5l8702 UC870X HW: 1 UARTC, 4 ports */
715#define S5L8702_UART_BASE 0x3cc00000 715#define UARTC_BASE_ADDR 0x3CC00000
716#define S5L8702_UART_PORT_MAX 4 716#define UARTC_N_PORTS 4
717#define UARTC_PORT_OFFSET 0x4000
717 718
718 719
719/////CLOCK GATES///// 720/////CLOCK GATES/////
@@ -737,7 +738,7 @@
737#define CLOCKGATE_TIMER 37 738#define CLOCKGATE_TIMER 37
738#define CLOCKGATE_I2C1 38 739#define CLOCKGATE_I2C1 38
739#define CLOCKGATE_I2S0 39 740#define CLOCKGATE_I2S0 39
740#define CLOCKGATE_UART 41 741#define CLOCKGATE_UARTC 41
741#define CLOCKGATE_I2S1 42 742#define CLOCKGATE_I2S1 42
742#define CLOCKGATE_SPI1 43 743#define CLOCKGATE_SPI1 43
743#define CLOCKGATE_GPIO 44 744#define CLOCKGATE_GPIO 44