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/powerpc/fsl/p4080si-pre.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  * P4080/P4040 Silicon/SoC Device Tree Source (pre include)
    3  *
    4  * Copyright 2011 - 2015 Freescale Semiconductor Inc.
    5  *
    6  * Redistribution and use in source and binary forms, with or without
    7  * modification, are permitted provided that the following conditions are met:
    8  *     * Redistributions of source code must retain the above copyright
    9  *       notice, this list of conditions and the following disclaimer.
   10  *     * Redistributions in binary form must reproduce the above copyright
   11  *       notice, this list of conditions and the following disclaimer in the
   12  *       documentation and/or other materials provided with the distribution.
   13  *     * Neither the name of Freescale Semiconductor nor the
   14  *       names of its contributors may be used to endorse or promote products
   15  *       derived from this software without specific prior written permission.
   16  *
   17  *
   18  * ALTERNATIVELY, this software may be distributed under the terms of the
   19  * GNU General Public License ("GPL") as published by the Free Software
   20  * Foundation, either version 2 of that License or (at your option) any
   21  * later version.
   22  *
   23  * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
   24  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   25  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   26  * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
   27  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
   28  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
   29  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   30  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
   31  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   32  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   33  */
   34 
   35 /dts-v1/;
   36 
   37 /include/ "e500mc_power_isa.dtsi"
   38 
   39 / {
   40         compatible = "fsl,P4080";
   41         #address-cells = <2>;
   42         #size-cells = <2>;
   43         interrupt-parent = <&mpic>;
   44 
   45         aliases {
   46                 ccsr = &soc;
   47                 dcsr = &dcsr;
   48 
   49                 serial0 = &serial0;
   50                 serial1 = &serial1;
   51                 serial2 = &serial2;
   52                 serial3 = &serial3;
   53                 pci0 = &pci0;
   54                 pci1 = &pci1;
   55                 pci2 = &pci2;
   56                 usb0 = &usb0;
   57                 usb1 = &usb1;
   58                 dma0 = &dma0;
   59                 dma1 = &dma1;
   60                 sdhc = &sdhc;
   61                 msi0 = &msi0;
   62                 msi1 = &msi1;
   63                 msi2 = &msi2;
   64 
   65                 crypto = &crypto;
   66                 sec_jr0 = &sec_jr0;
   67                 sec_jr1 = &sec_jr1;
   68                 sec_jr2 = &sec_jr2;
   69                 sec_jr3 = &sec_jr3;
   70                 rtic_a = &rtic_a;
   71                 rtic_b = &rtic_b;
   72                 rtic_c = &rtic_c;
   73                 rtic_d = &rtic_d;
   74                 sec_mon = &sec_mon;
   75 
   76                 fman0 = &fman0;
   77                 fman1 = &fman1;
   78                 ethernet0 = &enet0;
   79                 ethernet1 = &enet1;
   80                 ethernet2 = &enet2;
   81                 ethernet3 = &enet3;
   82                 ethernet4 = &enet4;
   83                 ethernet5 = &enet5;
   84                 ethernet6 = &enet6;
   85                 ethernet7 = &enet7;
   86                 ethernet8 = &enet8;
   87                 ethernet9 = &enet9;
   88         };
   89 
   90         cpus {
   91                 #address-cells = <1>;
   92                 #size-cells = <0>;
   93 
   94                 cpu0: PowerPC,e500mc@0 {
   95                         device_type = "cpu";
   96                         reg = <0>;
   97                         clocks = <&clockgen 1 0>;
   98                         next-level-cache = <&L2_0>;
   99                         fsl,portid-mapping = <0x80000000>;
  100                         L2_0: l2-cache {
  101                                 next-level-cache = <&cpc>;
  102                         };
  103                 };
  104                 cpu1: PowerPC,e500mc@1 {
  105                         device_type = "cpu";
  106                         reg = <1>;
  107                         clocks = <&clockgen 1 1>;
  108                         next-level-cache = <&L2_1>;
  109                         fsl,portid-mapping = <0x40000000>;
  110                         L2_1: l2-cache {
  111                                 next-level-cache = <&cpc>;
  112                         };
  113                 };
  114                 cpu2: PowerPC,e500mc@2 {
  115                         device_type = "cpu";
  116                         reg = <2>;
  117                         clocks = <&clockgen 1 2>;
  118                         next-level-cache = <&L2_2>;
  119                         fsl,portid-mapping = <0x20000000>;
  120                         L2_2: l2-cache {
  121                                 next-level-cache = <&cpc>;
  122                         };
  123                 };
  124                 cpu3: PowerPC,e500mc@3 {
  125                         device_type = "cpu";
  126                         reg = <3>;
  127                         clocks = <&clockgen 1 3>;
  128                         next-level-cache = <&L2_3>;
  129                         fsl,portid-mapping = <0x10000000>;
  130                         L2_3: l2-cache {
  131                                 next-level-cache = <&cpc>;
  132                         };
  133                 };
  134                 cpu4: PowerPC,e500mc@4 {
  135                         device_type = "cpu";
  136                         reg = <4>;
  137                         clocks = <&clockgen 1 4>;
  138                         next-level-cache = <&L2_4>;
  139                         fsl,portid-mapping = <0x08000000>;
  140                         L2_4: l2-cache {
  141                                 next-level-cache = <&cpc>;
  142                         };
  143                 };
  144                 cpu5: PowerPC,e500mc@5 {
  145                         device_type = "cpu";
  146                         reg = <5>;
  147                         clocks = <&clockgen 1 5>;
  148                         next-level-cache = <&L2_5>;
  149                         fsl,portid-mapping = <0x04000000>;
  150                         L2_5: l2-cache {
  151                                 next-level-cache = <&cpc>;
  152                         };
  153                 };
  154                 cpu6: PowerPC,e500mc@6 {
  155                         device_type = "cpu";
  156                         reg = <6>;
  157                         clocks = <&clockgen 1 6>;
  158                         next-level-cache = <&L2_6>;
  159                         fsl,portid-mapping = <0x02000000>;
  160                         L2_6: l2-cache {
  161                                 next-level-cache = <&cpc>;
  162                         };
  163                 };
  164                 cpu7: PowerPC,e500mc@7 {
  165                         device_type = "cpu";
  166                         reg = <7>;
  167                         clocks = <&clockgen 1 7>;
  168                         next-level-cache = <&L2_7>;
  169                         fsl,portid-mapping = <0x01000000>;
  170                         L2_7: l2-cache {
  171                                 next-level-cache = <&cpc>;
  172                         };
  173                 };
  174         };
  175 };

Cache object: dc87dbaa1369a4c45a1f036c92167c0f


[ 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.