From 79187a8e242046a0525a296509e80c5ee24fbaf1 Mon Sep 17 00:00:00 2001 From: Marc Carino Date: Wed, 26 Feb 2014 01:27:21 -0800 Subject: 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 Acked-by: Arnd Bergmann Signed-off-by: Brian Norris Cc: Matt Porter Signed-off-by: Matt Porter --- arch/arm/boot/dts/bcm7445-bcm97445svmb.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 arch/arm/boot/dts/bcm7445-bcm97445svmb.dts (limited to 'arch/arm/boot/dts/bcm7445-bcm97445svmb.dts') 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>; + }; +}; -- cgit v1.2.3