exynos4x12.dtsi 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /*
  2. * Samsung's Exynos4x12 SoCs device tree source
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * Samsung's Exynos4x12 SoCs device nodes are listed in this file. Exynos4x12
  8. * based board files can include this file and provide values for board specfic
  9. * bindings.
  10. *
  11. * Note: This file does not include device nodes for all the controllers in
  12. * Exynos4x12 SoC. As device tree coverage for Exynos4x12 increases, additional
  13. * nodes can be added to this file.
  14. *
  15. * This program is free software; you can redistribute it and/or modify
  16. * it under the terms of the GNU General Public License version 2 as
  17. ` * published by the Free Software Foundation.
  18. */
  19. #include "exynos4.dtsi"
  20. #include "exynos4x12-pinctrl.dtsi"
  21. #include "exynos4x12-pinctrl-uboot.dtsi"
  22. / {
  23. aliases {
  24. pinctrl0 = &pinctrl_0;
  25. pinctrl1 = &pinctrl_1;
  26. pinctrl2 = &pinctrl_2;
  27. pinctrl3 = &pinctrl_3;
  28. };
  29. pd_isp: isp-power-domain@10023CA0 {
  30. compatible = "samsung,exynos4210-pd";
  31. reg = <0x10023CA0 0x20>;
  32. };
  33. clock: clock-controller@10030000 {
  34. compatible = "samsung,exynos4412-clock";
  35. reg = <0x10030000 0x20000>;
  36. #clock-cells = <1>;
  37. };
  38. mct@10050000 {
  39. compatible = "samsung,exynos4412-mct";
  40. reg = <0x10050000 0x800>;
  41. interrupt-parent = <&mct_map>;
  42. interrupts = <0>, <1>, <2>, <3>, <4>;
  43. clocks = <&clock 3>, <&clock 344>;
  44. clock-names = "fin_pll", "mct";
  45. mct_map: mct-map {
  46. #interrupt-cells = <1>;
  47. #address-cells = <0>;
  48. #size-cells = <0>;
  49. interrupt-map = <0 &gic 0 57 0>,
  50. <1 &combiner 12 5>,
  51. <2 &combiner 12 6>,
  52. <3 &combiner 12 7>,
  53. <4 &gic 1 12 0>;
  54. };
  55. };
  56. pinctrl_0: pinctrl@11400000 {
  57. compatible = "samsung,exynos4x12-pinctrl";
  58. reg = <0x11400000 0x1000>;
  59. interrupts = <0 47 0>;
  60. };
  61. pinctrl_1: pinctrl@11000000 {
  62. compatible = "samsung,exynos4x12-pinctrl";
  63. reg = <0x11000000 0x1000>;
  64. interrupts = <0 46 0>;
  65. wakup_eint: wakeup-interrupt-controller {
  66. compatible = "samsung,exynos4210-wakeup-eint";
  67. interrupt-parent = <&gic>;
  68. interrupts = <0 32 0>;
  69. };
  70. };
  71. pinctrl_2: pinctrl@03860000 {
  72. compatible = "samsung,exynos4x12-pinctrl";
  73. reg = <0x03860000 0x1000>;
  74. interrupt-parent = <&combiner>;
  75. interrupts = <10 0>;
  76. };
  77. pinctrl_3: pinctrl@106E0000 {
  78. compatible = "samsung,exynos4x12-pinctrl";
  79. reg = <0x106E0000 0x1000>;
  80. interrupts = <0 72 0>;
  81. };
  82. g2d@10800000 {
  83. compatible = "samsung,exynos4212-g2d";
  84. reg = <0x10800000 0x1000>;
  85. interrupts = <0 89 0>;
  86. clocks = <&clock 177>, <&clock 277>;
  87. clock-names = "sclk_fimg2d", "fimg2d";
  88. status = "disabled";
  89. };
  90. };