-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 313418 b: refs/heads/master c: 05e152c h: refs/heads/master v: v3
- Loading branch information
R Sricharan
authored and
Santosh Shilimkar
committed
Jul 9, 2012
1 parent
bf9c80d
commit 6aeec6c
Showing
16 changed files
with
199 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: b13e80a8bfe442406495a2fc9e7cbb79d33df48a | ||
refs/heads/master: 05e152c76a1efaa3165afecf5acf535c8283f386 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/*: | ||
* Address mappings and base address for OMAP5 interconnects | ||
* and peripherals. | ||
* | ||
* Copyright (C) 2012 Texas Instruments | ||
* Santosh Shilimkar <santosh.shilimkar@ti.com> | ||
* Sricharan <r.sricharan@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_SOC_OMAP54XX_H | ||
#define __ASM_SOC_OMAP54XX_H | ||
|
||
/* | ||
* Please place only base defines here and put the rest in device | ||
* specific headers. | ||
*/ | ||
#define L4_54XX_BASE 0x4a000000 | ||
#define L4_WK_54XX_BASE 0x4ae00000 | ||
#define L4_PER_54XX_BASE 0x48000000 | ||
#define L3_54XX_BASE 0x44000000 | ||
#define OMAP54XX_32KSYNCT_BASE 0x4ae04000 | ||
#define OMAP54XX_CM_CORE_AON_BASE 0x4a004000 | ||
#define OMAP54XX_CM_CORE_BASE 0x4a008000 | ||
#define OMAP54XX_PRM_BASE 0x4ae06000 | ||
#define OMAP54XX_PRCM_MPU_BASE 0x48243000 | ||
#define OMAP54XX_SCM_BASE 0x4a002000 | ||
#define OMAP54XX_CTRL_BASE 0x4a002800 | ||
|
||
#endif /* __ASM_SOC_OMAP555554XX_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.