sh73a0.dtsi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /*
  2. * Device Tree Source for the SH73A0 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,sh73a0";
  13. cpus {
  14. #address-cells = <1>;
  15. #size-cells = <0>;
  16. cpu@0 {
  17. device_type = "cpu";
  18. compatible = "arm,cortex-a9";
  19. reg = <0>;
  20. };
  21. cpu@1 {
  22. device_type = "cpu";
  23. compatible = "arm,cortex-a9";
  24. reg = <1>;
  25. };
  26. };
  27. gic: interrupt-controller@f0001000 {
  28. compatible = "arm,cortex-a9-gic";
  29. #interrupt-cells = <3>;
  30. #address-cells = <1>;
  31. interrupt-controller;
  32. reg = <0xf0001000 0x1000>,
  33. <0xf0000100 0x100>;
  34. };
  35. i2c0: i2c@0xe6820000 {
  36. #address-cells = <1>;
  37. #size-cells = <0>;
  38. compatible = "renesas,rmobile-iic";
  39. reg = <0xe6820000 0x425>;
  40. interrupt-parent = <&gic>;
  41. interrupts = <0 167 0x4
  42. 0 168 0x4
  43. 0 169 0x4
  44. 0 170 0x4>;
  45. };
  46. i2c1: i2c@0xe6822000 {
  47. #address-cells = <1>;
  48. #size-cells = <0>;
  49. compatible = "renesas,rmobile-iic";
  50. reg = <0xe6822000 0x425>;
  51. interrupt-parent = <&gic>;
  52. interrupts = <0 51 0x4
  53. 0 52 0x4
  54. 0 53 0x4
  55. 0 54 0x4>;
  56. };
  57. i2c2: i2c@0xe6824000 {
  58. #address-cells = <1>;
  59. #size-cells = <0>;
  60. compatible = "renesas,rmobile-iic";
  61. reg = <0xe6824000 0x425>;
  62. interrupt-parent = <&gic>;
  63. interrupts = <0 171 0x4
  64. 0 172 0x4
  65. 0 173 0x4
  66. 0 174 0x4>;
  67. };
  68. i2c3: i2c@0xe6826000 {
  69. #address-cells = <1>;
  70. #size-cells = <0>;
  71. compatible = "renesas,rmobile-iic";
  72. reg = <0xe6826000 0x425>;
  73. interrupt-parent = <&gic>;
  74. interrupts = <0 183 0x4
  75. 0 184 0x4
  76. 0 185 0x4
  77. 0 186 0x4>;
  78. };
  79. i2c4: i2c@0xe6828000 {
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. compatible = "renesas,rmobile-iic";
  83. reg = <0xe6828000 0x425>;
  84. interrupt-parent = <&gic>;
  85. interrupts = <0 187 0x4
  86. 0 188 0x4
  87. 0 189 0x4
  88. 0 190 0x4>;
  89. };
  90. };