kirkwood.h 756 B

1234567891011121314151617181920212223
  1. /*
  2. * arch/arm/mach-mvebu/kirkwood.h
  3. *
  4. * Generic definitions for Marvell Kirkwood SoC flavors:
  5. * 88F6180, 88F6192 and 88F6281.
  6. *
  7. * This file is licensed under the terms of the GNU General Public
  8. * License version 2. This program is licensed "as is" without any
  9. * warranty of any kind, whether express or implied.
  10. */
  11. #define KIRKWOOD_REGS_PHYS_BASE 0xf1000000
  12. #define DDR_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x00000)
  13. #define BRIDGE_PHYS_BASE (KIRKWOOD_REGS_PHYS_BASE + 0x20000)
  14. #define DDR_OPERATION_BASE (DDR_PHYS_BASE + 0x1418)
  15. #define CPU_CONFIG_PHYS (BRIDGE_PHYS_BASE + 0x0100)
  16. #define CPU_CONFIG_ERROR_PROP 0x00000004
  17. #define CPU_CONTROL_PHYS (BRIDGE_PHYS_BASE + 0x0104)
  18. #define MEMORY_PM_CTRL_PHYS (BRIDGE_PHYS_BASE + 0x0118)