r8a7779.dtsi 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*
  2. * Device Tree Source for Renesas r8a7779
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. * Copyright (C) 2013 Simon Horman
  6. *
  7. * This file is licensed under the terms of the GNU General Public License
  8. * version 2. This program is licensed "as is" without any warranty of any
  9. * kind, whether express or implied.
  10. */
  11. /include/ "skeleton.dtsi"
  12. / {
  13. compatible = "renesas,r8a7779";
  14. cpus {
  15. #address-cells = <1>;
  16. #size-cells = <0>;
  17. cpu@0 {
  18. device_type = "cpu";
  19. compatible = "arm,cortex-a9";
  20. reg = <0>;
  21. };
  22. cpu@1 {
  23. device_type = "cpu";
  24. compatible = "arm,cortex-a9";
  25. reg = <1>;
  26. };
  27. cpu@2 {
  28. device_type = "cpu";
  29. compatible = "arm,cortex-a9";
  30. reg = <2>;
  31. };
  32. cpu@3 {
  33. device_type = "cpu";
  34. compatible = "arm,cortex-a9";
  35. reg = <3>;
  36. };
  37. };
  38. gic: interrupt-controller@f0001000 {
  39. compatible = "arm,cortex-a9-gic";
  40. #interrupt-cells = <3>;
  41. interrupt-controller;
  42. reg = <0xf0001000 0x1000>,
  43. <0xf0000100 0x100>;
  44. };
  45. irqpin0: irqpin@fe780010 {
  46. compatible = "renesas,intc-irqpin";
  47. #interrupt-cells = <2>;
  48. interrupt-controller;
  49. reg = <0xfe78001c 4>,
  50. <0xfe780010 4>,
  51. <0xfe780024 4>,
  52. <0xfe780044 4>,
  53. <0xfe780064 4>;
  54. interrupt-parent = <&gic>;
  55. interrupts = <0 27 0x4
  56. 0 28 0x4
  57. 0 29 0x4
  58. 0 30 0x4>;
  59. sense-bitfield-width = <2>;
  60. };
  61. i2c0: i2c@0xffc70000 {
  62. #address-cells = <1>;
  63. #size-cells = <0>;
  64. compatible = "renesas,rmobile-iic";
  65. reg = <0xffc70000 0x1000>;
  66. interrupt-parent = <&gic>;
  67. interrupts = <0 79 0x4>;
  68. };
  69. i2c1: i2c@0xffc71000 {
  70. #address-cells = <1>;
  71. #size-cells = <0>;
  72. compatible = "renesas,rmobile-iic";
  73. reg = <0xffc71000 0x1000>;
  74. interrupt-parent = <&gic>;
  75. interrupts = <0 82 0x4>;
  76. };
  77. i2c2: i2c@0xffc72000 {
  78. #address-cells = <1>;
  79. #size-cells = <0>;
  80. compatible = "renesas,rmobile-iic";
  81. reg = <0xffc72000 0x1000>;
  82. interrupt-parent = <&gic>;
  83. interrupts = <0 80 0x4>;
  84. };
  85. i2c3: i2c@0xffc73000 {
  86. #address-cells = <1>;
  87. #size-cells = <0>;
  88. compatible = "renesas,rmobile-iic";
  89. reg = <0xffc73000 0x1000>;
  90. interrupt-parent = <&gic>;
  91. interrupts = <0 81 0x4>;
  92. };
  93. thermal@ffc48000 {
  94. compatible = "renesas,rcar-thermal";
  95. reg = <0xffc48000 0x38>;
  96. };
  97. sata: sata@fc600000 {
  98. compatible = "renesas,rcar-sata";
  99. reg = <0xfc600000 0x2000>;
  100. interrupt-parent = <&gic>;
  101. interrupts = <0 100 0x4>;
  102. };
  103. };