summaryrefslogtreecommitdiff
path: root/sys/gnu/dts
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-02-28 16:43:56 +0000
committerWarner Losh <imp@FreeBSD.org>2014-02-28 16:43:56 +0000
commit767acaaf521e7c9a957eb9fb76ce401fae4256f7 (patch)
treed3b47b0c0831e7bcc68cd33b8fbd0580e8aa15b5 /sys/gnu/dts
parent9880e240b315a2e4af9c3492105b6374ad02842d (diff)
parent0d4a4b13019e01c1eab30b74c983040450010b81 (diff)
downloadsrc-test2-767acaaf521e7c9a957eb9fb76ce401fae4256f7.tar.gz
src-test2-767acaaf521e7c9a957eb9fb76ce401fae4256f7.zip
Notes
Diffstat (limited to 'sys/gnu/dts')
-rw-r--r--sys/gnu/dts/arm/skeleton.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/skeleton.dtsi b/sys/gnu/dts/arm/skeleton.dtsi
new file mode 100644
index 000000000000..b41d241de2cd
--- /dev/null
+++ b/sys/gnu/dts/arm/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>; };
+};