/arch/powerpc/boot/dts/p1020rdb_camp_core1.dts

https://github.com/aicjofs/android_kernel_lge_v500_20d · Device Tree · 141 lines · 99 code · 26 blank · 16 comment · 0 complexity · 5ecea85fce9d392b5b1129e763bce188 MD5 · raw file

  1. /*
  2. * P1020 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, eth0, crypto.
  7. *
  8. * Please note to add "-b 1" for core1's dts compiling.
  9. *
  10. * Copyright 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/ "p1020rdb.dts"
  18. / {
  19. model = "fsl,P1020RDB";
  20. compatible = "fsl,P1020RDB", "fsl,MPC85XXRDB-CAMP";
  21. aliases {
  22. ethernet0 = &enet0;
  23. serial0 = &serial1;
  24. };
  25. cpus {
  26. PowerPC,P1020@0 {
  27. status = "disabled";
  28. };
  29. };
  30. memory {
  31. device_type = "memory";
  32. };
  33. localbus@ffe05000 {
  34. status = "disabled";
  35. };
  36. soc@ffe00000 {
  37. ecm-law@0 {
  38. status = "disabled";
  39. };
  40. ecm@1000 {
  41. status = "disabled";
  42. };
  43. memory-controller@2000 {
  44. status = "disabled";
  45. };
  46. i2c@3000 {
  47. status = "disabled";
  48. };
  49. i2c@3100 {
  50. status = "disabled";
  51. };
  52. serial0: serial@4500 {
  53. status = "disabled";
  54. };
  55. spi@7000 {
  56. status = "disabled";
  57. };
  58. gpio: gpio-controller@f000 {
  59. status = "disabled";
  60. };
  61. dma@21300 {
  62. status = "disabled";
  63. };
  64. mdio@24000 {
  65. status = "disabled";
  66. };
  67. mdio@25000 {
  68. status = "disabled";
  69. };
  70. enet1: ethernet@b1000 {
  71. status = "disabled";
  72. };
  73. enet2: ethernet@b2000 {
  74. status = "disabled";
  75. };
  76. usb@22000 {
  77. status = "disabled";
  78. };
  79. sdhci@2e000 {
  80. status = "disabled";
  81. };
  82. mpic: pic@40000 {
  83. protected-sources = <
  84. 16 /* ecm, mem, L2, pci0, pci1 */
  85. 43 42 59 /* i2c, serial0, spi */
  86. 47 63 62 /* gpio, tdm */
  87. 20 21 22 23 /* dma */
  88. 03 02 /* mdio */
  89. 35 36 40 /* enet1-queue-group0 */
  90. 51 52 67 /* enet1-queue-group1 */
  91. 31 32 33 /* enet2-queue-group0 */
  92. 25 26 27 /* enet2-queue-group1 */
  93. 28 72 58 /* usb, sdhci, crypto */
  94. 0xb0 0xb1 0xb2 /* message */
  95. 0xb3 0xb4 0xb5
  96. 0xb6 0xb7
  97. 0xe0 0xe1 0xe2 /* msi */
  98. 0xe3 0xe4 0xe5
  99. 0xe6 0xe7 /* sdhci, crypto , pci */
  100. >;
  101. };
  102. msi@41600 {
  103. status = "disabled";
  104. };
  105. global-utilities@e0000 { //global utilities block
  106. status = "disabled";
  107. };
  108. };
  109. pci0: pcie@ffe09000 {
  110. status = "disabled";
  111. };
  112. pci1: pcie@ffe0a000 {
  113. status = "disabled";
  114. };
  115. };