diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-10-24 11:09:03 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-10-24 11:09:03 +0000 |
commit | 2f4670f9dc26eed83e407278d9407ae6e2aa9e1c (patch) | |
tree | 4a031e13ee7835c3352e9556b32e5e45c48957e7 /sys/arch | |
parent | 5ae012bbdf666fe946ba7459ff77c804405d3fcd (diff) |
- strip unneeded comment and add defines for the SID (to be used shortly)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/sunxi/sunxireg.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/arch/armv7/sunxi/sunxireg.h b/sys/arch/armv7/sunxi/sunxireg.h index dadaa19a023..24df6753f06 100644 --- a/sys/arch/armv7/sunxi/sunxireg.h +++ b/sys/arch/armv7/sunxi/sunxireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunxireg.h,v 1.3 2013/10/23 22:57:59 jasper Exp $ */ +/* $OpenBSD: sunxireg.h,v 1.4 2013/10/24 11:09:02 jasper Exp $ */ /* * Copyright (c) 2013 Artturi Alm * @@ -58,6 +58,10 @@ #define PIOx_SIZE 0x400 #define PIO_IRQ 28 +/* Secure ID */ +#define SID_ADDR 0x01c23800 +#define SID_SIZE 0x400 + #define UARTx_SIZE 0x400 #define UART0_ADDR 0x01c28000 #define UART1_ADDR 0x01c28400 @@ -92,10 +96,15 @@ #define SXIESRAM_SIZE 0x4000 /* Security System */ -#define SS_ADDR 0x01c15000 /* not in use */ +#define SS_ADDR 0x01c15000 #define SS_SIZE 0x1000 #define SS_IRQ 54 +/* GMAC */ +#define GMAC_ADDR 0x01c50000 +#define GMAC_SIZE 0x10000 +#define GMAC_IRQ 85 + /* A1x / Cortex-A8 */ #define INTC_ADDR 0x01c20400 #define INTC_SIZE 0x400 |