exynos7.dtsi 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * SAMSUNG EXYNOS7 SoC device tree source
  4. *
  5. * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  6. * http://www.samsung.com
  7. */
  8. #include <dt-bindings/clock/exynos7-clk.h>
  9. #include <dt-bindings/interrupt-controller/arm-gic.h>
  10. / {
  11. compatible = "samsung,exynos7";
  12. interrupt-parent = <&gic>;
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. aliases {
  16. pinctrl0 = &pinctrl_alive;
  17. pinctrl1 = &pinctrl_bus0;
  18. pinctrl2 = &pinctrl_nfc;
  19. pinctrl3 = &pinctrl_touch;
  20. pinctrl4 = &pinctrl_ff;
  21. pinctrl5 = &pinctrl_ese;
  22. pinctrl6 = &pinctrl_fsys0;
  23. pinctrl7 = &pinctrl_fsys1;
  24. pinctrl8 = &pinctrl_bus1;
  25. tmuctrl0 = &tmuctrl_0;
  26. };
  27. cpus {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. cpu_atlas0: cpu@0 {
  31. device_type = "cpu";
  32. compatible = "arm,cortex-a57", "arm,armv8";
  33. reg = <0x0>;
  34. enable-method = "psci";
  35. };
  36. cpu_atlas1: cpu@1 {
  37. device_type = "cpu";
  38. compatible = "arm,cortex-a57", "arm,armv8";
  39. reg = <0x1>;
  40. enable-method = "psci";
  41. };
  42. cpu_atlas2: cpu@2 {
  43. device_type = "cpu";
  44. compatible = "arm,cortex-a57", "arm,armv8";
  45. reg = <0x2>;
  46. enable-method = "psci";
  47. };
  48. cpu_atlas3: cpu@3 {
  49. device_type = "cpu";
  50. compatible = "arm,cortex-a57", "arm,armv8";
  51. reg = <0x3>;
  52. enable-method = "psci";
  53. };
  54. };
  55. psci {
  56. compatible = "arm,psci-0.2";
  57. method = "smc";
  58. };
  59. soc: soc {
  60. compatible = "simple-bus";
  61. #address-cells = <1>;
  62. #size-cells = <1>;
  63. ranges;
  64. chipid@10000000 {
  65. compatible = "samsung,exynos4210-chipid";
  66. reg = <0x10000000 0x100>;
  67. };
  68. fin_pll: xxti {
  69. compatible = "fixed-clock";
  70. clock-output-names = "fin_pll";
  71. #clock-cells = <0>;
  72. };
  73. gic: interrupt-controller@11001000 {
  74. compatible = "arm,gic-400";
  75. #interrupt-cells = <3>;
  76. #address-cells = <0>;
  77. interrupt-controller;
  78. reg = <0x11001000 0x1000>,
  79. <0x11002000 0x1000>,
  80. <0x11004000 0x2000>,
  81. <0x11006000 0x2000>;
  82. };
  83. amba {
  84. compatible = "simple-bus";
  85. #address-cells = <1>;
  86. #size-cells = <1>;
  87. ranges;
  88. pdma0: pdma@10e10000 {
  89. compatible = "arm,pl330", "arm,primecell";
  90. reg = <0x10E10000 0x1000>;
  91. interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
  92. clocks = <&clock_fsys0 ACLK_PDMA0>;
  93. clock-names = "apb_pclk";
  94. #dma-cells = <1>;
  95. #dma-channels = <8>;
  96. #dma-requests = <32>;
  97. };
  98. pdma1: pdma@10eb0000 {
  99. compatible = "arm,pl330", "arm,primecell";
  100. reg = <0x10EB0000 0x1000>;
  101. interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
  102. clocks = <&clock_fsys0 ACLK_PDMA1>;
  103. clock-names = "apb_pclk";
  104. #dma-cells = <1>;
  105. #dma-channels = <8>;
  106. #dma-requests = <32>;
  107. };
  108. };
  109. clock_topc: clock-controller@10570000 {
  110. compatible = "samsung,exynos7-clock-topc";
  111. reg = <0x10570000 0x10000>;
  112. #clock-cells = <1>;
  113. };
  114. clock_top0: clock-controller@105d0000 {
  115. compatible = "samsung,exynos7-clock-top0";
  116. reg = <0x105d0000 0xb000>;
  117. #clock-cells = <1>;
  118. clocks = <&fin_pll>, <&clock_topc DOUT_SCLK_BUS0_PLL>,
  119. <&clock_topc DOUT_SCLK_BUS1_PLL>,
  120. <&clock_topc DOUT_SCLK_CC_PLL>,
  121. <&clock_topc DOUT_SCLK_MFC_PLL>;
  122. clock-names = "fin_pll", "dout_sclk_bus0_pll",
  123. "dout_sclk_bus1_pll", "dout_sclk_cc_pll",
  124. "dout_sclk_mfc_pll";
  125. };
  126. clock_top1: clock-controller@105e0000 {
  127. compatible = "samsung,exynos7-clock-top1";
  128. reg = <0x105e0000 0xb000>;
  129. #clock-cells = <1>;
  130. clocks = <&fin_pll>, <&clock_topc DOUT_SCLK_BUS0_PLL>,
  131. <&clock_topc DOUT_SCLK_BUS1_PLL>,
  132. <&clock_topc DOUT_SCLK_CC_PLL>,
  133. <&clock_topc DOUT_SCLK_MFC_PLL>;
  134. clock-names = "fin_pll", "dout_sclk_bus0_pll",
  135. "dout_sclk_bus1_pll", "dout_sclk_cc_pll",
  136. "dout_sclk_mfc_pll";
  137. };
  138. clock_ccore: clock-controller@105b0000 {
  139. compatible = "samsung,exynos7-clock-ccore";
  140. reg = <0x105b0000 0xd00>;
  141. #clock-cells = <1>;
  142. clocks = <&fin_pll>, <&clock_topc DOUT_ACLK_CCORE_133>;
  143. clock-names = "fin_pll", "dout_aclk_ccore_133";
  144. };
  145. clock_peric0: clock-controller@13610000 {
  146. compatible = "samsung,exynos7-clock-peric0";
  147. reg = <0x13610000 0xd00>;
  148. #clock-cells = <1>;
  149. clocks = <&fin_pll>, <&clock_top0 DOUT_ACLK_PERIC0>,
  150. <&clock_top0 CLK_SCLK_UART0>;
  151. clock-names = "fin_pll", "dout_aclk_peric0_66",
  152. "sclk_uart0";
  153. };
  154. clock_peric1: clock-controller@14c80000 {
  155. compatible = "samsung,exynos7-clock-peric1";
  156. reg = <0x14c80000 0xd00>;
  157. #clock-cells = <1>;
  158. clocks = <&fin_pll>, <&clock_top0 DOUT_ACLK_PERIC1>,
  159. <&clock_top0 CLK_SCLK_UART1>,
  160. <&clock_top0 CLK_SCLK_UART2>,
  161. <&clock_top0 CLK_SCLK_UART3>;
  162. clock-names = "fin_pll", "dout_aclk_peric1_66",
  163. "sclk_uart1", "sclk_uart2", "sclk_uart3";
  164. };
  165. clock_peris: clock-controller@10040000 {
  166. compatible = "samsung,exynos7-clock-peris";
  167. reg = <0x10040000 0xd00>;
  168. #clock-cells = <1>;
  169. clocks = <&fin_pll>, <&clock_topc DOUT_ACLK_PERIS>;
  170. clock-names = "fin_pll", "dout_aclk_peris_66";
  171. };
  172. clock_fsys0: clock-controller@10e90000 {
  173. compatible = "samsung,exynos7-clock-fsys0";
  174. reg = <0x10e90000 0xd00>;
  175. #clock-cells = <1>;
  176. clocks = <&fin_pll>, <&clock_top1 DOUT_ACLK_FSYS0_200>,
  177. <&clock_top1 DOUT_SCLK_MMC2>;
  178. clock-names = "fin_pll", "dout_aclk_fsys0_200",
  179. "dout_sclk_mmc2";
  180. };
  181. clock_fsys1: clock-controller@156e0000 {
  182. compatible = "samsung,exynos7-clock-fsys1";
  183. reg = <0x156e0000 0xd00>;
  184. #clock-cells = <1>;
  185. clocks = <&fin_pll>, <&clock_top1 DOUT_ACLK_FSYS1_200>,
  186. <&clock_top1 DOUT_SCLK_MMC0>,
  187. <&clock_top1 DOUT_SCLK_MMC1>;
  188. clock-names = "fin_pll", "dout_aclk_fsys1_200",
  189. "dout_sclk_mmc0", "dout_sclk_mmc1";
  190. };
  191. serial_0: serial@13630000 {
  192. compatible = "samsung,exynos4210-uart";
  193. reg = <0x13630000 0x100>;
  194. interrupts = <GIC_SPI 440 IRQ_TYPE_LEVEL_HIGH>;
  195. clocks = <&clock_peric0 PCLK_UART0>,
  196. <&clock_peric0 SCLK_UART0>;
  197. clock-names = "uart", "clk_uart_baud0";
  198. status = "disabled";
  199. };
  200. serial_1: serial@14c20000 {
  201. compatible = "samsung,exynos4210-uart";
  202. reg = <0x14c20000 0x100>;
  203. interrupts = <GIC_SPI 456 IRQ_TYPE_LEVEL_HIGH>;
  204. clocks = <&clock_peric1 PCLK_UART1>,
  205. <&clock_peric1 SCLK_UART1>;
  206. clock-names = "uart", "clk_uart_baud0";
  207. status = "disabled";
  208. };
  209. serial_2: serial@14c30000 {
  210. compatible = "samsung,exynos4210-uart";
  211. reg = <0x14c30000 0x100>;
  212. interrupts = <GIC_SPI 457 IRQ_TYPE_LEVEL_HIGH>;
  213. clocks = <&clock_peric1 PCLK_UART2>,
  214. <&clock_peric1 SCLK_UART2>;
  215. clock-names = "uart", "clk_uart_baud0";
  216. status = "disabled";
  217. };
  218. serial_3: serial@14c40000 {
  219. compatible = "samsung,exynos4210-uart";
  220. reg = <0x14c40000 0x100>;
  221. interrupts = <GIC_SPI 458 IRQ_TYPE_LEVEL_HIGH>;
  222. clocks = <&clock_peric1 PCLK_UART3>,
  223. <&clock_peric1 SCLK_UART3>;
  224. clock-names = "uart", "clk_uart_baud0";
  225. status = "disabled";
  226. };
  227. pinctrl_alive: pinctrl@10580000 {
  228. compatible = "samsung,exynos7-pinctrl";
  229. reg = <0x10580000 0x1000>;
  230. wakeup-interrupt-controller {
  231. compatible = "samsung,exynos7-wakeup-eint";
  232. interrupt-parent = <&gic>;
  233. interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
  234. };
  235. };
  236. pinctrl_bus0: pinctrl@13470000 {
  237. compatible = "samsung,exynos7-pinctrl";
  238. reg = <0x13470000 0x1000>;
  239. interrupts = <GIC_SPI 383 IRQ_TYPE_LEVEL_HIGH>;
  240. };
  241. pinctrl_nfc: pinctrl@14cd0000 {
  242. compatible = "samsung,exynos7-pinctrl";
  243. reg = <0x14cd0000 0x1000>;
  244. interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>;
  245. };
  246. pinctrl_touch: pinctrl@14ce0000 {
  247. compatible = "samsung,exynos7-pinctrl";
  248. reg = <0x14ce0000 0x1000>;
  249. interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>;
  250. };
  251. pinctrl_ff: pinctrl@14c90000 {
  252. compatible = "samsung,exynos7-pinctrl";
  253. reg = <0x14c90000 0x1000>;
  254. interrupts = <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>;
  255. };
  256. pinctrl_ese: pinctrl@14ca0000 {
  257. compatible = "samsung,exynos7-pinctrl";
  258. reg = <0x14ca0000 0x1000>;
  259. interrupts = <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>;
  260. };
  261. pinctrl_fsys0: pinctrl@10e60000 {
  262. compatible = "samsung,exynos7-pinctrl";
  263. reg = <0x10e60000 0x1000>;
  264. interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
  265. };
  266. pinctrl_fsys1: pinctrl@15690000 {
  267. compatible = "samsung,exynos7-pinctrl";
  268. reg = <0x15690000 0x1000>;
  269. interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
  270. };
  271. pinctrl_bus1: pinctrl@14870000 {
  272. compatible = "samsung,exynos7-pinctrl";
  273. reg = <0x14870000 0x1000>;
  274. interrupts = <GIC_SPI 384 IRQ_TYPE_LEVEL_HIGH>;
  275. };
  276. hsi2c_0: hsi2c@13640000 {
  277. compatible = "samsung,exynos7-hsi2c";
  278. reg = <0x13640000 0x1000>;
  279. interrupts = <GIC_SPI 441 IRQ_TYPE_LEVEL_HIGH>;
  280. #address-cells = <1>;
  281. #size-cells = <0>;
  282. pinctrl-names = "default";
  283. pinctrl-0 = <&hs_i2c0_bus>;
  284. clocks = <&clock_peric0 PCLK_HSI2C0>;
  285. clock-names = "hsi2c";
  286. status = "disabled";
  287. };
  288. hsi2c_1: hsi2c@13650000 {
  289. compatible = "samsung,exynos7-hsi2c";
  290. reg = <0x13650000 0x1000>;
  291. interrupts = <GIC_SPI 442 IRQ_TYPE_LEVEL_HIGH>;
  292. #address-cells = <1>;
  293. #size-cells = <0>;
  294. pinctrl-names = "default";
  295. pinctrl-0 = <&hs_i2c1_bus>;
  296. clocks = <&clock_peric0 PCLK_HSI2C1>;
  297. clock-names = "hsi2c";
  298. status = "disabled";
  299. };
  300. hsi2c_2: hsi2c@14e60000 {
  301. compatible = "samsung,exynos7-hsi2c";
  302. reg = <0x14e60000 0x1000>;
  303. interrupts = <GIC_SPI 459 IRQ_TYPE_LEVEL_HIGH>;
  304. #address-cells = <1>;
  305. #size-cells = <0>;
  306. pinctrl-names = "default";
  307. pinctrl-0 = <&hs_i2c2_bus>;
  308. clocks = <&clock_peric1 PCLK_HSI2C2>;
  309. clock-names = "hsi2c";
  310. status = "disabled";
  311. };
  312. hsi2c_3: hsi2c@14e70000 {
  313. compatible = "samsung,exynos7-hsi2c";
  314. reg = <0x14e70000 0x1000>;
  315. interrupts = <GIC_SPI 460 IRQ_TYPE_LEVEL_HIGH>;
  316. #address-cells = <1>;
  317. #size-cells = <0>;
  318. pinctrl-names = "default";
  319. pinctrl-0 = <&hs_i2c3_bus>;
  320. clocks = <&clock_peric1 PCLK_HSI2C3>;
  321. clock-names = "hsi2c";
  322. status = "disabled";
  323. };
  324. hsi2c_4: hsi2c@13660000 {
  325. compatible = "samsung,exynos7-hsi2c";
  326. reg = <0x13660000 0x1000>;
  327. interrupts = <GIC_SPI 443 IRQ_TYPE_LEVEL_HIGH>;
  328. #address-cells = <1>;
  329. #size-cells = <0>;
  330. pinctrl-names = "default";
  331. pinctrl-0 = <&hs_i2c4_bus>;
  332. clocks = <&clock_peric0 PCLK_HSI2C4>;
  333. clock-names = "hsi2c";
  334. status = "disabled";
  335. };
  336. hsi2c_5: hsi2c@13670000 {
  337. compatible = "samsung,exynos7-hsi2c";
  338. reg = <0x13670000 0x1000>;
  339. interrupts = <GIC_SPI 444 IRQ_TYPE_LEVEL_HIGH>;
  340. #address-cells = <1>;
  341. #size-cells = <0>;
  342. pinctrl-names = "default";
  343. pinctrl-0 = <&hs_i2c5_bus>;
  344. clocks = <&clock_peric0 PCLK_HSI2C5>;
  345. clock-names = "hsi2c";
  346. status = "disabled";
  347. };
  348. hsi2c_6: hsi2c@14e00000 {
  349. compatible = "samsung,exynos7-hsi2c";
  350. reg = <0x14e00000 0x1000>;
  351. interrupts = <GIC_SPI 461 IRQ_TYPE_LEVEL_HIGH>;
  352. #address-cells = <1>;
  353. #size-cells = <0>;
  354. pinctrl-names = "default";
  355. pinctrl-0 = <&hs_i2c6_bus>;
  356. clocks = <&clock_peric1 PCLK_HSI2C6>;
  357. clock-names = "hsi2c";
  358. status = "disabled";
  359. };
  360. hsi2c_7: hsi2c@13e10000 {
  361. compatible = "samsung,exynos7-hsi2c";
  362. reg = <0x13e10000 0x1000>;
  363. interrupts = <GIC_SPI 462 IRQ_TYPE_LEVEL_HIGH>;
  364. #address-cells = <1>;
  365. #size-cells = <0>;
  366. pinctrl-names = "default";
  367. pinctrl-0 = <&hs_i2c7_bus>;
  368. clocks = <&clock_peric1 PCLK_HSI2C7>;
  369. clock-names = "hsi2c";
  370. status = "disabled";
  371. };
  372. hsi2c_8: hsi2c@14e20000 {
  373. compatible = "samsung,exynos7-hsi2c";
  374. reg = <0x14e20000 0x1000>;
  375. interrupts = <GIC_SPI 463 IRQ_TYPE_LEVEL_HIGH>;
  376. #address-cells = <1>;
  377. #size-cells = <0>;
  378. pinctrl-names = "default";
  379. pinctrl-0 = <&hs_i2c8_bus>;
  380. clocks = <&clock_peric1 PCLK_HSI2C8>;
  381. clock-names = "hsi2c";
  382. status = "disabled";
  383. };
  384. hsi2c_9: hsi2c@13680000 {
  385. compatible = "samsung,exynos7-hsi2c";
  386. reg = <0x13680000 0x1000>;
  387. interrupts = <GIC_SPI 445 IRQ_TYPE_LEVEL_HIGH>;
  388. #address-cells = <1>;
  389. #size-cells = <0>;
  390. pinctrl-names = "default";
  391. pinctrl-0 = <&hs_i2c9_bus>;
  392. clocks = <&clock_peric0 PCLK_HSI2C9>;
  393. clock-names = "hsi2c";
  394. status = "disabled";
  395. };
  396. hsi2c_10: hsi2c@13690000 {
  397. compatible = "samsung,exynos7-hsi2c";
  398. reg = <0x13690000 0x1000>;
  399. interrupts = <GIC_SPI 446 IRQ_TYPE_LEVEL_HIGH>;
  400. #address-cells = <1>;
  401. #size-cells = <0>;
  402. pinctrl-names = "default";
  403. pinctrl-0 = <&hs_i2c10_bus>;
  404. clocks = <&clock_peric0 PCLK_HSI2C10>;
  405. clock-names = "hsi2c";
  406. status = "disabled";
  407. };
  408. hsi2c_11: hsi2c@136a0000 {
  409. compatible = "samsung,exynos7-hsi2c";
  410. reg = <0x136a0000 0x1000>;
  411. interrupts = <GIC_SPI 447 IRQ_TYPE_LEVEL_HIGH>;
  412. #address-cells = <1>;
  413. #size-cells = <0>;
  414. pinctrl-names = "default";
  415. pinctrl-0 = <&hs_i2c11_bus>;
  416. clocks = <&clock_peric0 PCLK_HSI2C11>;
  417. clock-names = "hsi2c";
  418. status = "disabled";
  419. };
  420. arm-pmu {
  421. compatible = "arm,cortex-a57-pmu", "arm,armv8-pmuv3";
  422. interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
  423. <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
  424. <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
  425. <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
  426. interrupt-affinity = <&cpu_atlas0>, <&cpu_atlas1>,
  427. <&cpu_atlas2>, <&cpu_atlas3>;
  428. };
  429. timer {
  430. compatible = "arm,armv8-timer";
  431. interrupts = <GIC_PPI 13
  432. (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
  433. <GIC_PPI 14
  434. (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
  435. <GIC_PPI 11
  436. (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
  437. <GIC_PPI 10
  438. (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
  439. };
  440. pmu_system_controller: system-controller@105c0000 {
  441. compatible = "samsung,exynos7-pmu", "syscon";
  442. reg = <0x105c0000 0x5000>;
  443. reboot: syscon-reboot {
  444. compatible = "syscon-reboot";
  445. regmap = <&pmu_system_controller>;
  446. offset = <0x0400>;
  447. mask = <0x1>;
  448. };
  449. };
  450. rtc: rtc@10590000 {
  451. compatible = "samsung,s3c6410-rtc";
  452. reg = <0x10590000 0x100>;
  453. interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>,
  454. <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
  455. clocks = <&clock_ccore PCLK_RTC>;
  456. clock-names = "rtc";
  457. status = "disabled";
  458. };
  459. watchdog: watchdog@101d0000 {
  460. compatible = "samsung,exynos7-wdt";
  461. reg = <0x101d0000 0x100>;
  462. interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
  463. clocks = <&clock_peris PCLK_WDT>;
  464. clock-names = "watchdog";
  465. samsung,syscon-phandle = <&pmu_system_controller>;
  466. status = "disabled";
  467. };
  468. mmc_0: mmc@15740000 {
  469. compatible = "samsung,exynos7-dw-mshc-smu";
  470. interrupts = <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>;
  471. #address-cells = <1>;
  472. #size-cells = <0>;
  473. reg = <0x15740000 0x2000>;
  474. clocks = <&clock_fsys1 ACLK_MMC0>,
  475. <&clock_top1 CLK_SCLK_MMC0>;
  476. clock-names = "biu", "ciu";
  477. fifo-depth = <0x40>;
  478. status = "disabled";
  479. };
  480. mmc_1: mmc@15750000 {
  481. compatible = "samsung,exynos7-dw-mshc";
  482. interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>;
  483. #address-cells = <1>;
  484. #size-cells = <0>;
  485. reg = <0x15750000 0x2000>;
  486. clocks = <&clock_fsys1 ACLK_MMC1>,
  487. <&clock_top1 CLK_SCLK_MMC1>;
  488. clock-names = "biu", "ciu";
  489. fifo-depth = <0x40>;
  490. status = "disabled";
  491. };
  492. mmc_2: mmc@15560000 {
  493. compatible = "samsung,exynos7-dw-mshc-smu";
  494. interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>;
  495. #address-cells = <1>;
  496. #size-cells = <0>;
  497. reg = <0x15560000 0x2000>;
  498. clocks = <&clock_fsys0 ACLK_MMC2>,
  499. <&clock_top1 CLK_SCLK_MMC2>;
  500. clock-names = "biu", "ciu";
  501. fifo-depth = <0x40>;
  502. status = "disabled";
  503. };
  504. adc: adc@13620000 {
  505. compatible = "samsung,exynos7-adc";
  506. reg = <0x13620000 0x100>;
  507. interrupts = <GIC_SPI 448 IRQ_TYPE_LEVEL_HIGH>;
  508. clocks = <&clock_peric0 PCLK_ADCIF>;
  509. clock-names = "adc";
  510. #io-channel-cells = <1>;
  511. io-channel-ranges;
  512. status = "disabled";
  513. };
  514. pwm: pwm@136c0000 {
  515. compatible = "samsung,exynos4210-pwm";
  516. reg = <0x136c0000 0x100>;
  517. samsung,pwm-outputs = <0>, <1>, <2>, <3>;
  518. #pwm-cells = <3>;
  519. clocks = <&clock_peric0 PCLK_PWM>;
  520. clock-names = "timers";
  521. };
  522. tmuctrl_0: tmu@10060000 {
  523. compatible = "samsung,exynos7-tmu";
  524. reg = <0x10060000 0x200>;
  525. interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
  526. clocks = <&clock_peris PCLK_TMU>,
  527. <&clock_peris SCLK_TMU>;
  528. clock-names = "tmu_apbif", "tmu_sclk";
  529. #thermal-sensor-cells = <0>;
  530. };
  531. thermal-zones {
  532. atlas_thermal: cluster0-thermal {
  533. polling-delay-passive = <0>; /* milliseconds */
  534. polling-delay = <0>; /* milliseconds */
  535. thermal-sensors = <&tmuctrl_0>;
  536. #include "exynos7-trip-points.dtsi"
  537. };
  538. };
  539. usbdrd_phy: phy@15500000 {
  540. compatible = "samsung,exynos7-usbdrd-phy";
  541. reg = <0x15500000 0x100>;
  542. clocks = <&clock_fsys0 ACLK_USBDRD300>,
  543. <&clock_fsys0 OSCCLK_PHY_CLKOUT_USB30_PHY>,
  544. <&clock_fsys0 PHYCLK_USBDRD300_UDRD30_PIPE_PCLK_USER>,
  545. <&clock_fsys0 PHYCLK_USBDRD300_UDRD30_PHYCLK_USER>,
  546. <&clock_fsys0 SCLK_USBDRD300_REFCLK>;
  547. clock-names = "phy", "ref", "phy_pipe",
  548. "phy_utmi", "itp";
  549. samsung,pmu-syscon = <&pmu_system_controller>;
  550. #phy-cells = <1>;
  551. };
  552. usbdrd3 {
  553. compatible = "samsung,exynos7-dwusb3";
  554. clocks = <&clock_fsys0 ACLK_USBDRD300>,
  555. <&clock_fsys0 SCLK_USBDRD300_SUSPENDCLK>,
  556. <&clock_fsys0 ACLK_AXIUS_USBDRD30X_FSYS0X>;
  557. clock-names = "usbdrd30", "usbdrd30_susp_clk",
  558. "usbdrd30_axius_clk";
  559. #address-cells = <1>;
  560. #size-cells = <1>;
  561. ranges;
  562. dwc3@15400000 {
  563. compatible = "snps,dwc3";
  564. reg = <0x15400000 0x10000>;
  565. interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;
  566. phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
  567. phy-names = "usb2-phy", "usb3-phy";
  568. };
  569. };
  570. };
  571. };
  572. #include "exynos7-pinctrl.dtsi"