exynos4412-odroid.dts 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. /*
  2. * Odroid-U3/X2 board device tree source
  3. *
  4. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. /dts-v1/;
  10. #include "exynos4412.dtsi"
  11. / {
  12. model = "Odroid based on Exynos4412";
  13. compatible = "samsung,odroid", "samsung,exynos4412";
  14. aliases {
  15. i2c0 = "/i2c@13860000";
  16. i2c1 = "/i2c@13870000";
  17. i2c2 = "/i2c@13880000";
  18. i2c3 = "/i2c@13890000";
  19. i2c4 = "/i2c@138a0000";
  20. i2c5 = "/i2c@138b0000";
  21. i2c6 = "/i2c@138c0000";
  22. i2c7 = "/i2c@138d0000";
  23. serial0 = "/serial@13800000";
  24. console = "/serial@13810000";
  25. mmc2 = "sdhci@12530000";
  26. mmc4 = "dwmmc@12550000";
  27. };
  28. i2c@13860000 {
  29. samsung,i2c-sda-delay = <100>;
  30. samsung,i2c-slave-addr = <0x10>;
  31. samsung,i2c-max-bus-freq = <100000>;
  32. status = "okay";
  33. max77686_pmic@09 {
  34. compatible = "maxim,max77686";
  35. interrupts = <7 0>;
  36. reg = <0x09 0 0>;
  37. #clock-cells = <1>;
  38. voltage-regulators {
  39. ldo1_reg: ldo1 {
  40. regulator-compatible = "LDO1";
  41. regulator-name = "VDD_ALIVE_1.0V";
  42. regulator-min-microvolt = <1000000>;
  43. regulator-max-microvolt = <1000000>;
  44. };
  45. ldo2_reg: ldo2 {
  46. regulator-compatible = "LDO2";
  47. regulator-name = "VDDQ_VM1M2_1.2V";
  48. regulator-min-microvolt = <1200000>;
  49. regulator-max-microvolt = <1200000>;
  50. };
  51. ldo3_reg: ldo3 {
  52. regulator-compatible = "LDO3";
  53. regulator-name = "VCC_1.8V_AP";
  54. regulator-min-microvolt = <1800000>;
  55. regulator-max-microvolt = <1800000>;
  56. };
  57. ldo4_reg: ldo4 {
  58. regulator-compatible = "LDO4";
  59. regulator-name = "VDDQ_MMC2_2.8V";
  60. regulator-min-microvolt = <2800000>;
  61. regulator-max-microvolt = <2800000>;
  62. };
  63. ldo5_reg: ldo5 {
  64. regulator-compatible = "LDO5";
  65. regulator-name = "VDDQ_MMC0/1/3_1.8V";
  66. regulator-min-microvolt = <1800000>;
  67. regulator-max-microvolt = <1800000>;
  68. };
  69. ldo6_reg: ldo6 {
  70. regulator-compatible = "LDO6";
  71. regulator-name = "VMPLL_1.0V";
  72. regulator-min-microvolt = <1100000>;
  73. regulator-max-microvolt = <1100000>;
  74. };
  75. ldo7_reg: ldo7 {
  76. regulator-compatible = "LDO7";
  77. regulator-name = "VPLL_1.1V";
  78. regulator-min-microvolt = <1100000>;
  79. regulator-max-microvolt = <1100000>;
  80. };
  81. ldo8_reg: ldo8 {
  82. regulator-compatible = "LDO8";
  83. regulator-name = "VDD_MIPI/HDMI_1.0V";
  84. regulator-min-microvolt = <1000000>;
  85. regulator-max-microvolt = <1000000>;
  86. };
  87. ldo9_reg: ldo9 {
  88. regulator-compatible = "LDO9";
  89. regulator-name = "nc";
  90. regulator-min-microvolt = <1800000>;
  91. regulator-max-microvolt = <1800000>;
  92. };
  93. ldo10_reg: ldo10 {
  94. regulator-compatible = "LDO10";
  95. regulator-name = "VDD_MIPI/HDMI_1.8V";
  96. regulator-min-microvolt = <1800000>;
  97. regulator-max-microvolt = <1800000>;
  98. };
  99. ldo11_reg: ldo11 {
  100. regulator-compatible = "LDO11";
  101. regulator-name = "VDD_ABB1_1.8V";
  102. regulator-min-microvolt = <1800000>;
  103. regulator-max-microvolt = <1800000>;
  104. };
  105. ldo12_reg: ldo12 {
  106. regulator-compatible = "LDO12";
  107. regulator-name = "VDD_UOTG_3.0V";
  108. regulator-min-microvolt = <3000000>;
  109. regulator-max-microvolt = <3000000>;
  110. };
  111. ldo13_reg: ldo13 {
  112. regulator-compatible = "LDO13";
  113. regulator-name = "VDD_C2C_1.8V";
  114. regulator-min-microvolt = <1800000>;
  115. regulator-max-microvolt = <1800000>;
  116. };
  117. ldo14_reg: ldo14 {
  118. regulator-compatible = "LDO14";
  119. regulator-name = "VDD_ABB02_1.8V";
  120. regulator-min-microvolt = <1800000>;
  121. regulator-max-microvolt = <1800000>;
  122. };
  123. ldo15_reg: ldo15 {
  124. regulator-compatible = "LDO15";
  125. regulator-name = "VDD_HSIC/OTG_1.0V";
  126. regulator-min-microvolt = <1000000>;
  127. regulator-max-microvolt = <1000000>;
  128. };
  129. ldo16_reg: ldo16 {
  130. regulator-compatible = "LDO16";
  131. regulator-name = "VDD_HSIC_1.8V";
  132. regulator-min-microvolt = <1800000>;
  133. regulator-max-microvolt = <1800000>;
  134. };
  135. ldo17_reg: ldo17 {
  136. regulator-compatible = "LDO17";
  137. regulator-name = "VDDQ_CAM_1.2V";
  138. regulator-min-microvolt = <1200000>;
  139. regulator-max-microvolt = <1200000>;
  140. };
  141. ldo18_reg: ldo18 {
  142. regulator-compatible = "LDO18";
  143. regulator-name = "nc";
  144. regulator-min-microvolt = <1800000>;
  145. regulator-max-microvolt = <1800000>;
  146. };
  147. ldo19_reg: ldo19 {
  148. regulator-compatible = "LDO19";
  149. regulator-name = "nc";
  150. regulator-min-microvolt = <1800000>;
  151. regulator-max-microvolt = <1800000>;
  152. };
  153. ldo20_reg: ldo20 {
  154. regulator-compatible = "LDO20";
  155. regulator-name = "VDDQ_EMMC_1.8V";
  156. regulator-min-microvolt = <1800000>;
  157. regulator-max-microvolt = <1800000>;
  158. regulator-always-on;
  159. regulator-boot-on;
  160. };
  161. ldo21_reg: ldo21 {
  162. regulator-compatible = "LDO21";
  163. regulator-name = "TFLASH_2.8V";
  164. regulator-min-microvolt = <2800000>;
  165. regulator-max-microvolt = <2800000>;
  166. regulator-always-on;
  167. regulator-boot-on;
  168. };
  169. ldo22_reg: ldo22 {
  170. regulator-compatible = "LDO22";
  171. regulator-name = "VDDQ_EMMC_2.8V";
  172. regulator-min-microvolt = <2800000>;
  173. regulator-max-microvolt = <2800000>;
  174. regulator-always-on;
  175. regulator-boot-on;
  176. };
  177. ldo23_reg: ldo23 {
  178. regulator-compatible = "LDO23";
  179. regulator-name = "nc";
  180. regulator-min-microvolt = <3300000>;
  181. regulator-max-microvolt = <3300000>;
  182. };
  183. ldo24_reg: ldo24 {
  184. regulator-compatible = "LDO24";
  185. regulator-name = "nc";
  186. regulator-min-microvolt = <3000000>;
  187. regulator-max-microvolt = <3000000>;
  188. };
  189. ldo25_reg: ldo25 {
  190. regulator-compatible = "LDO25";
  191. regulator-name = "VDDQ_LCD_3.0V";
  192. regulator-min-microvolt = <3000000>;
  193. regulator-max-microvolt = <3000000>;
  194. };
  195. ldo26_reg: ldo26 {
  196. regulator-compatible = "LDO26";
  197. regulator-name = "nc";
  198. regulator-min-microvolt = <3000000>;
  199. regulator-max-microvolt = <3000000>;
  200. };
  201. buck1_reg: buck@1 {
  202. regulator-compatible = "BUCK1";
  203. regulator-name = "VDD_MIF_1.0V";
  204. regulator-min-microvolt = <8500000>;
  205. regulator-max-microvolt = <1100000>;
  206. };
  207. buck2_reg: buck@2 {
  208. regulator-compatible = "BUCK2";
  209. regulator-name = "VDD_ARM_1.0V";
  210. regulator-min-microvolt = <850000>;
  211. regulator-max-microvolt = <1500000>;
  212. };
  213. buck3_reg: buck3 {
  214. regulator-compatible = "BUCK3";
  215. regulator-name = "VDD_INT_1.1V";
  216. regulator-min-microvolt = <850000>;
  217. regulator-max-microvolt = <1150000>;
  218. };
  219. buck4_reg: buck4 {
  220. regulator-compatible = "BUCK4";
  221. regulator-name = "VDD_G3D_1.0V";
  222. regulator-min-microvolt = <850000>;
  223. regulator-max-microvolt = <1150000>;
  224. };
  225. buck5_reg: buck5 {
  226. regulator-compatible = "BUCK5";
  227. regulator-name = "VDDQ_AP_1.2V";
  228. regulator-min-microvolt = <1200000>;
  229. regulator-max-microvolt = <1200000>;
  230. };
  231. buck6_reg: buck6 {
  232. regulator-compatible = "BUCK6";
  233. regulator-name = "VCC_INL1/7_1.35V";
  234. regulator-min-microvolt = <1350000>;
  235. regulator-max-microvolt = <1350000>;
  236. };
  237. buck7_reg: buck7 {
  238. regulator-compatible = "BUCK7";
  239. regulator-name = "VCC_INL2/3/5_2.0V";
  240. regulator-min-microvolt = <2000000>;
  241. regulator-max-microvolt = <2000000>;
  242. };
  243. buck8_reg: buck8 {
  244. regulator-compatible = "BUCK8";
  245. regulator-name = "VCC_P3V3_2.85V";
  246. regulator-min-microvolt = <2850000>;
  247. regulator-max-microvolt = <3300000>;
  248. };
  249. buck9_reg: buck9 {
  250. regulator-compatible = "BUCK9";
  251. regulator-name = "nc";
  252. regulator-min-microvolt = <1200000>;
  253. regulator-max-microvolt = <1200000>;
  254. };
  255. };
  256. };
  257. };
  258. serial@13810000 {
  259. status = "okay";
  260. };
  261. sdhci@12510000 {
  262. status = "disabled";
  263. };
  264. sdhci@12520000 {
  265. status = "disabled";
  266. };
  267. sdhci@12530000 {
  268. samsung,bus-width = <4>;
  269. samsung,timing = <1 2 3>;
  270. cd-gpios = <&gpk2 2 0>;
  271. };
  272. sdhci@12540000 {
  273. status = "disabled";
  274. };
  275. dwmmc@12550000 {
  276. samsung,bus-width = <8>;
  277. samsung,timing = <2 1 0>;
  278. samsung,removable = <0>;
  279. fifoth_val = <0x203f0040>;
  280. bus_hz = <400000000>;
  281. div = <0x3>;
  282. index = <4>;
  283. };
  284. ehci@12580000 {
  285. compatible = "samsung,exynos-ehci";
  286. reg = <0x12580000 0x100>;
  287. #address-cells = <1>;
  288. #size-cells = <1>;
  289. phy {
  290. compatible = "samsung,exynos-usb-phy";
  291. reg = <0x125B0000 0x100>;
  292. };
  293. };
  294. emmc-reset {
  295. compatible = "samsung,emmc-reset";
  296. reset-gpio = <&gpk1 2 0>;
  297. };
  298. };