exynos5250.dtsi 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  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 <dt-bindings/clock/exynos5250.h>
  20. #include "exynos5.dtsi"
  21. #include "exynos5250-pinctrl.dtsi"
  22. #include <dt-bindings/clock/exynos-audss-clk.h>
  23. / {
  24. compatible = "samsung,exynos5250", "samsung,exynos5";
  25. aliases {
  26. spi0 = &spi_0;
  27. spi1 = &spi_1;
  28. spi2 = &spi_2;
  29. gsc0 = &gsc_0;
  30. gsc1 = &gsc_1;
  31. gsc2 = &gsc_2;
  32. gsc3 = &gsc_3;
  33. mshc0 = &mmc_0;
  34. mshc1 = &mmc_1;
  35. mshc2 = &mmc_2;
  36. mshc3 = &mmc_3;
  37. i2c0 = &i2c_0;
  38. i2c1 = &i2c_1;
  39. i2c2 = &i2c_2;
  40. i2c3 = &i2c_3;
  41. i2c4 = &i2c_4;
  42. i2c5 = &i2c_5;
  43. i2c6 = &i2c_6;
  44. i2c7 = &i2c_7;
  45. i2c8 = &i2c_8;
  46. i2c9 = &i2c_9;
  47. pinctrl0 = &pinctrl_0;
  48. pinctrl1 = &pinctrl_1;
  49. pinctrl2 = &pinctrl_2;
  50. pinctrl3 = &pinctrl_3;
  51. };
  52. cpus {
  53. #address-cells = <1>;
  54. #size-cells = <0>;
  55. cpu@0 {
  56. device_type = "cpu";
  57. compatible = "arm,cortex-a15";
  58. reg = <0>;
  59. clock-frequency = <1700000000>;
  60. };
  61. cpu@1 {
  62. device_type = "cpu";
  63. compatible = "arm,cortex-a15";
  64. reg = <1>;
  65. clock-frequency = <1700000000>;
  66. };
  67. };
  68. sysram@02020000 {
  69. compatible = "mmio-sram";
  70. reg = <0x02020000 0x30000>;
  71. #address-cells = <1>;
  72. #size-cells = <1>;
  73. ranges = <0 0x02020000 0x30000>;
  74. smp-sysram@0 {
  75. compatible = "samsung,exynos4210-sysram";
  76. reg = <0x0 0x1000>;
  77. };
  78. smp-sysram@2f000 {
  79. compatible = "samsung,exynos4210-sysram-ns";
  80. reg = <0x2f000 0x1000>;
  81. };
  82. };
  83. pd_gsc: gsc-power-domain@10044000 {
  84. compatible = "samsung,exynos4210-pd";
  85. reg = <0x10044000 0x20>;
  86. };
  87. pd_mfc: mfc-power-domain@10044040 {
  88. compatible = "samsung,exynos4210-pd";
  89. reg = <0x10044040 0x20>;
  90. };
  91. clock: clock-controller@10010000 {
  92. compatible = "samsung,exynos5250-clock";
  93. reg = <0x10010000 0x30000>;
  94. #clock-cells = <1>;
  95. };
  96. clock_audss: audss-clock-controller@3810000 {
  97. compatible = "samsung,exynos5250-audss-clock";
  98. reg = <0x03810000 0x0C>;
  99. #clock-cells = <1>;
  100. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_FOUT_EPLL>,
  101. <&clock CLK_SCLK_AUDIO0>, <&clock CLK_DIV_PCM0>;
  102. clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
  103. };
  104. timer {
  105. compatible = "arm,armv7-timer";
  106. interrupts = <1 13 0xf08>,
  107. <1 14 0xf08>,
  108. <1 11 0xf08>,
  109. <1 10 0xf08>;
  110. /* Unfortunately we need this since some versions of U-Boot
  111. * on Exynos don't set the CNTFRQ register, so we need the
  112. * value from DT.
  113. */
  114. clock-frequency = <24000000>;
  115. };
  116. mct@101C0000 {
  117. compatible = "samsung,exynos4210-mct";
  118. reg = <0x101C0000 0x800>;
  119. interrupt-controller;
  120. #interrups-cells = <2>;
  121. interrupt-parent = <&mct_map>;
  122. interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
  123. <4 0>, <5 0>;
  124. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
  125. clock-names = "fin_pll", "mct";
  126. mct_map: mct-map {
  127. #interrupt-cells = <2>;
  128. #address-cells = <0>;
  129. #size-cells = <0>;
  130. interrupt-map = <0x0 0 &combiner 23 3>,
  131. <0x1 0 &combiner 23 4>,
  132. <0x2 0 &combiner 25 2>,
  133. <0x3 0 &combiner 25 3>,
  134. <0x4 0 &gic 0 120 0>,
  135. <0x5 0 &gic 0 121 0>;
  136. };
  137. };
  138. pmu {
  139. compatible = "arm,cortex-a15-pmu";
  140. interrupt-parent = <&combiner>;
  141. interrupts = <1 2>, <22 4>;
  142. };
  143. pinctrl_0: pinctrl@11400000 {
  144. compatible = "samsung,exynos5250-pinctrl";
  145. reg = <0x11400000 0x1000>;
  146. interrupts = <0 46 0>;
  147. wakup_eint: wakeup-interrupt-controller {
  148. compatible = "samsung,exynos4210-wakeup-eint";
  149. interrupt-parent = <&gic>;
  150. interrupts = <0 32 0>;
  151. };
  152. };
  153. pinctrl_1: pinctrl@13400000 {
  154. compatible = "samsung,exynos5250-pinctrl";
  155. reg = <0x13400000 0x1000>;
  156. interrupts = <0 45 0>;
  157. };
  158. pinctrl_2: pinctrl@10d10000 {
  159. compatible = "samsung,exynos5250-pinctrl";
  160. reg = <0x10d10000 0x1000>;
  161. interrupts = <0 50 0>;
  162. };
  163. pinctrl_3: pinctrl@03860000 {
  164. compatible = "samsung,exynos5250-pinctrl";
  165. reg = <0x03860000 0x1000>;
  166. interrupts = <0 47 0>;
  167. };
  168. pmu_system_controller: system-controller@10040000 {
  169. compatible = "samsung,exynos5250-pmu", "syscon";
  170. reg = <0x10040000 0x5000>;
  171. clock-names = "clkout16";
  172. clocks = <&clock CLK_FIN_PLL>;
  173. #clock-cells = <1>;
  174. };
  175. sysreg_system_controller: syscon@10050000 {
  176. compatible = "samsung,exynos5-sysreg", "syscon";
  177. reg = <0x10050000 0x5000>;
  178. };
  179. watchdog@101D0000 {
  180. compatible = "samsung,exynos5250-wdt";
  181. reg = <0x101D0000 0x100>;
  182. interrupts = <0 42 0>;
  183. clocks = <&clock CLK_WDT>;
  184. clock-names = "watchdog";
  185. samsung,syscon-phandle = <&pmu_system_controller>;
  186. };
  187. g2d@10850000 {
  188. compatible = "samsung,exynos5250-g2d";
  189. reg = <0x10850000 0x1000>;
  190. interrupts = <0 91 0>;
  191. clocks = <&clock CLK_G2D>;
  192. clock-names = "fimg2d";
  193. };
  194. codec@11000000 {
  195. compatible = "samsung,mfc-v6";
  196. reg = <0x11000000 0x10000>;
  197. interrupts = <0 96 0>;
  198. samsung,power-domain = <&pd_mfc>;
  199. clocks = <&clock CLK_MFC>;
  200. clock-names = "mfc";
  201. };
  202. rtc@101E0000 {
  203. clocks = <&clock CLK_RTC>;
  204. clock-names = "rtc";
  205. status = "disabled";
  206. };
  207. tmu@10060000 {
  208. compatible = "samsung,exynos5250-tmu";
  209. reg = <0x10060000 0x100>;
  210. interrupts = <0 65 0>;
  211. clocks = <&clock CLK_TMU>;
  212. clock-names = "tmu_apbif";
  213. };
  214. serial@12C00000 {
  215. clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
  216. clock-names = "uart", "clk_uart_baud0";
  217. };
  218. serial@12C10000 {
  219. clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
  220. clock-names = "uart", "clk_uart_baud0";
  221. };
  222. serial@12C20000 {
  223. clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
  224. clock-names = "uart", "clk_uart_baud0";
  225. };
  226. serial@12C30000 {
  227. clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
  228. clock-names = "uart", "clk_uart_baud0";
  229. };
  230. sata@122F0000 {
  231. compatible = "snps,dwc-ahci";
  232. samsung,sata-freq = <66>;
  233. reg = <0x122F0000 0x1ff>;
  234. interrupts = <0 115 0>;
  235. clocks = <&clock CLK_SATA>, <&clock CLK_SCLK_SATA>;
  236. clock-names = "sata", "sclk_sata";
  237. phys = <&sata_phy>;
  238. phy-names = "sata-phy";
  239. status = "disabled";
  240. };
  241. sata_phy: sata-phy@12170000 {
  242. compatible = "samsung,exynos5250-sata-phy";
  243. reg = <0x12170000 0x1ff>;
  244. clocks = <&clock CLK_SATA_PHYCTRL>;
  245. clock-names = "sata_phyctrl";
  246. #phy-cells = <0>;
  247. samsung,syscon-phandle = <&pmu_system_controller>;
  248. status = "disabled";
  249. };
  250. i2c_0: i2c@12C60000 {
  251. compatible = "samsung,s3c2440-i2c";
  252. reg = <0x12C60000 0x100>;
  253. interrupts = <0 56 0>;
  254. #address-cells = <1>;
  255. #size-cells = <0>;
  256. clocks = <&clock CLK_I2C0>;
  257. clock-names = "i2c";
  258. pinctrl-names = "default";
  259. pinctrl-0 = <&i2c0_bus>;
  260. status = "disabled";
  261. };
  262. i2c_1: i2c@12C70000 {
  263. compatible = "samsung,s3c2440-i2c";
  264. reg = <0x12C70000 0x100>;
  265. interrupts = <0 57 0>;
  266. #address-cells = <1>;
  267. #size-cells = <0>;
  268. clocks = <&clock CLK_I2C1>;
  269. clock-names = "i2c";
  270. pinctrl-names = "default";
  271. pinctrl-0 = <&i2c1_bus>;
  272. status = "disabled";
  273. };
  274. i2c_2: i2c@12C80000 {
  275. compatible = "samsung,s3c2440-i2c";
  276. reg = <0x12C80000 0x100>;
  277. interrupts = <0 58 0>;
  278. #address-cells = <1>;
  279. #size-cells = <0>;
  280. clocks = <&clock CLK_I2C2>;
  281. clock-names = "i2c";
  282. pinctrl-names = "default";
  283. pinctrl-0 = <&i2c2_bus>;
  284. status = "disabled";
  285. };
  286. i2c_3: i2c@12C90000 {
  287. compatible = "samsung,s3c2440-i2c";
  288. reg = <0x12C90000 0x100>;
  289. interrupts = <0 59 0>;
  290. #address-cells = <1>;
  291. #size-cells = <0>;
  292. clocks = <&clock CLK_I2C3>;
  293. clock-names = "i2c";
  294. pinctrl-names = "default";
  295. pinctrl-0 = <&i2c3_bus>;
  296. status = "disabled";
  297. };
  298. i2c_4: i2c@12CA0000 {
  299. compatible = "samsung,s3c2440-i2c";
  300. reg = <0x12CA0000 0x100>;
  301. interrupts = <0 60 0>;
  302. #address-cells = <1>;
  303. #size-cells = <0>;
  304. clocks = <&clock CLK_I2C4>;
  305. clock-names = "i2c";
  306. pinctrl-names = "default";
  307. pinctrl-0 = <&i2c4_bus>;
  308. status = "disabled";
  309. };
  310. i2c_5: i2c@12CB0000 {
  311. compatible = "samsung,s3c2440-i2c";
  312. reg = <0x12CB0000 0x100>;
  313. interrupts = <0 61 0>;
  314. #address-cells = <1>;
  315. #size-cells = <0>;
  316. clocks = <&clock CLK_I2C5>;
  317. clock-names = "i2c";
  318. pinctrl-names = "default";
  319. pinctrl-0 = <&i2c5_bus>;
  320. status = "disabled";
  321. };
  322. i2c_6: i2c@12CC0000 {
  323. compatible = "samsung,s3c2440-i2c";
  324. reg = <0x12CC0000 0x100>;
  325. interrupts = <0 62 0>;
  326. #address-cells = <1>;
  327. #size-cells = <0>;
  328. clocks = <&clock CLK_I2C6>;
  329. clock-names = "i2c";
  330. pinctrl-names = "default";
  331. pinctrl-0 = <&i2c6_bus>;
  332. status = "disabled";
  333. };
  334. i2c_7: i2c@12CD0000 {
  335. compatible = "samsung,s3c2440-i2c";
  336. reg = <0x12CD0000 0x100>;
  337. interrupts = <0 63 0>;
  338. #address-cells = <1>;
  339. #size-cells = <0>;
  340. clocks = <&clock CLK_I2C7>;
  341. clock-names = "i2c";
  342. pinctrl-names = "default";
  343. pinctrl-0 = <&i2c7_bus>;
  344. status = "disabled";
  345. };
  346. i2c_8: i2c@12CE0000 {
  347. compatible = "samsung,s3c2440-hdmiphy-i2c";
  348. reg = <0x12CE0000 0x1000>;
  349. interrupts = <0 64 0>;
  350. #address-cells = <1>;
  351. #size-cells = <0>;
  352. clocks = <&clock CLK_I2C_HDMI>;
  353. clock-names = "i2c";
  354. status = "disabled";
  355. };
  356. i2c_9: i2c@121D0000 {
  357. compatible = "samsung,exynos5-sata-phy-i2c";
  358. reg = <0x121D0000 0x100>;
  359. #address-cells = <1>;
  360. #size-cells = <0>;
  361. clocks = <&clock CLK_SATA_PHYI2C>;
  362. clock-names = "i2c";
  363. status = "disabled";
  364. };
  365. spi_0: spi@12d20000 {
  366. compatible = "samsung,exynos4210-spi";
  367. status = "disabled";
  368. reg = <0x12d20000 0x100>;
  369. interrupts = <0 66 0>;
  370. dmas = <&pdma0 5
  371. &pdma0 4>;
  372. dma-names = "tx", "rx";
  373. #address-cells = <1>;
  374. #size-cells = <0>;
  375. clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
  376. clock-names = "spi", "spi_busclk0";
  377. pinctrl-names = "default";
  378. pinctrl-0 = <&spi0_bus>;
  379. };
  380. spi_1: spi@12d30000 {
  381. compatible = "samsung,exynos4210-spi";
  382. status = "disabled";
  383. reg = <0x12d30000 0x100>;
  384. interrupts = <0 67 0>;
  385. dmas = <&pdma1 5
  386. &pdma1 4>;
  387. dma-names = "tx", "rx";
  388. #address-cells = <1>;
  389. #size-cells = <0>;
  390. clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
  391. clock-names = "spi", "spi_busclk0";
  392. pinctrl-names = "default";
  393. pinctrl-0 = <&spi1_bus>;
  394. };
  395. spi_2: spi@12d40000 {
  396. compatible = "samsung,exynos4210-spi";
  397. status = "disabled";
  398. reg = <0x12d40000 0x100>;
  399. interrupts = <0 68 0>;
  400. dmas = <&pdma0 7
  401. &pdma0 6>;
  402. dma-names = "tx", "rx";
  403. #address-cells = <1>;
  404. #size-cells = <0>;
  405. clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
  406. clock-names = "spi", "spi_busclk0";
  407. pinctrl-names = "default";
  408. pinctrl-0 = <&spi2_bus>;
  409. };
  410. mmc_0: mmc@12200000 {
  411. compatible = "samsung,exynos5250-dw-mshc";
  412. interrupts = <0 75 0>;
  413. #address-cells = <1>;
  414. #size-cells = <0>;
  415. reg = <0x12200000 0x1000>;
  416. clocks = <&clock CLK_SDMMC0>, <&clock CLK_SCLK_MMC0>;
  417. clock-names = "biu", "ciu";
  418. fifo-depth = <0x80>;
  419. status = "disabled";
  420. };
  421. mmc_1: mmc@12210000 {
  422. compatible = "samsung,exynos5250-dw-mshc";
  423. interrupts = <0 76 0>;
  424. #address-cells = <1>;
  425. #size-cells = <0>;
  426. reg = <0x12210000 0x1000>;
  427. clocks = <&clock CLK_SDMMC1>, <&clock CLK_SCLK_MMC1>;
  428. clock-names = "biu", "ciu";
  429. fifo-depth = <0x80>;
  430. status = "disabled";
  431. };
  432. mmc_2: mmc@12220000 {
  433. compatible = "samsung,exynos5250-dw-mshc";
  434. interrupts = <0 77 0>;
  435. #address-cells = <1>;
  436. #size-cells = <0>;
  437. reg = <0x12220000 0x1000>;
  438. clocks = <&clock CLK_SDMMC2>, <&clock CLK_SCLK_MMC2>;
  439. clock-names = "biu", "ciu";
  440. fifo-depth = <0x80>;
  441. status = "disabled";
  442. };
  443. mmc_3: mmc@12230000 {
  444. compatible = "samsung,exynos5250-dw-mshc";
  445. reg = <0x12230000 0x1000>;
  446. interrupts = <0 78 0>;
  447. #address-cells = <1>;
  448. #size-cells = <0>;
  449. clocks = <&clock CLK_SDMMC3>, <&clock CLK_SCLK_MMC3>;
  450. clock-names = "biu", "ciu";
  451. fifo-depth = <0x80>;
  452. status = "disabled";
  453. };
  454. i2s0: i2s@03830000 {
  455. compatible = "samsung,s5pv210-i2s";
  456. status = "disabled";
  457. reg = <0x03830000 0x100>;
  458. dmas = <&pdma0 10
  459. &pdma0 9
  460. &pdma0 8>;
  461. dma-names = "tx", "rx", "tx-sec";
  462. clocks = <&clock_audss EXYNOS_I2S_BUS>,
  463. <&clock_audss EXYNOS_I2S_BUS>,
  464. <&clock_audss EXYNOS_SCLK_I2S>;
  465. clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
  466. samsung,idma-addr = <0x03000000>;
  467. pinctrl-names = "default";
  468. pinctrl-0 = <&i2s0_bus>;
  469. };
  470. i2s1: i2s@12D60000 {
  471. compatible = "samsung,s3c6410-i2s";
  472. status = "disabled";
  473. reg = <0x12D60000 0x100>;
  474. dmas = <&pdma1 12
  475. &pdma1 11>;
  476. dma-names = "tx", "rx";
  477. clocks = <&clock CLK_I2S1>, <&clock CLK_DIV_I2S1>;
  478. clock-names = "iis", "i2s_opclk0";
  479. pinctrl-names = "default";
  480. pinctrl-0 = <&i2s1_bus>;
  481. };
  482. i2s2: i2s@12D70000 {
  483. compatible = "samsung,s3c6410-i2s";
  484. status = "disabled";
  485. reg = <0x12D70000 0x100>;
  486. dmas = <&pdma0 12
  487. &pdma0 11>;
  488. dma-names = "tx", "rx";
  489. clocks = <&clock CLK_I2S2>, <&clock CLK_DIV_I2S2>;
  490. clock-names = "iis", "i2s_opclk0";
  491. pinctrl-names = "default";
  492. pinctrl-0 = <&i2s2_bus>;
  493. };
  494. usb@12000000 {
  495. compatible = "samsung,exynos5250-dwusb3";
  496. clocks = <&clock CLK_USB3>;
  497. clock-names = "usbdrd30";
  498. #address-cells = <1>;
  499. #size-cells = <1>;
  500. ranges;
  501. usbdrd_dwc3: dwc3 {
  502. compatible = "synopsys,dwc3";
  503. reg = <0x12000000 0x10000>;
  504. interrupts = <0 72 0>;
  505. phys = <&usbdrd_phy 0>, <&usbdrd_phy 1>;
  506. phy-names = "usb2-phy", "usb3-phy";
  507. };
  508. };
  509. usbdrd_phy: phy@12100000 {
  510. compatible = "samsung,exynos5250-usbdrd-phy";
  511. reg = <0x12100000 0x100>;
  512. clocks = <&clock CLK_USB3>, <&clock CLK_FIN_PLL>;
  513. clock-names = "phy", "ref";
  514. samsung,pmu-syscon = <&pmu_system_controller>;
  515. #phy-cells = <1>;
  516. };
  517. usb@12110000 {
  518. compatible = "samsung,exynos4210-ehci";
  519. reg = <0x12110000 0x100>;
  520. interrupts = <0 71 0>;
  521. clocks = <&clock CLK_USB2>;
  522. clock-names = "usbhost";
  523. #address-cells = <1>;
  524. #size-cells = <0>;
  525. port@0 {
  526. reg = <0>;
  527. phys = <&usb2_phy_gen 1>;
  528. };
  529. };
  530. usb@12120000 {
  531. compatible = "samsung,exynos4210-ohci";
  532. reg = <0x12120000 0x100>;
  533. interrupts = <0 71 0>;
  534. clocks = <&clock CLK_USB2>;
  535. clock-names = "usbhost";
  536. #address-cells = <1>;
  537. #size-cells = <0>;
  538. port@0 {
  539. reg = <0>;
  540. phys = <&usb2_phy_gen 1>;
  541. };
  542. };
  543. usb2_phy_gen: phy@12130000 {
  544. compatible = "samsung,exynos5250-usb2-phy";
  545. reg = <0x12130000 0x100>;
  546. clocks = <&clock CLK_USB2>, <&clock CLK_FIN_PLL>;
  547. clock-names = "phy", "ref";
  548. #phy-cells = <1>;
  549. samsung,sysreg-phandle = <&sysreg_system_controller>;
  550. samsung,pmureg-phandle = <&pmu_system_controller>;
  551. };
  552. pwm: pwm@12dd0000 {
  553. compatible = "samsung,exynos4210-pwm";
  554. reg = <0x12dd0000 0x100>;
  555. samsung,pwm-outputs = <0>, <1>, <2>, <3>;
  556. #pwm-cells = <3>;
  557. clocks = <&clock CLK_PWM>;
  558. clock-names = "timers";
  559. };
  560. amba {
  561. #address-cells = <1>;
  562. #size-cells = <1>;
  563. compatible = "arm,amba-bus";
  564. interrupt-parent = <&gic>;
  565. ranges;
  566. pdma0: pdma@121A0000 {
  567. compatible = "arm,pl330", "arm,primecell";
  568. reg = <0x121A0000 0x1000>;
  569. interrupts = <0 34 0>;
  570. clocks = <&clock CLK_PDMA0>;
  571. clock-names = "apb_pclk";
  572. #dma-cells = <1>;
  573. #dma-channels = <8>;
  574. #dma-requests = <32>;
  575. };
  576. pdma1: pdma@121B0000 {
  577. compatible = "arm,pl330", "arm,primecell";
  578. reg = <0x121B0000 0x1000>;
  579. interrupts = <0 35 0>;
  580. clocks = <&clock CLK_PDMA1>;
  581. clock-names = "apb_pclk";
  582. #dma-cells = <1>;
  583. #dma-channels = <8>;
  584. #dma-requests = <32>;
  585. };
  586. mdma0: mdma@10800000 {
  587. compatible = "arm,pl330", "arm,primecell";
  588. reg = <0x10800000 0x1000>;
  589. interrupts = <0 33 0>;
  590. clocks = <&clock CLK_MDMA0>;
  591. clock-names = "apb_pclk";
  592. #dma-cells = <1>;
  593. #dma-channels = <8>;
  594. #dma-requests = <1>;
  595. };
  596. mdma1: mdma@11C10000 {
  597. compatible = "arm,pl330", "arm,primecell";
  598. reg = <0x11C10000 0x1000>;
  599. interrupts = <0 124 0>;
  600. clocks = <&clock CLK_MDMA1>;
  601. clock-names = "apb_pclk";
  602. #dma-cells = <1>;
  603. #dma-channels = <8>;
  604. #dma-requests = <1>;
  605. };
  606. };
  607. gsc_0: gsc@13e00000 {
  608. compatible = "samsung,exynos5-gsc";
  609. reg = <0x13e00000 0x1000>;
  610. interrupts = <0 85 0>;
  611. samsung,power-domain = <&pd_gsc>;
  612. clocks = <&clock CLK_GSCL0>;
  613. clock-names = "gscl";
  614. };
  615. gsc_1: gsc@13e10000 {
  616. compatible = "samsung,exynos5-gsc";
  617. reg = <0x13e10000 0x1000>;
  618. interrupts = <0 86 0>;
  619. samsung,power-domain = <&pd_gsc>;
  620. clocks = <&clock CLK_GSCL1>;
  621. clock-names = "gscl";
  622. };
  623. gsc_2: gsc@13e20000 {
  624. compatible = "samsung,exynos5-gsc";
  625. reg = <0x13e20000 0x1000>;
  626. interrupts = <0 87 0>;
  627. samsung,power-domain = <&pd_gsc>;
  628. clocks = <&clock CLK_GSCL2>;
  629. clock-names = "gscl";
  630. };
  631. gsc_3: gsc@13e30000 {
  632. compatible = "samsung,exynos5-gsc";
  633. reg = <0x13e30000 0x1000>;
  634. interrupts = <0 88 0>;
  635. samsung,power-domain = <&pd_gsc>;
  636. clocks = <&clock CLK_GSCL3>;
  637. clock-names = "gscl";
  638. };
  639. hdmi {
  640. compatible = "samsung,exynos4212-hdmi";
  641. reg = <0x14530000 0x70000>;
  642. interrupts = <0 95 0>;
  643. clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
  644. <&clock CLK_SCLK_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
  645. <&clock CLK_MOUT_HDMI>;
  646. clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
  647. "sclk_hdmiphy", "mout_hdmi";
  648. samsung,syscon-phandle = <&pmu_system_controller>;
  649. };
  650. mixer {
  651. compatible = "samsung,exynos5250-mixer";
  652. reg = <0x14450000 0x10000>;
  653. interrupts = <0 94 0>;
  654. clocks = <&clock CLK_MIXER>, <&clock CLK_SCLK_HDMI>;
  655. clock-names = "mixer", "sclk_hdmi";
  656. };
  657. dp_phy: video-phy@10040720 {
  658. compatible = "samsung,exynos5250-dp-video-phy";
  659. reg = <0x10040720 4>;
  660. #phy-cells = <0>;
  661. };
  662. dp-controller@145B0000 {
  663. clocks = <&clock CLK_DP>;
  664. clock-names = "dp";
  665. phys = <&dp_phy>;
  666. phy-names = "dp";
  667. };
  668. fimd@14400000 {
  669. clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
  670. clock-names = "sclk_fimd", "fimd";
  671. };
  672. adc: adc@12D10000 {
  673. compatible = "samsung,exynos-adc-v1";
  674. reg = <0x12D10000 0x100>, <0x10040718 0x4>;
  675. interrupts = <0 106 0>;
  676. clocks = <&clock CLK_ADC>;
  677. clock-names = "adc";
  678. #io-channel-cells = <1>;
  679. io-channel-ranges;
  680. status = "disabled";
  681. };
  682. sss@10830000 {
  683. compatible = "samsung,exynos4210-secss";
  684. reg = <0x10830000 0x10000>;
  685. interrupts = <0 112 0>;
  686. clocks = <&clock CLK_SSS>;
  687. clock-names = "secss";
  688. };
  689. };