]> git.lizzy.rs Git - plan9front.git/blob - sys/src/9/zynq/io.h
ether82563: add 0x15bd i219-lm variant (thanks crab1)
[plan9front.git] / sys / src / 9 / zynq / io.h
1 #define PS_CLK 33
2
3 #define UART_BASE 0xE0001000
4 #define USB0_BASE 0xE0002000
5 #define USB1_BASE 0xE0003000
6 #define ETH0_BASE 0xE000B000
7 #define QSPI_BASE 0xE000D000
8 #define SDIO_BASE 0xE0101000
9 #define SLCR_BASE 0xF8000000
10 #define DEVC_BASE 0xF8007000
11 #define MPCORE_BASE 0xF8F00000
12 #define L2_BASE 0xF8F02000
13 #define OCM_BASE 0xFFFC0000
14
15 #define TIMERIRQ 29
16 #define XADCIRQ 39
17 #define DEVCIRQ 40
18 #define USB0IRQ 53
19 #define ETH0IRQ 54
20 #define USB1IRQ 76
21 #define SDIO1IRQ 79
22 #define UART1IRQ 82
23
24 #define LEVEL 0
25 #define EDGE 1
26
27 #define XADCINTERVAL 500