]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
Prepare for TI816X : reuse existing code from TI814X
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-am33xx / hardware_am33xx.h
CommitLineData
b43c17cb
MP
1/*
2 * hardware_am33xx.h
3 *
4 * AM33xx hardware specific header
5 *
6 * Copyright (C) 2013, Texas Instruments, Incorporated - http://www.ti.com/
7 *
1a459660 8 * SPDX-License-Identifier: GPL-2.0+
b43c17cb
MP
9 */
10
11#ifndef __AM33XX_HARDWARE_AM33XX_H
12#define __AM33XX_HARDWARE_AM33XX_H
13
8b029f22
MP
14/* Module base addresses */
15
16/* UART Base Address */
17#define UART0_BASE 0x44E09000
18
19/* GPIO Base address */
20#define GPIO2_BASE 0x481AC000
21
22/* Watchdog Timer */
23#define WDT_BASE 0x44E35000
24
25/* Control Module Base Address */
26#define CTRL_BASE 0x44E10000
27#define CTRL_DEVICE_BASE 0x44E10600
28
29/* PRCM Base Address */
30#define PRCM_BASE 0x44E00000
c06e498a
LV
31#define CM_PER 0x44E00000
32#define CM_WKUP 0x44E00400
33
34#define PRM_RSTCTRL (PRCM_BASE + 0x0F00)
35#define PRM_RSTST (PRM_RSTCTRL + 8)
8b029f22 36
b43c17cb
MP
37/* VTP Base address */
38#define VTP0_CTRL_ADDR 0x44E10E0C
39
40/* DDR Base address */
41#define DDR_PHY_CMD_ADDR 0x44E12000
42#define DDR_PHY_DATA_ADDR 0x44E120C8
43#define DDR_DATA_REGS_NR 2
44
8b029f22
MP
45/* CPSW Config space */
46#define CPSW_MDIO_BASE 0x4A101000
47
48/* RTC base address */
49#define RTC_BASE 0x44E3E000
50
c06e498a
LV
51/* OTG */
52#define USB0_OTG_BASE 0x47401000
53#define USB1_OTG_BASE 0x47401800
54
b43c17cb 55#endif /* __AM33XX_HARDWARE_AM33XX_H */