Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Broadcom BCM470X / BCM5301X ARM platform code.
0003  * DTS for BCM4708 SoC.
0004  *
0005  * Copyright 2013-2014 Hauke Mehrtens <hauke@hauke-m.de>
0006  *
0007  * Licensed under the GNU/GPL. See COPYING for details.
0008  */
0009 
0010 #include "bcm5301x.dtsi"
0011 
0012 / {
0013         compatible = "brcm,bcm4708";
0014 
0015         aliases {
0016                 serial0 = &uart0;
0017         };
0018 
0019         chosen {
0020                 stdout-path = "serial0:115200n8";
0021         };
0022 
0023         cpus {
0024                 #address-cells = <1>;
0025                 #size-cells = <0>;
0026                 enable-method = "brcm,bcm-nsp-smp";
0027 
0028                 cpu@0 {
0029                         device_type = "cpu";
0030                         compatible = "arm,cortex-a9";
0031                         next-level-cache = <&L2>;
0032                         reg = <0x0>;
0033                 };
0034 
0035                 cpu@1 {
0036                         device_type = "cpu";
0037                         compatible = "arm,cortex-a9";
0038                         next-level-cache = <&L2>;
0039                         secondary-boot-reg = <0xffff0400>;
0040                         reg = <0x1>;
0041                 };
0042         };
0043 
0044 };
0045 
0046 &uart0 {
0047         status = "okay";
0048 };