cm5200.dts 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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 <[email protected]>
  7. */
  8. /include/ "mpc5200b.dtsi"
  9. &gpt0 { fsl,has-wdt; };
  10. / {
  11. model = "schindler,cm5200";
  12. compatible = "schindler,cm5200";
  13. soc5200@f0000000 {
  14. can@900 {
  15. status = "disabled";
  16. };
  17. can@980 {
  18. status = "disabled";
  19. };
  20. psc@2000 { // PSC1
  21. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  22. };
  23. psc@2200 { // PSC2
  24. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  25. };
  26. psc@2400 { // PSC3
  27. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  28. };
  29. psc@2600 { // PSC4
  30. status = "disabled";
  31. };
  32. psc@2800 { // PSC5
  33. status = "disabled";
  34. };
  35. psc@2c00 { // PSC6
  36. compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart";
  37. };
  38. ethernet@3000 {
  39. phy-handle = <&phy0>;
  40. };
  41. mdio@3000 {
  42. phy0: ethernet-phy@0 {
  43. reg = <0>;
  44. };
  45. };
  46. ata@3a00 {
  47. status = "disabled";
  48. };
  49. i2c@3d00 {
  50. status = "disabled";
  51. };
  52. };
  53. pci@f0000d00 {
  54. status = "disabled";
  55. };
  56. localbus {
  57. // 16-bit flash device at LocalPlus Bus CS0
  58. flash@0,0 {
  59. compatible = "cfi-flash";
  60. reg = <0 0 0x2000000>;
  61. bank-width = <2>;
  62. device-width = <2>;
  63. #size-cells = <1>;
  64. #address-cells = <1>;
  65. };
  66. };
  67. };