1 // SPDX-License-Identifier: GPL-2.0-or-later << 2 /* 1 /* 3 * CM5200 board Device Tree Source 2 * CM5200 board Device Tree Source 4 * 3 * 5 * Copyright (C) 2007 Semihalf 4 * Copyright (C) 2007 Semihalf 6 * Marian Balakowicz <m8@semihalf.com> 5 * Marian Balakowicz <m8@semihalf.com> >> 6 * >> 7 * This program is free software; you can redistribute it and/or modify it >> 8 * under the terms of the GNU General Public License as published by the >> 9 * Free Software Foundation; either version 2 of the License, or (at your >> 10 * option) any later version. 7 */ 11 */ 8 12 9 /include/ "mpc5200b.dtsi" 13 /include/ "mpc5200b.dtsi" 10 14 11 &gpt0 { fsl,has-wdt; }; 15 &gpt0 { fsl,has-wdt; }; 12 16 13 / { 17 / { 14 model = "schindler,cm5200"; 18 model = "schindler,cm5200"; 15 compatible = "schindler,cm5200"; 19 compatible = "schindler,cm5200"; 16 20 17 soc5200@f0000000 { 21 soc5200@f0000000 { 18 can@900 { 22 can@900 { 19 status = "disabled"; 23 status = "disabled"; 20 }; 24 }; 21 25 22 can@980 { 26 can@980 { 23 status = "disabled"; 27 status = "disabled"; 24 }; 28 }; 25 29 26 psc@2000 { // PSC 30 psc@2000 { // PSC1 27 compatible = "fsl,mpc5 31 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 28 }; 32 }; 29 33 30 psc@2200 { // PSC 34 psc@2200 { // PSC2 31 compatible = "fsl,mpc5 35 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 32 }; 36 }; 33 37 34 psc@2400 { // PSC 38 psc@2400 { // PSC3 35 compatible = "fsl,mpc5 39 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 36 }; 40 }; 37 41 38 psc@2600 { // PSC 42 psc@2600 { // PSC4 39 status = "disabled"; 43 status = "disabled"; 40 }; 44 }; 41 45 42 psc@2800 { // PSC 46 psc@2800 { // PSC5 43 status = "disabled"; 47 status = "disabled"; 44 }; 48 }; 45 49 46 psc@2c00 { // PSC 50 psc@2c00 { // PSC6 47 compatible = "fsl,mpc5 51 compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; 48 }; 52 }; 49 53 50 ethernet@3000 { 54 ethernet@3000 { 51 phy-handle = <&phy0>; 55 phy-handle = <&phy0>; 52 }; 56 }; 53 57 54 mdio@3000 { 58 mdio@3000 { 55 phy0: ethernet-phy@0 { 59 phy0: ethernet-phy@0 { 56 reg = <0>; 60 reg = <0>; 57 }; 61 }; 58 }; 62 }; 59 63 60 ata@3a00 { 64 ata@3a00 { 61 status = "disabled"; 65 status = "disabled"; 62 }; 66 }; 63 67 64 i2c@3d00 { 68 i2c@3d00 { 65 status = "disabled"; 69 status = "disabled"; 66 }; 70 }; 67 71 68 }; 72 }; 69 73 70 pci@f0000d00 { 74 pci@f0000d00 { 71 status = "disabled"; 75 status = "disabled"; 72 }; 76 }; 73 77 74 localbus { 78 localbus { 75 // 16-bit flash device at Loca 79 // 16-bit flash device at LocalPlus Bus CS0 76 flash@0,0 { 80 flash@0,0 { 77 compatible = "cfi-flas 81 compatible = "cfi-flash"; 78 reg = <0 0 0x2000000>; 82 reg = <0 0 0x2000000>; 79 bank-width = <2>; 83 bank-width = <2>; 80 device-width = <2>; 84 device-width = <2>; 81 #size-cells = <1>; 85 #size-cells = <1>; 82 #address-cells = <1>; 86 #address-cells = <1>; 83 }; 87 }; 84 }; 88 }; 85 }; 89 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.