Module Name: src Committed By: kiyohara Date: Sat Oct 15 16:30:46 UTC 2016
Modified Files: src/sys/arch/evbarm/gumstix: gumstixreg.h Log Message: Add map for DuoVero and Pepper. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/gumstix/gumstixreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/gumstix/gumstixreg.h diff -u src/sys/arch/evbarm/gumstix/gumstixreg.h:1.8 src/sys/arch/evbarm/gumstix/gumstixreg.h:1.9 --- src/sys/arch/evbarm/gumstix/gumstixreg.h:1.8 Thu Mar 31 14:33:17 2016 +++ src/sys/arch/evbarm/gumstix/gumstixreg.h Sat Oct 15 16:30:46 2016 @@ -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))