Omap3530.h 779 B

12345678910111213141516171819202122232425262728293031323334
  1. /** @file
  2. Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. #ifndef __OMAP3530_H__
  6. #define __OMAP3530_H__
  7. #include "Omap3530Gpio.h"
  8. #include "Omap3530Interrupt.h"
  9. #include "Omap3530Prcm.h"
  10. #include "Omap3530Timer.h"
  11. #include "Omap3530Uart.h"
  12. #include "Omap3530Usb.h"
  13. #include "Omap3530MMCHS.h"
  14. #include "Omap3530I2c.h"
  15. #include "Omap3530PadConfiguration.h"
  16. #include "Omap3530Gpmc.h"
  17. #include "Omap3530Dma.h"
  18. //CONTROL_PBIAS_LITE
  19. #define CONTROL_PBIAS_LITE 0x48002520
  20. #define PBIASLITEVMODE0 BIT0
  21. #define PBIASLITEPWRDNZ0 BIT1
  22. #define PBIASSPEEDCTRL0 BIT2
  23. #define PBIASLITEVMODE1 BIT8
  24. #define PBIASLITEWRDNZ1 BIT9
  25. #endif // __OMAP3530_H__