/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts

https://github.com/aicjofs/android_kernel_lge_v500_20d · Device Tree · 82 lines · 61 code · 6 blank · 15 comment · 0 complexity · c35cfa61a4c1d37e5d7c4c6cc3b24f52 MD5 · raw file

  1. /*
  2. * MPC8572 DS Core0 Device Tree Source in CAMP mode.
  3. *
  4. * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
  5. * can be shared, all the other devices must be assigned to one core only.
  6. * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0,
  7. * eth1, crypto, pci0, pci1.
  8. *
  9. * Copyright 2007-2009 Freescale Semiconductor Inc.
  10. *
  11. * This program is free software; you can redistribute it and/or modify it
  12. * under the terms of the GNU General Public License as published by the
  13. * Free Software Foundation; either version 2 of the License, or (at your
  14. * option) any later version.
  15. */
  16. /include/ "mpc8572ds.dts"
  17. / {
  18. model = "fsl,MPC8572DS";
  19. compatible = "fsl,MPC8572DS", "fsl,MPC8572DS-CAMP";
  20. cpus {
  21. PowerPC,8572@0 {
  22. };
  23. PowerPC,8572@1 {
  24. status = "disabled";
  25. };
  26. };
  27. localbus@ffe05000 {
  28. status = "disabled";
  29. };
  30. soc8572@ffe00000 {
  31. serial@4600 {
  32. status = "disabled";
  33. };
  34. dma@c300 {
  35. status = "disabled";
  36. };
  37. gpio-controller@f000 {
  38. };
  39. l2-cache-controller@20000 {
  40. cache-size = <0x80000>; // L2, 512K
  41. };
  42. ethernet@26000 {
  43. status = "disabled";
  44. };
  45. mdio@26520 {
  46. status = "disabled";
  47. };
  48. ethernet@27000 {
  49. status = "disabled";
  50. };
  51. mdio@27520 {
  52. status = "disabled";
  53. };
  54. pic@40000 {
  55. protected-sources = <
  56. 31 32 33 37 38 39 /* enet2 enet3 */
  57. 76 77 78 79 26 42 /* dma2 pci2 serial*/
  58. 0xe4 0xe5 0xe6 0xe7 /* msi */
  59. >;
  60. };
  61. msi@41600 {
  62. msi-available-ranges = <0 0x80>;
  63. interrupts = <
  64. 0xe0 0
  65. 0xe1 0
  66. 0xe2 0
  67. 0xe3 0>;
  68. };
  69. timer@42100 {
  70. status = "disabled";
  71. };
  72. };
  73. pcie@ffe0a000 {
  74. status = "disabled";
  75. };
  76. };