Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/gumstix Add map for DuoVero and Pepper.
details: https://anonhg.NetBSD.org/src/rev/d1d87c5ad669
branches: trunk
changeset: 348352:d1d87c5ad669
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Oct 15 16:30:46 2016 +0000
description:
Add map for DuoVero and Pepper.
diffstat:
sys/arch/evbarm/gumstix/gumstixreg.h | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 14b35c9d46c9 -r d1d87c5ad669 sys/arch/evbarm/gumstix/gumstixreg.h
--- a/sys/arch/evbarm/gumstix/gumstixreg.h Sat Oct 15 15:33:02 2016 +0000
+++ b/sys/arch/evbarm/gumstix/gumstixreg.h Sat Oct 15 16:30:46 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gumstixreg.h,v 1.8 2016/03/31 14:33:17 kiyohara Exp $ */
+/* $NetBSD: gumstixreg.h,v 1.9 2016/10/15 16:30:46 kiyohara Exp $ */
/*
* Copyright (C) 2005, 2006 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -49,8 +49,16 @@
#define OVERO_L4_CORE_VBASE 0xc0000000
#define OVERO_L4_PERIPHERAL_VBASE 0xc0100000
-#define OVERO_GPMC_VBASE 0xc0200000
+#define OVERO_L4_WAKEUP_VBASE 0xc0200000
+#define OVERO_GPMC_VBASE 0xc0300000
+#define DUOVERO_L4_CM_VBASE 0xc0000000
+#define DUOVERO_L4_PERIPHERAL_VBASE 0xc0100000
+#define DUOVERO_L4_WAKEUP_VBASE 0xc0400000
+#define DUOVERO_GPMC_VBASE 0xc0500000
+
+#define PEPPER_PRCM_VBASE 0xc0000000
+#define PEPPER_L4_PERIPHERAL_VBASE 0xc0100000
#define ioreg_read(a) (*(volatile unsigned *)(a))
#define ioreg_write(a,v) (*(volatile unsigned *)(a)=(v))
Home |
Main Index |
Thread Index |
Old Index