Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184721
b: refs/heads/master
c: e3d4d0a
h: refs/heads/master
i:
  184719: 2fedde2
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Tony Lindgren committed Feb 15, 2010
1 parent 0e6c266 commit 24dc90b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1e63642a9ed167f74afd10245fb907ac41a54d0
refs/heads/master: e3d4d0a2385593e7873e7d7688eeffea949facff
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-am3517evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/gpio.h>

#include <mach/hardware.h>
#include <mach/am35xx.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
Expand Down
26 changes: 26 additions & 0 deletions trunk/arch/arm/mach-omap2/include/mach/am35xx.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*:
* Address mappings and base address for AM35XX specific interconnects
* and peripherals.
*
* Copyright (C) 2009 Texas Instruments
*
* Author: Sriramakrishnan <srk@ti.com>
* Vaibhav Hiremath <hvaibhav@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARCH_AM35XX_H
#define __ASM_ARCH_AM35XX_H

/*
* Base addresses
* Note: OMAP3430 IVA2 memory space is being used for AM35xx IPSS modules
*/
#define AM35XX_IPSS_EMAC_BASE 0x5C000000
#define AM35XX_IPSS_USBOTGSS_BASE 0x5C040000
#define AM35XX_IPSS_HECC_BASE 0x5C050000
#define AM35XX_IPSS_VPFE_BASE 0x5C060000

#endif /* __ASM_ARCH_AM35XX_H */

0 comments on commit 24dc90b

Please sign in to comment.