-
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: 342183 b: refs/heads/master c: fd053c7 h: refs/heads/master i: 342181: 7733e83 342179: bb58613 342175: 98bc994 v: v3
- Loading branch information
Lee Jones
committed
Nov 1, 2012
1 parent
bf73908
commit 00bfd64
Showing
2 changed files
with
27 additions
and
1 deletion.
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: f91243e0f086c618313dfdece1648ae4ed259a1c | ||
refs/heads/master: fd053c7dbdb412628a135c19d2c793c8e0af6c1a |
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,26 @@ | ||
/* | ||
* Copyright 2012 ST-Ericsson AB | ||
* | ||
* The code contained herein is licensed under the GNU General Public | ||
* License. You may obtain a copy of the GNU General Public License | ||
* Version 2 or later at the following locations: | ||
* | ||
* http://www.opensource.org/licenses/gpl-license.html | ||
* http://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "dbx5x0.dtsi" | ||
|
||
/ { | ||
model = "ST-Ericsson U9540 platform with Device Tree"; | ||
compatible = "st-ericsson,u9540"; | ||
|
||
memory { | ||
reg = <0x00000000 0x20000000>; | ||
}; | ||
|
||
soc-u9500 { | ||
}; | ||
|
||
}; |