sunxi.h 545 B

1234567891011121314151617181920
  1. /*
  2. * Generic definitions for Allwinner SunXi SoCs
  3. *
  4. * Copyright (C) 2012 Maxime Ripard
  5. *
  6. * Maxime Ripard <maxime.ripard@free-electrons.com>
  7. *
  8. * This file is licensed under the terms of the GNU General Public
  9. * License version 2. This program is licensed "as is" without any
  10. * warranty of any kind, whether express or implied.
  11. */
  12. #ifndef __MACH_SUNXI_H
  13. #define __MACH_SUNXI_H
  14. #define SUNXI_REGS_PHYS_BASE 0x01c00000
  15. #define SUNXI_REGS_VIRT_BASE IOMEM(0xf1c00000)
  16. #define SUNXI_REGS_SIZE (SZ_2M + SZ_1M)
  17. #endif /* __MACH_SUNXI_H */