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/cm5200.dts

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 // SPDX-License-Identifier: GPL-2.0-or-later
    2 /*
    3  * CM5200 board Device Tree Source
    4  *
    5  * Copyright (C) 2007 Semihalf
    6  * Marian Balakowicz <m8@semihalf.com>
    7  */
    8 
    9 /include/ "mpc5200b.dtsi"
   10 
   11 &gpt0 { fsl,has-wdt; };
   12 
   13 / {
   14         model = "schindler,cm5200";
   15         compatible = "schindler,cm5200";
   16 
   17         soc5200@f0000000 {
   18                 can@900 {
   19                         status = "disabled";
   20                 };
   21 
   22                 can@980 {
   23                         status = "disabled";
   24                 };
   25 
   26                 psc@2000 {              // PSC1
   27                         compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
   28                 };
   29 
   30                 psc@2200 {              // PSC2
   31                         compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
   32                 };
   33 
   34                 psc@2400 {              // PSC3
   35                         compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
   36                 };
   37 
   38                 psc@2600 {              // PSC4
   39                         status = "disabled";
   40                 };
   41 
   42                 psc@2800 {              // PSC5
   43                         status = "disabled";
   44                 };
   45 
   46                 psc@2c00 {              // PSC6
   47                         compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
   48                 };
   49 
   50                 ethernet@3000 {
   51                         phy-handle = <&phy0>;
   52                 };
   53 
   54                 mdio@3000 {
   55                         phy0: ethernet-phy@0 {
   56                                 reg = <0>;
   57                         };
   58                 };
   59 
   60                 ata@3a00 {
   61                         status = "disabled";
   62                 };
   63 
   64                 i2c@3d00 {
   65                         status = "disabled";
   66                 };
   67 
   68         };
   69 
   70         pci@f0000d00 {
   71                 status = "disabled";
   72         };
   73 
   74         localbus {
   75                 // 16-bit flash device at LocalPlus Bus CS0
   76                 flash@0,0 {
   77                         compatible = "cfi-flash";
   78                         reg = <0 0 0x2000000>;
   79                         bank-width = <2>;
   80                         device-width = <2>;
   81                         #size-cells = <1>;
   82                         #address-cells = <1>;
   83                 };
   84         };
   85 };

Cache object: bbb93ed0be8092010fd11253fe5fc01b


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