summaryrefslogtreecommitdiffstats
path: root/dts/src/metag/skeleton.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/metag/skeleton.dtsi')
-rw-r--r--dts/src/metag/skeleton.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/src/metag/skeleton.dtsi b/dts/src/metag/skeleton.dtsi
new file mode 100644
index 0000000000..78229eacce
--- /dev/null
+++ b/dts/src/metag/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>; };
+};