r7780mp.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2007 Nobuhiro Iwamatsu
  4. * Copyright (C) 2008 Yusuke Goda <goda.yusuke@renesas.com>
  5. *
  6. * u-boot/board/r7780mp/r7780mp.h
  7. */
  8. #ifndef _BOARD_R7780MP_R7780MP_H_
  9. #define _BOARD_R7780MP_R7780MP_H_
  10. /* R7780MP's FPGA register map */
  11. #define FPGA_BASE 0xa4000000
  12. #define FPGA_IRLMSK (FPGA_BASE + 0x00)
  13. #define FPGA_IRLMON (FPGA_BASE + 0x02)
  14. #define FPGA_IRLPRI1 (FPGA_BASE + 0x04)
  15. #define FPGA_IRLPRI2 (FPGA_BASE + 0x06)
  16. #define FPGA_IRLPRI3 (FPGA_BASE + 0x08)
  17. #define FPGA_IRLPRI4 (FPGA_BASE + 0x0A)
  18. #define FPGA_RSTCTL (FPGA_BASE + 0x0C)
  19. #define FPGA_PCIBD (FPGA_BASE + 0x0E)
  20. #define FPGA_PCICD (FPGA_BASE + 0x10)
  21. #define FPGA_EXTGIO (FPGA_BASE + 0x16)
  22. #define FPGA_IVDRMON (FPGA_BASE + 0x18)
  23. #define FPGA_IVDRCR (FPGA_BASE + 0x1A)
  24. #define FPGA_OBLED (FPGA_BASE + 0x1C)
  25. #define FPGA_OBSW (FPGA_BASE + 0x1E)
  26. #define FPGA_TPCTL (FPGA_BASE + 0x100)
  27. #define FPGA_TPDCKCTL (FPGA_BASE + 0x102)
  28. #define FPGA_TPCLR (FPGA_BASE + 0x104)
  29. #define FPGA_TPXPOS (FPGA_BASE + 0x106)
  30. #define FPGA_TPYPOS (FPGA_BASE + 0x108)
  31. #define FPGA_DBSW (FPGA_BASE + 0x200)
  32. #define FPGA_VERSION (FPGA_BASE + 0x700)
  33. #define FPGA_CFCTL (FPGA_BASE + 0x300)
  34. #define FPGA_CFPOW (FPGA_BASE + 0x302)
  35. #define FPGA_CFCDINTCLR (FPGA_BASE + 0x304)
  36. #define FPGA_PMR (FPGA_BASE + 0x900)
  37. #endif /* _BOARD_R7780RP_R7780RP_H_ */