mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
79187a8e24
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>
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
/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>;
|
|
};
|
|
};
|