0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003 * CM5200 board Device Tree Source
0004 *
0005 * Copyright (C) 2007 Semihalf
0006 * Marian Balakowicz <m8@semihalf.com>
0007 */
0008
0009 /include/ "mpc5200b.dtsi"
0010
0011 &gpt0 { fsl,has-wdt; };
0012
0013 / {
0014 model = "schindler,cm5200";
0015 compatible = "schindler,cm5200";
0016
0017 soc5200@f0000000 {
0018 can@900 {
0019 status = "disabled";
0020 };
0021
0022 can@980 {
0023 status = "disabled";
0024 };
0025
0026 psc@2000 { // PSC1
0027 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
0028 };
0029
0030 psc@2200 { // PSC2
0031 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
0032 };
0033
0034 psc@2400 { // PSC3
0035 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
0036 };
0037
0038 psc@2600 { // PSC4
0039 status = "disabled";
0040 };
0041
0042 psc@2800 { // PSC5
0043 status = "disabled";
0044 };
0045
0046 psc@2c00 { // PSC6
0047 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
0048 };
0049
0050 ethernet@3000 {
0051 phy-handle = <&phy0>;
0052 };
0053
0054 mdio@3000 {
0055 phy0: ethernet-phy@0 {
0056 reg = <0>;
0057 };
0058 };
0059
0060 ata@3a00 {
0061 status = "disabled";
0062 };
0063
0064 i2c@3d00 {
0065 status = "disabled";
0066 };
0067
0068 };
0069
0070 pci@f0000d00 {
0071 status = "disabled";
0072 };
0073
0074 localbus {
0075 // 16-bit flash device at LocalPlus Bus CS0
0076 flash@0,0 {
0077 compatible = "cfi-flash";
0078 reg = <0 0 0x2000000>;
0079 bank-width = <2>;
0080 device-width = <2>;
0081 #size-cells = <1>;
0082 #address-cells = <1>;
0083 };
0084 };
0085 };