]> git.lizzy.rs Git - plan9front.git/blob - sys/src/9/cycv/io.h
add cycv kernel
[plan9front.git] / sys / src / 9 / cycv / io.h
1 #define UART_BASE 0xFFC02000
2 #define MPCORE_BASE 0xFFFEC000
3 #define L2_BASE 0xFFFEF000
4 #define CLOCKMGR_BASE 0xFFD04000
5
6 #define HPS_CLK 25
7
8 #define TIMERIRQ 29
9 #define UART0IRQ 194
10
11 #define LEVEL 0
12 #define EDGE 1
13