mpc8572ds.dts 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * MPC8572 DS Device Tree Source
  4. *
  5. * Copyright 2007-2009 Freescale Semiconductor Inc.
  6. */
  7. /include/ "mpc8572si-pre.dtsi"
  8. / {
  9. model = "fsl,MPC8572DS";
  10. compatible = "fsl,MPC8572DS";
  11. memory {
  12. device_type = "memory";
  13. };
  14. board_lbc: lbc: localbus@ffe05000 {
  15. reg = <0 0xffe05000 0 0x1000>;
  16. ranges = <0x0 0x0 0x0 0xe8000000 0x08000000
  17. 0x1 0x0 0x0 0xe0000000 0x08000000
  18. 0x2 0x0 0x0 0xffa00000 0x00040000
  19. 0x3 0x0 0x0 0xffdf0000 0x00008000
  20. 0x4 0x0 0x0 0xffa40000 0x00040000
  21. 0x5 0x0 0x0 0xffa80000 0x00040000
  22. 0x6 0x0 0x0 0xffac0000 0x00040000>;
  23. };
  24. board_soc: soc: soc8572@ffe00000 {
  25. ranges = <0x0 0 0xffe00000 0x100000>;
  26. };
  27. board_pci0: pci0: pcie@ffe08000 {
  28. reg = <0 0xffe08000 0 0x1000>;
  29. ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
  30. 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x00010000>;
  31. pcie@0 {
  32. ranges = <0x2000000 0x0 0x80000000
  33. 0x2000000 0x0 0x80000000
  34. 0x0 0x20000000
  35. 0x1000000 0x0 0x0
  36. 0x1000000 0x0 0x0
  37. 0x0 0x10000>;
  38. };
  39. };
  40. pci1: pcie@ffe09000 {
  41. reg = <0 0xffe09000 0 0x1000>;
  42. ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
  43. 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x00010000>;
  44. pcie@0 {
  45. ranges = <0x2000000 0x0 0xa0000000
  46. 0x2000000 0x0 0xa0000000
  47. 0x0 0x20000000
  48. 0x1000000 0x0 0x0
  49. 0x1000000 0x0 0x0
  50. 0x0 0x10000>;
  51. };
  52. };
  53. pci2: pcie@ffe0a000 {
  54. reg = <0 0xffe0a000 0 0x1000>;
  55. ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
  56. 0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x00010000>;
  57. pcie@0 {
  58. ranges = <0x2000000 0x0 0xc0000000
  59. 0x2000000 0x0 0xc0000000
  60. 0x0 0x20000000
  61. 0x1000000 0x0 0x0
  62. 0x1000000 0x0 0x0
  63. 0x0 0x10000>;
  64. };
  65. };
  66. };
  67. /*
  68. * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
  69. * for interrupt-map & interrupt-map-mask
  70. */
  71. /include/ "mpc8572si-post.dtsi"
  72. /include/ "mpc8572ds.dtsi"