/arch/powerpc/boot/dts/p2020rdb_camp_core1.dts

https://github.com/aicjofs/android_kernel_lge_v500_20d_f2fs · Device Tree · 125 lines · 83 code · 26 blank · 16 comment · 0 complexity · 9bd28df31a6af113f75194c3165a768b MD5 · raw file

  1. /*
  2. * P2020 RDB Core1 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 allows core1 to have l2, dma2, eth0, pci1, msi.
  7. *
  8. * Please note to add "-b 1" for core1's dts compiling.
  9. *
  10. * Copyright 2009-2011 Freescale Semiconductor Inc.
  11. *
  12. * This program is free software; you can redistribute it and/or modify it
  13. * under the terms of the GNU General Public License as published by the
  14. * Free Software Foundation; either version 2 of the License, or (at your
  15. * option) any later version.
  16. */
  17. /include/ "p2020rdb.dts"
  18. / {
  19. model = "fsl,P2020RDB";
  20. compatible = "fsl,P2020RDB", "fsl,MPC85XXRDB-CAMP";
  21. cpus {
  22. PowerPC,P2020@0 {
  23. status = "disabled";
  24. };
  25. };
  26. localbus@ffe05000 {
  27. status = "disabled";
  28. };
  29. soc@ffe00000 {
  30. ecm-law@0 {
  31. status = "disabled";
  32. };
  33. ecm@1000 {
  34. status = "disabled";
  35. };
  36. memory-controller@2000 {
  37. status = "disabled";
  38. };
  39. i2c@3000 {
  40. status = "disabled";
  41. };
  42. i2c@3100 {
  43. status = "disabled";
  44. };
  45. serial0: serial@4500 {
  46. status = "disabled";
  47. };
  48. spi@7000 {
  49. status = "disabled";
  50. };
  51. gpio: gpio-controller@f000 {
  52. status = "disabled";
  53. };
  54. dma@21300 {
  55. status = "disabled";
  56. };
  57. usb@22000 {
  58. status = "disabled";
  59. };
  60. mdio@24520 {
  61. status = "disabled";
  62. };
  63. mdio@25520 {
  64. status = "disabled";
  65. };
  66. mdio@26520 {
  67. status = "disabled";
  68. };
  69. enet1: ethernet@25000 {
  70. status = "disabled";
  71. };
  72. enet2: ethernet@26000 {
  73. status = "disabled";
  74. };
  75. sdhci@2e000 {
  76. status = "disabled";
  77. };
  78. crypto@30000 {
  79. status = "disabled";
  80. };
  81. mpic: pic@40000 {
  82. protected-sources = <
  83. 17 18 43 42 59 47 /*ecm, mem, i2c, serial0, spi,gpio */
  84. 16 20 21 22 23 28 /* L2, dma1, USB */
  85. 03 35 36 40 31 32 33 /* mdio, enet1, enet2 */
  86. 72 45 58 25 /* sdhci, crypto , pci */
  87. >;
  88. };
  89. global-utilities@e0000 { //global utilities block
  90. status = "disabled";
  91. };
  92. };
  93. pci0: pcie@ffe08000 {
  94. status = "disabled";
  95. };
  96. pci1: pcie@ffe09000 {
  97. status = "disabled";
  98. };
  99. };