The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/bcm4708.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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  */
    9 
   10 #include "bcm5301x.dtsi"
   11 
   12 / {
   13         compatible = "brcm,bcm4708";
   14 
   15         aliases {
   16                 serial0 = &uart0;
   17         };
   18 
   19         chosen {
   20                 stdout-path = "serial0:115200n8";
   21         };
   22 
   23         cpus {
   24                 #address-cells = <1>;
   25                 #size-cells = <0>;
   26                 enable-method = "brcm,bcm-nsp-smp";
   27 
   28                 cpu@0 {
   29                         device_type = "cpu";
   30                         compatible = "arm,cortex-a9";
   31                         next-level-cache = <&L2>;
   32                         reg = <0x0>;
   33                 };
   34 
   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         };
   43 
   44 };
   45 
   46 &uart0 {
   47         status = "okay";
   48 };

Cache object: d1083b7d800f5a3a3210d510be6f904b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.