summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/skeleton64.dtsi
diff options
context:
space:
mode:
authorHaikun.Wang@freescale.com <Haikun.Wang@freescale.com>2015-03-24 21:12:13 +0800
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:17 -0600
commitb6286a1f5404c19927cdf3d3e47984b9bcdc42b7 (patch)
treebdf642c06cd5a0ef7c6c25683824c269f60bbd79 /arch/arm/dts/skeleton64.dtsi
parentc54473cb25968be53e6b47527d5970b03a3cf41d (diff)
downloadtalos-obmc-uboot-b6286a1f5404c19927cdf3d3e47984b9bcdc42b7.tar.gz
talos-obmc-uboot-b6286a1f5404c19927cdf3d3e47984b9bcdc42b7.zip
dm: arm: Bring in skeleton64 device tree file from Linux
Backport of kernel commits: 7c14f6c719de092d69c81877786e83ce7ae1a860 35faad2a1563b3d4dc983a82ac41033fe053870c Signed-off-by: Haikun Wang <Haikun.Wang@freescale.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/skeleton64.dtsi')
-rw-r--r--arch/arm/dts/skeleton64.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/skeleton64.dtsi b/arch/arm/dts/skeleton64.dtsi
new file mode 100644
index 0000000000..b5d7f36f33
--- /dev/null
+++ b/arch/arm/dts/skeleton64.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Skeleton device tree in the 64 bits version; the bare minimum
+ * needed to boot; just include and add a compatible value. The
+ * bootloader will typically populate the memory node.
+ */
+
+/ {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0 0 0>; };
+};
OpenPOWER on IntegriCloud