sh7763rdp.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #ifndef __ASM_SH_SH7763RDP_H
  2. #define __ASM_SH_SH7763RDP_H
  3. /*
  4. * linux/include/asm-sh/sh7763drp.h
  5. *
  6. * Copyright (C) 2008 Renesas Solutions
  7. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  8. *
  9. * This file is subject to the terms and conditions of the GNU General Public
  10. * License. See the file "COPYING" in the main directory of this archive
  11. * for more details.
  12. *
  13. */
  14. #include <asm/addrspace.h>
  15. /* clock control */
  16. #define MSTPCR1 0xFFC80038
  17. /* PORT */
  18. #define PORT_PSEL0 0xFFEF0070
  19. #define PORT_PSEL1 0xFFEF0072
  20. #define PORT_PSEL2 0xFFEF0074
  21. #define PORT_PSEL3 0xFFEF0076
  22. #define PORT_PSEL4 0xFFEF0078
  23. #define PORT_PACR 0xFFEF0000
  24. #define PORT_PCCR 0xFFEF0004
  25. #define PORT_PFCR 0xFFEF000A
  26. #define PORT_PGCR 0xFFEF000C
  27. #define PORT_PHCR 0xFFEF000E
  28. #define PORT_PICR 0xFFEF0010
  29. #define PORT_PJCR 0xFFEF0012
  30. #define PORT_PKCR 0xFFEF0014
  31. #define PORT_PLCR 0xFFEF0016
  32. #define PORT_PMCR 0xFFEF0018
  33. #define PORT_PNCR 0xFFEF001A
  34. /* FPGA */
  35. #define CPLD_BOARD_ID_ERV_REG 0xB1000000
  36. #define CPLD_CPLD_CMD_REG 0xB1000006
  37. /*
  38. * USB SH7763RDP board can use Host only.
  39. */
  40. #define USB_USBHSC 0xFFEC80f0
  41. /* arch/sh/boards/renesas/sh7763rdp/irq.c */
  42. void init_sh7763rdp_IRQ(void);
  43. int sh7763rdp_irq_demux(int irq);
  44. #define __IO_PREFIX sh7763rdp
  45. #include <asm/io_generic.h>
  46. #endif /* __ASM_SH_SH7763RDP_H */