arm-realview-eb-11mp-ctrevb.dts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /*
  2. * Copyright 2016 Linaro Ltd
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a copy
  5. * of this software and associated documentation files (the "Software"), to deal
  6. * in the Software without restriction, including without limitation the rights
  7. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  8. * copies of the Software, and to permit persons to whom the Software is
  9. * furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice shall be included in
  12. * all copies or substantial portions of the Software.
  13. *
  14. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  17. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  18. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  19. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  20. * THE SOFTWARE.
  21. */
  22. #include "arm-realview-eb-11mp.dts"
  23. / {
  24. model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev B";
  25. };
  26. /*
  27. * The revision B has a distinctly different layout of the syscon, so
  28. * append a specific compatible-string.
  29. */
  30. &syscon {
  31. compatible = "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon", "simple-mfd";
  32. };
  33. &intc {
  34. reg = <0x10101000 0x1000>,
  35. <0x10100100 0x100>;
  36. };
  37. &L2 {
  38. reg = <0x10102000 0x1000>;
  39. };
  40. &scu {
  41. reg = <0x10100000 0x100>;
  42. };
  43. &twd_timer {
  44. reg = <0x10100600 0x20>;
  45. };
  46. &twd_wdog {
  47. reg = <0x10100620 0x20>;
  48. };
  49. /*
  50. * On revision B, we cannot reach the secondary interrupt
  51. * controller, as a result, some peripherals that are dependent
  52. * on their IRQ cannot be reached, so disable them.
  53. */
  54. &intc_second {
  55. status = "disabled";
  56. };
  57. &gpio0 {
  58. status = "disabled";
  59. };
  60. &gpio1 {
  61. status = "disabled";
  62. };
  63. &gpio2 {
  64. status = "disabled";
  65. };
  66. &serial2 {
  67. status = "disabled";
  68. };
  69. &serial3 {
  70. status = "disabled";
  71. };
  72. &ssp {
  73. status = "disabled";
  74. };
  75. &wdog {
  76. status = "disabled";
  77. };