exynos5250.dtsi 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /*
  2. * SAMSUNG EXYNOS5250 SoC device tree source
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * SAMSUNG EXYNOS5250 SoC device nodes are listed in this file.
  8. * EXYNOS5250 based board files can include this file and provide
  9. * values for board specfic bindings.
  10. *
  11. * Note: This file does not include device nodes for all the controllers in
  12. * EXYNOS5250 SoC. As device tree coverage for EXYNOS5250 increases,
  13. * additional 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/ "skeleton.dtsi"
  20. / {
  21. compatible = "samsung,exynos5250";
  22. sromc@12250000 {
  23. compatible = "samsung,exynos-sromc";
  24. reg = <0x12250000 0x20>;
  25. #address-cells = <1>;
  26. #size-cells = <0>;
  27. };
  28. i2c@12c60000 {
  29. #address-cells = <1>;
  30. #size-cells = <0>;
  31. compatible = "samsung,s3c2440-i2c";
  32. reg = <0x12C60000 0x100>;
  33. interrupts = <0 56 0>;
  34. };
  35. i2c@12c70000 {
  36. #address-cells = <1>;
  37. #size-cells = <0>;
  38. compatible = "samsung,s3c2440-i2c";
  39. reg = <0x12C70000 0x100>;
  40. interrupts = <0 57 0>;
  41. };
  42. i2c@12c80000 {
  43. #address-cells = <1>;
  44. #size-cells = <0>;
  45. compatible = "samsung,s3c2440-i2c";
  46. reg = <0x12C80000 0x100>;
  47. interrupts = <0 58 0>;
  48. };
  49. i2c@12c90000 {
  50. #address-cells = <1>;
  51. #size-cells = <0>;
  52. compatible = "samsung,s3c2440-i2c";
  53. reg = <0x12C90000 0x100>;
  54. interrupts = <0 59 0>;
  55. };
  56. i2c@12ca0000 {
  57. #address-cells = <1>;
  58. #size-cells = <0>;
  59. compatible = "samsung,s3c2440-i2c";
  60. reg = <0x12CA0000 0x100>;
  61. interrupts = <0 60 0>;
  62. };
  63. i2c@12cb0000 {
  64. #address-cells = <1>;
  65. #size-cells = <0>;
  66. compatible = "samsung,s3c2440-i2c";
  67. reg = <0x12CB0000 0x100>;
  68. interrupts = <0 61 0>;
  69. };
  70. i2c@12cc0000 {
  71. #address-cells = <1>;
  72. #size-cells = <0>;
  73. compatible = "samsung,s3c2440-i2c";
  74. reg = <0x12CC0000 0x100>;
  75. interrupts = <0 62 0>;
  76. };
  77. i2c@12cd0000 {
  78. #address-cells = <1>;
  79. #size-cells = <0>;
  80. compatible = "samsung,s3c2440-i2c";
  81. reg = <0x12CD0000 0x100>;
  82. interrupts = <0 63 0>;
  83. };
  84. sound@12d60000 {
  85. compatible = "samsung,exynos-sound";
  86. reg = <0x12d60000 0x20>;
  87. };
  88. };