]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/blob - arch/arm/boot/dts/bcm4708.dtsi
HACK: ARM: dts: dra7-ipu-common: Revert to CMA pools for IPU early boots
[rpmsg/rpmsg.git] / arch / arm / boot / dts / bcm4708.dtsi
1 /*
2  * Broadcom BCM470X / BCM5301X ARM platform code.
3  * DTS for BCM4708 SoC.
4  *
5  * Copyright 2013-2014 Hauke Mehrtens <hauke@hauke-m.de>
6  *
7  * Licensed under the GNU/GPL. See COPYING for details.
8  */
10 #include "bcm5301x.dtsi"
12 / {
13         compatible = "brcm,bcm4708";
15         aliases {
16                 serial0 = &uart0;
17         };
19         chosen {
20                 stdout-path = "serial0:115200n8";
21         };
23         cpus {
24                 #address-cells = <1>;
25                 #size-cells = <0>;
26                 enable-method = "brcm,bcm-nsp-smp";
28                 cpu@0 {
29                         device_type = "cpu";
30                         compatible = "arm,cortex-a9";
31                         next-level-cache = <&L2>;
32                         reg = <0x0>;
33                 };
35                 cpu@1 {
36                         device_type = "cpu";
37                         compatible = "arm,cortex-a9";
38                         next-level-cache = <&L2>;
39                         secondary-boot-reg = <0xffff0400>;
40                         reg = <0x1>;
41                 };
42         };
44 };
46 &uart0 {
47         status = "okay";
48 };