diff options
author | Marc Carino <marc.ceeeee@gmail.com> | 2014-02-26 13:27:21 +0400 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-07-28 18:01:46 +0400 |
commit | 79187a8e242046a0525a296509e80c5ee24fbaf1 (patch) | |
tree | 4e85dc5756386fb2dc98d9d3aa0849b77f66be11 /arch/arm/boot/dts/bcm7445-bcm97445svmb.dts | |
parent | f80b71397d09d72222df6c6c2bf39a8a93351b37 (diff) | |
download | linux-79187a8e242046a0525a296509e80c5ee24fbaf1.tar.xz |
ARM: brcmstb: dts: add a reference DTS for Broadcom 7445
Add a sample DTS which will allow bootup of a board populated
with the BCM7445 chip.
Signed-off-by: Marc Carino <marc.ceeeee@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Matt Porter <mporter@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm7445-bcm97445svmb.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm7445-bcm97445svmb.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm7445-bcm97445svmb.dts b/arch/arm/boot/dts/bcm7445-bcm97445svmb.dts new file mode 100644 index 000000000000..9eec2ac1112f --- /dev/null +++ b/arch/arm/boot/dts/bcm7445-bcm97445svmb.dts @@ -0,0 +1,14 @@ +/dts-v1/; +#include "bcm7445.dtsi" + +/ { + model = "Broadcom STB (bcm7445), SVMB reference board"; + compatible = "brcm,bcm7445", "brcm,brcmstb"; + + memory { + device_type = "memory"; + reg = <0x00 0x00000000 0x00 0x40000000>, + <0x00 0x40000000 0x00 0x40000000>, + <0x00 0x80000000 0x00 0x40000000>; + }; +}; |