exynos4210-trats.dts 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. /*
  2. * Samsung's Exynos4210 based Trats board device tree source
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * Device tree source file for Samsung's Trats board which is based on
  8. * Samsung's Exynos4210 SoC.
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. /dts-v1/;
  15. /include/ "exynos4210.dtsi"
  16. / {
  17. model = "Samsung Trats based on Exynos4210";
  18. compatible = "samsung,trats", "samsung,exynos4210";
  19. memory {
  20. reg = <0x40000000 0x10000000
  21. 0x50000000 0x10000000
  22. 0x60000000 0x10000000
  23. 0x70000000 0x10000000>;
  24. };
  25. chosen {
  26. bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
  27. };
  28. vemmc_reg: voltage-regulator@0 {
  29. compatible = "regulator-fixed";
  30. regulator-name = "VMEM_VDD_2.8V";
  31. regulator-min-microvolt = <2800000>;
  32. regulator-max-microvolt = <2800000>;
  33. gpio = <&gpk0 2 0>;
  34. enable-active-high;
  35. };
  36. sdhci_emmc: sdhci@12510000 {
  37. bus-width = <8>;
  38. non-removable;
  39. broken-voltage;
  40. pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus8>;
  41. pinctrl-names = "default";
  42. vmmc-supply = <&vemmc_reg>;
  43. status = "okay";
  44. };
  45. serial@13800000 {
  46. status = "okay";
  47. };
  48. serial@13810000 {
  49. status = "okay";
  50. };
  51. serial@13820000 {
  52. status = "okay";
  53. };
  54. serial@13830000 {
  55. status = "okay";
  56. };
  57. i2c@138B0000 {
  58. samsung,i2c-sda-delay = <100>;
  59. samsung,i2c-slave-addr = <0x10>;
  60. samsung,i2c-max-bus-freq = <100000>;
  61. pinctrl-0 = <&i2c5_bus>;
  62. pinctrl-names = "default";
  63. status = "okay";
  64. max8997_pmic@66 {
  65. compatible = "maxim,max8997-pmic";
  66. reg = <0x66>;
  67. max8997,pmic-buck1-uses-gpio-dvs;
  68. max8997,pmic-buck2-uses-gpio-dvs;
  69. max8997,pmic-buck5-uses-gpio-dvs;
  70. max8997,pmic-ignore-gpiodvs-side-effect;
  71. max8997,pmic-buck125-default-dvs-idx = <0>;
  72. max8997,pmic-buck125-dvs-gpios = <&gpx0 5 0>,
  73. <&gpx0 6 0>,
  74. <&gpl0 0 0>;
  75. max8997,pmic-buck1-dvs-voltage = <1350000>, <1300000>,
  76. <1250000>, <1200000>,
  77. <1150000>, <1100000>,
  78. <1000000>, <950000>;
  79. max8997,pmic-buck2-dvs-voltage = <1100000>, <1000000>,
  80. <950000>, <900000>,
  81. <1100000>, <1000000>,
  82. <950000>, <900000>;
  83. max8997,pmic-buck5-dvs-voltage = <1200000>, <1200000>,
  84. <1200000>, <1200000>,
  85. <1200000>, <1200000>,
  86. <1200000>, <1200000>;
  87. regulators {
  88. valive_reg: LDO2 {
  89. regulator-name = "VALIVE_1.1V_C210";
  90. regulator-min-microvolt = <1100000>;
  91. regulator-max-microvolt = <1100000>;
  92. regulator-always-on;
  93. };
  94. vusb_reg: LDO3 {
  95. regulator-name = "VUSB_1.1V_C210";
  96. regulator-min-microvolt = <1100000>;
  97. regulator-max-microvolt = <1100000>;
  98. };
  99. vmipi_reg: LDO4 {
  100. regulator-name = "VMIPI_1.8V";
  101. regulator-min-microvolt = <1800000>;
  102. regulator-max-microvolt = <1800000>;
  103. };
  104. vpda_reg: LDO6 {
  105. regulator-name = "VCC_1.8V_PDA";
  106. regulator-min-microvolt = <1800000>;
  107. regulator-max-microvolt = <1800000>;
  108. regulator-always-on;
  109. };
  110. vcam_reg: LDO7 {
  111. regulator-name = "CAM_ISP_1.8V";
  112. regulator-min-microvolt = <1800000>;
  113. regulator-max-microvolt = <1800000>;
  114. };
  115. vusbdac_reg: LDO8 {
  116. regulator-name = "VUSB/VDAC_3.3V_C210";
  117. regulator-min-microvolt = <3300000>;
  118. regulator-max-microvolt = <3300000>;
  119. };
  120. vccpda_reg: LDO9 {
  121. regulator-name = "VCC_2.8V_PDA";
  122. regulator-min-microvolt = <2800000>;
  123. regulator-max-microvolt = <2800000>;
  124. regulator-always-on;
  125. };
  126. vpll_reg: LDO10 {
  127. regulator-name = "VPLL_1.1V_C210";
  128. regulator-min-microvolt = <1100000>;
  129. regulator-max-microvolt = <1100000>;
  130. regulator-always-on;
  131. };
  132. vcclcd_reg: LDO13 {
  133. regulator-name = "VCC_3.3V_LCD";
  134. regulator-min-microvolt = <3300000>;
  135. regulator-max-microvolt = <3300000>;
  136. };
  137. vlcd_reg: LDO15 {
  138. regulator-name = "VLCD_2.2V";
  139. regulator-min-microvolt = <2200000>;
  140. regulator-max-microvolt = <2200000>;
  141. };
  142. camsensor_reg: LDO16 {
  143. regulator-name = "CAM_SENSOR_IO_1.8V";
  144. regulator-min-microvolt = <1800000>;
  145. regulator-max-microvolt = <1800000>;
  146. };
  147. vddq_reg: LDO21 {
  148. regulator-name = "VDDQ_M1M2_1.2V";
  149. regulator-min-microvolt = <1200000>;
  150. regulator-max-microvolt = <1200000>;
  151. regulator-always-on;
  152. };
  153. varm_breg: BUCK1 {
  154. regulator-name = "VARM_1.2V_C210";
  155. regulator-min-microvolt = <900000>;
  156. regulator-max-microvolt = <1350000>;
  157. regulator-always-on;
  158. };
  159. vint_breg: BUCK2 {
  160. regulator-name = "VINT_1.1V_C210";
  161. regulator-min-microvolt = <900000>;
  162. regulator-max-microvolt = <1100000>;
  163. regulator-always-on;
  164. };
  165. camisp_breg: BUCK4 {
  166. regulator-name = "CAM_ISP_CORE_1.2V";
  167. regulator-min-microvolt = <1200000>;
  168. regulator-max-microvolt = <1200000>;
  169. };
  170. vmem_breg: BUCK5 {
  171. regulator-name = "VMEM_1.2V_C210";
  172. regulator-min-microvolt = <1200000>;
  173. regulator-max-microvolt = <1200000>;
  174. regulator-always-on;
  175. };
  176. vccsub_breg: BUCK7 {
  177. regulator-name = "VCC_SUB_2.0V";
  178. regulator-min-microvolt = <2000000>;
  179. regulator-max-microvolt = <2000000>;
  180. regulator-always-on;
  181. };
  182. safe1_sreg: ESAFEOUT1 {
  183. regulator-name = "SAFEOUT1";
  184. regulator-always-on;
  185. };
  186. safe2_sreg: ESAFEOUT2 {
  187. regulator-name = "SAFEOUT2";
  188. regulator-boot-on;
  189. };
  190. };
  191. };
  192. };
  193. };