r8a7740.dtsi 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /*
  2. * Device Tree Source for the r8a7740 SoC
  3. *
  4. * Copyright (C) 2012 Renesas Solutions Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. /include/ "skeleton.dtsi"
  11. / {
  12. compatible = "renesas,r8a7740";
  13. cpus {
  14. #address-cells = <1>;
  15. #size-cells = <0>;
  16. cpu@0 {
  17. compatible = "arm,cortex-a9";
  18. device_type = "cpu";
  19. reg = <0x0>;
  20. };
  21. };
  22. gic: interrupt-controller@c2800000 {
  23. compatible = "arm,cortex-a9-gic";
  24. #interrupt-cells = <3>;
  25. #address-cells = <1>;
  26. interrupt-controller;
  27. reg = <0xc2800000 0x1000>,
  28. <0xc2000000 0x1000>;
  29. };
  30. pmu {
  31. compatible = "arm,cortex-a9-pmu";
  32. interrupts = <0 83 4>;
  33. };
  34. /* irqpin0: IRQ0 - IRQ7 */
  35. irqpin0: irqpin@e6900000 {
  36. compatible = "renesas,intc-irqpin";
  37. #interrupt-cells = <2>;
  38. interrupt-controller;
  39. reg = <0xe6900000 4>,
  40. <0xe6900010 4>,
  41. <0xe6900020 1>,
  42. <0xe6900040 1>,
  43. <0xe6900060 1>;
  44. interrupt-parent = <&gic>;
  45. interrupts = <0 149 0x4
  46. 0 149 0x4
  47. 0 149 0x4
  48. 0 149 0x4
  49. 0 149 0x4
  50. 0 149 0x4
  51. 0 149 0x4
  52. 0 149 0x4>;
  53. };
  54. /* irqpin1: IRQ8 - IRQ15 */
  55. irqpin1: irqpin@e6900004 {
  56. compatible = "renesas,intc-irqpin";
  57. #interrupt-cells = <2>;
  58. interrupt-controller;
  59. reg = <0xe6900004 4>,
  60. <0xe6900014 4>,
  61. <0xe6900024 1>,
  62. <0xe6900044 1>,
  63. <0xe6900064 1>;
  64. interrupt-parent = <&gic>;
  65. interrupts = <0 149 0x4
  66. 0 149 0x4
  67. 0 149 0x4
  68. 0 149 0x4
  69. 0 149 0x4
  70. 0 149 0x4
  71. 0 149 0x4
  72. 0 149 0x4>;
  73. };
  74. /* irqpin2: IRQ16 - IRQ23 */
  75. irqpin2: irqpin@e6900008 {
  76. compatible = "renesas,intc-irqpin";
  77. #interrupt-cells = <2>;
  78. interrupt-controller;
  79. reg = <0xe6900008 4>,
  80. <0xe6900018 4>,
  81. <0xe6900028 1>,
  82. <0xe6900048 1>,
  83. <0xe6900068 1>;
  84. interrupt-parent = <&gic>;
  85. interrupts = <0 149 0x4
  86. 0 149 0x4
  87. 0 149 0x4
  88. 0 149 0x4
  89. 0 149 0x4
  90. 0 149 0x4
  91. 0 149 0x4
  92. 0 149 0x4>;
  93. };
  94. /* irqpin3: IRQ24 - IRQ31 */
  95. irqpin3: irqpin@e690000c {
  96. compatible = "renesas,intc-irqpin";
  97. #interrupt-cells = <2>;
  98. interrupt-controller;
  99. reg = <0xe690000c 4>,
  100. <0xe690001c 4>,
  101. <0xe690002c 1>,
  102. <0xe690004c 1>,
  103. <0xe690006c 1>;
  104. interrupt-parent = <&gic>;
  105. interrupts = <0 149 0x4
  106. 0 149 0x4
  107. 0 149 0x4
  108. 0 149 0x4
  109. 0 149 0x4
  110. 0 149 0x4
  111. 0 149 0x4
  112. 0 149 0x4>;
  113. };
  114. i2c0: i2c@fff20000 {
  115. #address-cells = <1>;
  116. #size-cells = <0>;
  117. compatible = "renesas,rmobile-iic";
  118. reg = <0xfff20000 0x425>;
  119. interrupt-parent = <&gic>;
  120. interrupts = <0 201 0x4
  121. 0 202 0x4
  122. 0 203 0x4
  123. 0 204 0x4>;
  124. };
  125. i2c1: i2c@e6c20000 {
  126. #address-cells = <1>;
  127. #size-cells = <0>;
  128. compatible = "renesas,rmobile-iic";
  129. reg = <0xe6c20000 0x425>;
  130. interrupt-parent = <&gic>;
  131. interrupts = <0 70 0x4
  132. 0 71 0x4
  133. 0 72 0x4
  134. 0 73 0x4>;
  135. };
  136. pfc: pfc@e6050000 {
  137. compatible = "renesas,pfc-r8a7740";
  138. reg = <0xe6050000 0x8000>,
  139. <0xe605800c 0x20>;
  140. gpio-controller;
  141. #gpio-cells = <2>;
  142. };
  143. tpu: pwm@e6600000 {
  144. compatible = "renesas,tpu-r8a7740", "renesas,tpu";
  145. reg = <0xe6600000 0x100>;
  146. status = "disabled";
  147. #pwm-cells = <3>;
  148. };
  149. };