sh73a0.dtsi 1.9 KB

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