cdefBF522.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * File: include/asm-blackfin/mach-bf527/cdefbf522.h
  3. * Based on:
  4. * Author:
  5. *
  6. * Created:
  7. * Description: system mmr register map
  8. *
  9. * Rev:
  10. *
  11. * Modified:
  12. *
  13. *
  14. * Bugs: Enter bugs at http://blackfin.uclinux.org/
  15. *
  16. * This program is free software; you can redistribute it and/or modify
  17. * it under the terms of the GNU General Public License as published by
  18. * the Free Software Foundation; either version 2, or (at your option)
  19. * any later version.
  20. *
  21. * This program is distributed in the hope that it will be useful,
  22. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. * GNU General Public License for more details.
  25. *
  26. * You should have received a copy of the GNU General Public License
  27. * along with this program; see the file COPYING.
  28. * If not, write to the Free Software Foundation,
  29. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  30. */
  31. #ifndef _CDEF_BF522_H
  32. #define _CDEF_BF522_H
  33. /* include all Core registers and bit definitions */
  34. #include "defBF522.h"
  35. /* include core specific register pointer definitions */
  36. #include <asm/cdef_LPBlackfin.h>
  37. /* SYSTEM & MMR ADDRESS DEFINITIONS FOR ADSP-BF522 */
  38. /* include cdefBF52x_base.h for the set of #defines that are common to all ADSP-BF52x processors */
  39. #include "cdefBF52x_base.h"
  40. #endif /* _CDEF_BF522_H */