2007-05-21 18:09:31 +08:00
|
|
|
/*
|
2009-09-24 22:11:24 +08:00
|
|
|
* Copyright 2007-2008 Analog Devices Inc.
|
2007-05-21 18:09:31 +08:00
|
|
|
*
|
2009-09-24 22:11:24 +08:00
|
|
|
* Licensed under the GPL-2 or later
|
2007-05-21 18:09:31 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _CDEF_BF522_H
|
|
|
|
#define _CDEF_BF522_H
|
|
|
|
|
|
|
|
/* include all Core registers and bit definitions */
|
|
|
|
#include "defBF522.h"
|
|
|
|
|
|
|
|
/* include core specific register pointer definitions */
|
2008-08-27 10:51:02 +08:00
|
|
|
#include <asm/cdef_LPBlackfin.h>
|
2007-05-21 18:09:31 +08:00
|
|
|
|
|
|
|
/* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF522 */
|
|
|
|
|
|
|
|
/* include cdefBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */
|
|
|
|
#include "cdefBF52x_base.h"
|
|
|
|
|
|
|
|
#endif /* _CDEF_BF522_H */
|