summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/skeleton.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/skeleton.dtsi')
-rw-r--r--arch/arm/dts/skeleton.dtsi13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/dts/skeleton.dtsi b/arch/arm/dts/skeleton.dtsi
deleted file mode 100644
index b41d241de2..0000000000
--- a/arch/arm/dts/skeleton.dtsi
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * 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>; };
-};