p1020rdb-pc_camp_core1.dts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. /*
  2. * P1020 RDB-PC 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 2012 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-pc_32b.dts"
  18. / {
  19. model = "fsl,P1020RDB-PC";
  20. compatible = "fsl,P1020RDB-PC";
  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. pic-no-reset;
  102. };
  103. msi@41600 {
  104. status = "disabled";
  105. };
  106. global-utilities@e0000 { //global utilities block
  107. status = "disabled";
  108. };
  109. };
  110. pci0: pcie@ffe09000 {
  111. status = "disabled";
  112. };
  113. pci1: pcie@ffe0a000 {
  114. status = "disabled";
  115. };
  116. };