]> git.proxmox.com Git - mirror_edk2.git/blame - Omap35xxPkg/Include/Omap3530/Omap3530.h
Omap35xxPkg: Replace BSD License with BSD+Patent License
[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
538311f7 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
1e57a462 6\r
7**/\r
8\r
9#ifndef __OMAP3530_H__\r
10#define __OMAP3530_H__\r
11\r
12#include "Omap3530Gpio.h"\r
13#include "Omap3530Interrupt.h"\r
14#include "Omap3530Prcm.h"\r
15#include "Omap3530Timer.h"\r
16#include "Omap3530Uart.h"\r
17#include "Omap3530Usb.h"\r
18#include "Omap3530MMCHS.h"\r
19#include "Omap3530I2c.h"\r
20#include "Omap3530PadConfiguration.h"\r
21#include "Omap3530Gpmc.h"\r
22#include "Omap3530Dma.h"\r
23\r
24\r
25//CONTROL_PBIAS_LITE\r
26#define CONTROL_PBIAS_LITE 0x48002520\r
27#define PBIASLITEVMODE0 BIT0\r
28#define PBIASLITEPWRDNZ0 BIT1\r
29#define PBIASSPEEDCTRL0 BIT2\r
30#define PBIASLITEVMODE1 BIT8\r
31#define PBIASLITEWRDNZ1 BIT9\r
32\r
33#endif // __OMAP3530_H__\r
34\r