2019-05-27 09:55:01 +03:00
// SPDX-License-Identifier: GPL-2.0-or-later
2007-11-09 20:12:31 +03:00
/*
* CM5200 board Device Tree Source
*
* Copyright (C) 2007 Semihalf
* Marian Balakowicz <m8@semihalf.com>
*/
2010-11-18 02:28:56 +03:00
/include/ "mpc5200b.dtsi"
2007-11-09 20:12:31 +03:00
2013-02-08 12:02:51 +04:00
&gpt0 { fsl,has-wdt; };
2007-11-09 20:12:31 +03:00
/ {
model = "schindler,cm5200";
compatible = "schindler,cm5200";
soc5200@f0000000 {
2010-11-18 02:28:56 +03:00
can@900 {
status = "disabled";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:56 +03:00
can@980 {
status = "disabled";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:30 +03:00
psc@2000 { // PSC1
2008-01-25 08:25:31 +03:00
compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:30 +03:00
psc@2200 { // PSC2
2009-02-03 22:30:26 +03:00
compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:30 +03:00
psc@2400 { // PSC3
2009-02-03 22:30:26 +03:00
compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
2010-11-18 02:28:56 +03:00
};
psc@2600 { // PSC4
status = "disabled";
};
psc@2800 { // PSC5
status = "disabled";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:30 +03:00
psc@2c00 { // PSC6
2008-01-25 08:25:31 +03:00
compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
2007-11-09 20:12:31 +03:00
};
ethernet@3000 {
2008-04-02 18:26:02 +04:00
phy-handle = <&phy0>;
};
mdio@3000 {
phy0: ethernet-phy@0 {
reg = <0>;
};
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:56 +03:00
ata@3a00 {
status = "disabled";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:56 +03:00
i2c@3d00 {
status = "disabled";
2007-11-09 20:12:31 +03:00
};
2010-11-18 02:28:56 +03:00
2007-11-09 20:12:31 +03:00
};
2008-04-02 18:26:02 +04:00
2010-11-18 02:28:56 +03:00
pci@f0000d00 {
status = "disabled";
};
2008-04-02 18:26:02 +04:00
2010-11-18 02:28:56 +03:00
localbus {
2008-04-02 18:26:02 +04:00
// 16-bit flash device at LocalPlus Bus CS0
flash@0,0 {
compatible = "cfi-flash";
2008-04-29 17:19:07 +04:00
reg = <0 0 0x2000000>;
2008-04-02 18:26:02 +04:00
bank-width = <2>;
device-width = <2>;
2010-11-18 02:28:56 +03:00
#size-cells = <1>;
#address-cells = <1>;
2008-04-02 18:26:02 +04:00
};
};
2007-11-09 20:12:31 +03:00
};