Skip to content

Commit

Permalink
arm/dt: Add skeleton dtsi file
Browse files Browse the repository at this point in the history
Contains the bare minimum template required to boot with the device tree.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Grant Likely committed Jul 25, 2011
1 parent 85cad1b commit 2b4180a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/skeleton.dtsi
Original file line number Diff line number Diff line change
@@ -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>; };
};

0 comments on commit 2b4180a

Please sign in to comment.