/kern_oII/arch/arm/mach-davinci/include/mach/hardware.h

http://omnia2droid.googlecode.com/ · C++ Header · 27 lines · 5 code · 3 blank · 19 comment · 0 complexity · 66fb074dad63936c54b63bcadc757796 MD5 · raw file

  1. /*
  2. * Hardware definitions common to all DaVinci family processors
  3. *
  4. * Author: Kevin Hilman, Deep Root Systems, LLC
  5. *
  6. * 2007 (c) Deep Root Systems, LLC. This file is licensed under
  7. * the terms of the GNU General Public License version 2. This program
  8. * is licensed "as is" without any warranty of any kind, whether express
  9. * or implied.
  10. */
  11. #ifndef __ASM_ARCH_HARDWARE_H
  12. #define __ASM_ARCH_HARDWARE_H
  13. /*
  14. * Before you add anything to ths file:
  15. *
  16. * This header is for defines common to ALL DaVinci family chips.
  17. * Anything that is chip specific should go in <chipname>.h,
  18. * and the chip/board init code should then explicitly include
  19. * <chipname>.h
  20. */
  21. #define DAVINCI_SYSTEM_MODULE_BASE 0x01C40000
  22. /* System control register offsets */
  23. #define DM64XX_VDD3P3V_PWDN 0x48
  24. #endif /* __ASM_ARCH_HARDWARE_H */