]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/Include/Omap3530/Omap3530.h
ARM Packages: Fixed line endings
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530.h
CommitLineData
1e57a462 1/** @file\r
2\r
3 Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
4\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __OMAP3530_H__\r
16#define __OMAP3530_H__\r
17\r
18#include "Omap3530Gpio.h"\r
19#include "Omap3530Interrupt.h"\r
20#include "Omap3530Prcm.h"\r
21#include "Omap3530Timer.h"\r
22#include "Omap3530Uart.h"\r
23#include "Omap3530Usb.h"\r
24#include "Omap3530MMCHS.h"\r
25#include "Omap3530I2c.h"\r
26#include "Omap3530PadConfiguration.h"\r
27#include "Omap3530Gpmc.h"\r
28#include "Omap3530Dma.h"\r
29\r
30\r
31//CONTROL_PBIAS_LITE\r
32#define CONTROL_PBIAS_LITE 0x48002520\r
33#define PBIASLITEVMODE0 BIT0\r
34#define PBIASLITEPWRDNZ0 BIT1\r
35#define PBIASSPEEDCTRL0 BIT2\r
36#define PBIASLITEVMODE1 BIT8\r
37#define PBIASLITEWRDNZ1 BIT9\r
38\r
39#endif // __OMAP3530_H__\r
40\r