arndale: centralize spec of interrupt names

ref #874
This commit is contained in:
Martin Stein
2013-10-29 12:19:58 +01:00
committed by Norman Feske
parent 002a5b8978
commit ba1a82b485
5 changed files with 23 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
*/
/* Genode */
#include <drivers/board_base.h>
#include <os/attached_io_mem_dataspace.h>
#include <io_mem_session/connection.h>
#include <regulator/consts.h>
@@ -35,8 +36,8 @@ enum {
DWC3_BASE = 0x12000000,
DWC3_PHY_BASE = 0x12100000,
GPIO_BASE = 0x11400000,
EHCI_IRQ = 103,
DWC3_IRQ = 104,
EHCI_IRQ = Board_base::USB_HOST20_IRQ,
DWC3_IRQ = Board_base::USB_DRD30_IRQ,
};
static resource _ehci[] =