diff options
author | Pawel Moll <Pawel.Moll@arm.com> | 2012-11-21 15:44:28 +0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-04-26 17:32:03 +0400 |
commit | 90556ca1ebdd01fbedaf9e56a826d4ce84346466 (patch) | |
tree | 3748af28b4f4a82b9146a53243c9cc33ccad4de9 /arch/arm64/boot/dts/skeleton.dtsi | |
parent | 39a90ca639db5fcd33064ddf754793ec85764239 (diff) | |
download | linux-90556ca1ebdd01fbedaf9e56a826d4ce84346466.tar.xz |
arm64: vexpress: Add dts files for the ARMv8 RTSM models
This patch adds the DTS files for the ARMv8 RTSM and Foundation models.
Signed-off-by: Pawel Moll <Pawel.Moll@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/skeleton.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/skeleton.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/skeleton.dtsi b/arch/arm64/boot/dts/skeleton.dtsi new file mode 100644 index 000000000000..38ead821bb42 --- /dev/null +++ b/arch/arm64/boot/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 = <2>; + #size-cells = <1>; + chosen { }; + aliases { }; + memory { device_type = "memory"; reg = <0 0 0>; }; +}; |