From bd72629539a359fc7b89bf573c1a6572c5676d9a Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Mon, 26 Nov 2012 15:46:12 +0100 Subject: [PATCH] --- yaml --- r: 340142 b: refs/heads/master c: 7423d2d817b815cc5bc41316f4aaa8ace3c4153e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/dts/sun4i.dtsi | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/arm/boot/dts/sun4i.dtsi diff --git a/[refs] b/[refs] index 13a5621c8a00..754fb41ccb79 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97c0bd411c188158d4a7e6d4bdee9382dc036be9 +refs/heads/master: 7423d2d817b815cc5bc41316f4aaa8ace3c4153e diff --git a/trunk/arch/arm/boot/dts/sun4i.dtsi b/trunk/arch/arm/boot/dts/sun4i.dtsi new file mode 100644 index 000000000000..e61fdd47bd01 --- /dev/null +++ b/trunk/arch/arm/boot/dts/sun4i.dtsi @@ -0,0 +1,19 @@ +/* + * Copyright 2012 Stefan Roese + * Stefan Roese + * + * 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 + */ + +/include/ "sunxi.dtsi" + +/ { + memory { + reg = <0x40000000 0x80000000>; + }; +};