From: Haikun.Wang@freescale.com Date: Tue, 24 Mar 2015 13:12:13 +0000 (+0800) Subject: dm: arm: Bring in skeleton64 device tree file from Linux X-Git-Tag: KARO-TX6-2015-09-18~2717 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f2f8b99b24cf4eb48ec676eab0ec0cdb673ea182;p=karo-tx-uboot.git dm: arm: Bring in skeleton64 device tree file from Linux Backport of kernel commits: 7c14f6c719de092d69c81877786e83ce7ae1a860 35faad2a1563b3d4dc983a82ac41033fe053870c Signed-off-by: Haikun Wang Acked-by: Simon Glass --- diff --git a/arch/arm/dts/skeleton64.dtsi b/arch/arm/dts/skeleton64.dtsi new file mode 100644 index 0000000000..b5d7f36f33 --- /dev/null +++ b/arch/arm/dts/skeleton64.dtsi @@ -0,0 +1,13 @@ +/* + * Skeleton device tree in the 64 bits version; the bare minimum + * needed to boot; just include and add a compatible value. The + * bootloader will typically populate the memory node. + */ + +/ { + #address-cells = <2>; + #size-cells = <2>; + chosen { }; + aliases { }; + memory { device_type = "memory"; reg = <0 0 0 0>; }; +};