summaryrefslogtreecommitdiff
path: root/arch/metag/boot/dts/skeleton.dtsi
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2012-10-05 16:02:12 +0100
committerJames Hogan <james.hogan@imgtec.com>2013-03-02 20:09:22 +0000
commit29dd78cf0b526d24063364a8c634b3e92514c1a2 (patch)
tree4dfa291da2d101242f5536be0146cba25e398838 /arch/metag/boot/dts/skeleton.dtsi
parent262d96b0deb44ed58823447825d6efa5dddb4108 (diff)
metag: Device tree
Add device tree files to arch/metag. Signed-off-by: James Hogan <james.hogan@imgtec.com> Reviewed-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/metag/boot/dts/skeleton.dtsi')
-rw-r--r--arch/metag/boot/dts/skeleton.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/metag/boot/dts/skeleton.dtsi b/arch/metag/boot/dts/skeleton.dtsi
new file mode 100644
index 000000000000..78229eacced7
--- /dev/null
+++ b/arch/metag/boot/dts/skeleton.dtsi
@@ -0,0 +1,14 @@
+/*
+ * Skeleton device tree; the bare minimum needed to boot; just include and
+ * add a compatible value. The bootloader will typically populate the memory
+ * node.
+ */
+
+/ {
+ compatible = "img,meta";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0>; };
+};