diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-04 03:49:50 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-04 03:49:50 +0000 |
commit | 5af80b7ddc268d4cf8e21a8d51d2e0438ee566cd (patch) | |
tree | 25f30227cad939b3f6174793b3d1abf7ec559f0d /sys | |
parent | 04b1fe4098a9ecd8b92d5631d1b3833dfc9dc433 (diff) |
Opps, this was supposed to be part of the usb commit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0reg.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0reg.h b/sys/arch/arm/xscale/pxa2x0reg.h index 74e44eaa2ec..7867ebf75ec 100644 --- a/sys/arch/arm/xscale/pxa2x0reg.h +++ b/sys/arch/arm/xscale/pxa2x0reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0reg.h,v 1.3 2005/01/03 04:43:47 drahn Exp $ */ +/* $OpenBSD: pxa2x0reg.h,v 1.4 2005/01/04 03:49:49 drahn Exp $ */ /* $NetBSD: pxa2x0reg.h,v 1.4 2003/06/11 20:43:01 scw Exp $ */ /* @@ -113,13 +113,17 @@ #define PXA2X0_LCDC_SIZE 0x220 #define PXA2X0_MEMCTL_BASE 0x48000000 /* Memory Controller */ #define PXA2X0_MEMCTL_SIZE 0x48 +#define PXA2X0_USBHC_BASE 0x4c000000 /* USB Host Controller */ +#define PXA2X0_USBHC_SIZE 0x70 + /* width of interrupt controller */ #define ICU_LEN 32 /* but [0..7,15,16] is not used */ #define ICU_INT_HWMASK 0xffffff00 -#define PXA2X0_IRQ_MIN 8 /* 0..7 are not used by integrated - peripherals */ +#define PXA2X0_IRQ_MIN 1 +#define PXA2X0_INT_USBH2 2 +#define PXA2X0_INT_USBH1 3 #define PXA2X0_INT_GPIO0 8 #define PXA2X0_INT_GPIO1 9 #define PXA2X0_INT_GPION 10 /* irq from GPIO[2..80] */ |