summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-09-06 12:56:57 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2010-09-06 12:56:57 +1000
commit80b5e812077ec598f5bfad37adac4f149de12c56 (patch)
tree6efc3e3ffbd4f9c90422bbb7460c2ed5a6eaa867 /drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h
parent38ddfd31e6b5b57a3bd731813d52626ec2d58c77 (diff)
parentd5ed54322e54d48e5fa66dff0086b79211f1cde7 (diff)
Merge remote branch 'staging-next/staging-next'
Conflicts: drivers/staging/Makefile drivers/staging/batman-adv/hard-interface.c drivers/staging/mrst-touchscreen/Makefile drivers/staging/mrst-touchscreen/intel-mid-touch.c
Diffstat (limited to 'drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h')
-rw-r--r--drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h b/drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h
new file mode 100644
index 000000000000..f3bf6d6cc82b
--- /dev/null
+++ b/drivers/staging/ath6kl/include/common/AR6002/hw.0/apb_map.h
@@ -0,0 +1,13 @@
+#ifndef _APB_MAP_H_
+#define _APB_MAP_H_
+
+#define RTC_BASE_ADDRESS 0x00004000
+#define VMC_BASE_ADDRESS 0x00008000
+#define UART_BASE_ADDRESS 0x0000c000
+#define SI_BASE_ADDRESS 0x00010000
+#define GPIO_BASE_ADDRESS 0x00014000
+#define MBOX_BASE_ADDRESS 0x00018000
+#define ANALOG_INTF_BASE_ADDRESS 0x0001c000
+#define MAC_BASE_ADDRESS 0x00020000
+
+#endif /* _APB_MAP_REG_H_ */