r8a7779.dtsi 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. i2c0: i2c@0xffc70000 {
  46. #address-cells = <1>;
  47. #size-cells = <0>;
  48. compatible = "renesas,rmobile-iic";
  49. reg = <0xffc70000 0x1000>;
  50. interrupt-parent = <&gic>;
  51. interrupts = <0 79 0x4>;
  52. };
  53. i2c1: i2c@0xffc71000 {
  54. #address-cells = <1>;
  55. #size-cells = <0>;
  56. compatible = "renesas,rmobile-iic";
  57. reg = <0xffc71000 0x1000>;
  58. interrupt-parent = <&gic>;
  59. interrupts = <0 82 0x4>;
  60. };
  61. i2c2: i2c@0xffc72000 {
  62. #address-cells = <1>;
  63. #size-cells = <0>;
  64. compatible = "renesas,rmobile-iic";
  65. reg = <0xffc72000 0x1000>;
  66. interrupt-parent = <&gic>;
  67. interrupts = <0 80 0x4>;
  68. };
  69. i2c3: i2c@0xffc73000 {
  70. #address-cells = <1>;
  71. #size-cells = <0>;
  72. compatible = "renesas,rmobile-iic";
  73. reg = <0xffc73000 0x1000>;
  74. interrupt-parent = <&gic>;
  75. interrupts = <0 81 0x4>;
  76. };
  77. thermal@ffc48000 {
  78. compatible = "renesas,rcar-thermal";
  79. reg = <0xffc48000 0x38>;
  80. };
  81. sata: sata@fc600000 {
  82. compatible = "renesas,rcar-sata";
  83. reg = <0xfc600000 0x2000>;
  84. interrupt-parent = <&gic>;
  85. interrupts = <0 100 0x4>;
  86. };
  87. };