exynos5.dtsi 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /*
  2. * Samsung's Exynos5 SoC series common device tree source
  3. *
  4. * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular
  8. * SoCs from Exynos5 series can include this file and provide values for SoCs
  9. * specfic bindings.
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License version 2 as
  13. * published by the Free Software Foundation.
  14. */
  15. #include "skeleton.dtsi"
  16. / {
  17. interrupt-parent = <&gic>;
  18. chipid@10000000 {
  19. compatible = "samsung,exynos4210-chipid";
  20. reg = <0x10000000 0x100>;
  21. };
  22. combiner:interrupt-controller@10440000 {
  23. compatible = "samsung,exynos4210-combiner";
  24. #interrupt-cells = <2>;
  25. interrupt-controller;
  26. samsung,combiner-nr = <32>;
  27. reg = <0x10440000 0x1000>;
  28. interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
  29. <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
  30. <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>,
  31. <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>,
  32. <0 16 0>, <0 17 0>, <0 18 0>, <0 19 0>,
  33. <0 20 0>, <0 21 0>, <0 22 0>, <0 23 0>,
  34. <0 24 0>, <0 25 0>, <0 26 0>, <0 27 0>,
  35. <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
  36. };
  37. gic:interrupt-controller@10481000 {
  38. compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
  39. #interrupt-cells = <3>;
  40. interrupt-controller;
  41. reg = <0x10481000 0x1000>,
  42. <0x10482000 0x1000>,
  43. <0x10484000 0x2000>,
  44. <0x10486000 0x2000>;
  45. interrupts = <1 9 0xf04>;
  46. };
  47. dwmmc_0: dwmmc0@12200000 {
  48. compatible = "samsung,exynos5250-dw-mshc";
  49. interrupts = <0 75 0>;
  50. #address-cells = <1>;
  51. #size-cells = <0>;
  52. };
  53. dwmmc_1: dwmmc1@12210000 {
  54. compatible = "samsung,exynos5250-dw-mshc";
  55. interrupts = <0 76 0>;
  56. #address-cells = <1>;
  57. #size-cells = <0>;
  58. };
  59. dwmmc_2: dwmmc2@12220000 {
  60. compatible = "samsung,exynos5250-dw-mshc";
  61. interrupts = <0 77 0>;
  62. #address-cells = <1>;
  63. #size-cells = <0>;
  64. };
  65. serial@12C00000 {
  66. compatible = "samsung,exynos4210-uart";
  67. reg = <0x12C00000 0x100>;
  68. interrupts = <0 51 0>;
  69. };
  70. serial@12C10000 {
  71. compatible = "samsung,exynos4210-uart";
  72. reg = <0x12C10000 0x100>;
  73. interrupts = <0 52 0>;
  74. };
  75. serial@12C20000 {
  76. compatible = "samsung,exynos4210-uart";
  77. reg = <0x12C20000 0x100>;
  78. interrupts = <0 53 0>;
  79. };
  80. serial@12C30000 {
  81. compatible = "samsung,exynos4210-uart";
  82. reg = <0x12C30000 0x100>;
  83. interrupts = <0 54 0>;
  84. };
  85. rtc@101E0000 {
  86. compatible = "samsung,s3c6410-rtc";
  87. reg = <0x101E0000 0x100>;
  88. interrupts = <0 43 0>, <0 44 0>;
  89. status = "disabled";
  90. };
  91. watchdog {
  92. compatible = "samsung,s3c2410-wdt";
  93. reg = <0x101D0000 0x100>;
  94. interrupts = <0 42 0>;
  95. status = "disabled";
  96. };
  97. fimd@14400000 {
  98. compatible = "samsung,exynos5250-fimd";
  99. interrupt-parent = <&combiner>;
  100. reg = <0x14400000 0x40000>;
  101. interrupt-names = "fifo", "vsync", "lcd_sys";
  102. interrupts = <18 4>, <18 5>, <18 6>;
  103. status = "disabled";
  104. };
  105. dp-controller@145B0000 {
  106. compatible = "samsung,exynos5-dp";
  107. reg = <0x145B0000 0x1000>;
  108. interrupts = <10 3>;
  109. interrupt-parent = <&combiner>;
  110. #address-cells = <1>;
  111. #size-cells = <0>;
  112. status = "disabled";
  113. };
  114. };