summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-05-09 17:57:17 -0700
committerSimon Glass <sjg@chromium.org>2011-08-24 10:01:31 -0700
commitb285f261579d311b3b6c25799dc078b6ad352645 (patch)
tree8d294e417a8d82231e86ae4a50f9f3a4ccb308a8 /dts
parent1030fe7312fc80a8bf3ff40c0546cc73dc2d0be0 (diff)
fdt: add initial device tree files for Tegra2
These files are from the device tree mailing list. So far they are very basic. BUG=chromium-os:11623 TEST=(none, this just adds files) Change-Id: I201110f58bf63e4b2d0728355cdfceb68455f0f0 Reviewed-on: http://gerrit.chromium.org/gerrit/618 Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r--dts/skeleton.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/dts/skeleton.dtsi b/dts/skeleton.dtsi
new file mode 100644
index 0000000000..b41d241de2
--- /dev/null
+++ b/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 = <1>;
+ #size-cells = <1>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0>; };
+};