aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/skeleton.dtsi
diff options
context:
space:
mode:
authorPawel Moll <Pawel.Moll@arm.com>2012-11-21 11:44:28 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2013-04-26 14:32:03 +0100
commit90556ca1ebdd01fbedaf9e56a826d4ce84346466 (patch)
tree3748af28b4f4a82b9146a53243c9cc33ccad4de9 /arch/arm64/boot/dts/skeleton.dtsi
parentarm64: Survive invalid cpu enable-methods (diff)
downloadlinux-dev-90556ca1ebdd01fbedaf9e56a826d4ce84346466.tar.xz
linux-dev-90556ca1ebdd01fbedaf9e56a826d4ce84346466.zip
arm64: vexpress: Add dts files for the ARMv8 RTSM models
This patch adds the DTS files for the ARMv8 RTSM and Foundation models. Signed-off-by: Pawel Moll <Pawel.Moll@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/skeleton.dtsi')
-rw-r--r--arch/arm64/boot/dts/skeleton.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/skeleton.dtsi b/arch/arm64/boot/dts/skeleton.dtsi
new file mode 100644
index 000000000000..38ead821bb42
--- /dev/null
+++ b/arch/arm64/boot/dts/skeleton.dtsi
@@ -0,0 +1,13 @@
+/*
+ * Skeleton device tree; 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 = <1>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0 0>; };
+};