]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/Include/Omap3530/Omap3530.h
Omap35xxPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530.h
1 /** @file
2
3 Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __OMAP3530_H__
10 #define __OMAP3530_H__
11
12 #include "Omap3530Gpio.h"
13 #include "Omap3530Interrupt.h"
14 #include "Omap3530Prcm.h"
15 #include "Omap3530Timer.h"
16 #include "Omap3530Uart.h"
17 #include "Omap3530Usb.h"
18 #include "Omap3530MMCHS.h"
19 #include "Omap3530I2c.h"
20 #include "Omap3530PadConfiguration.h"
21 #include "Omap3530Gpmc.h"
22 #include "Omap3530Dma.h"
23
24
25 //CONTROL_PBIAS_LITE
26 #define CONTROL_PBIAS_LITE 0x48002520
27 #define PBIASLITEVMODE0 BIT0
28 #define PBIASLITEPWRDNZ0 BIT1
29 #define PBIASSPEEDCTRL0 BIT2
30 #define PBIASLITEVMODE1 BIT8
31 #define PBIASLITEWRDNZ1 BIT9
32
33 #endif // __OMAP3530_H__
34