exynos5420.dtsi 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. /*
  2. * SAMSUNG EXYNOS5420 SoC device tree source
  3. *
  4. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * SAMSUNG EXYNOS54200 SoC device nodes are listed in this file.
  8. * EXYNOS5420 based board files can include this file and provide
  9. * values for board specfic bindings.
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License version 2 as
  13. * published by the Free Software Foundation.
  14. */
  15. #include <dt-bindings/clock/exynos5420.h>
  16. #include "exynos5.dtsi"
  17. #include "exynos5420-pinctrl.dtsi"
  18. #include <dt-bindings/clock/exynos-audss-clk.h>
  19. / {
  20. compatible = "samsung,exynos5420", "samsung,exynos5";
  21. aliases {
  22. mshc0 = &mmc_0;
  23. mshc1 = &mmc_1;
  24. mshc2 = &mmc_2;
  25. pinctrl0 = &pinctrl_0;
  26. pinctrl1 = &pinctrl_1;
  27. pinctrl2 = &pinctrl_2;
  28. pinctrl3 = &pinctrl_3;
  29. pinctrl4 = &pinctrl_4;
  30. i2c0 = &i2c_0;
  31. i2c1 = &i2c_1;
  32. i2c2 = &i2c_2;
  33. i2c3 = &i2c_3;
  34. i2c4 = &hsi2c_4;
  35. i2c5 = &hsi2c_5;
  36. i2c6 = &hsi2c_6;
  37. i2c7 = &hsi2c_7;
  38. i2c8 = &hsi2c_8;
  39. i2c9 = &hsi2c_9;
  40. i2c10 = &hsi2c_10;
  41. gsc0 = &gsc_0;
  42. gsc1 = &gsc_1;
  43. spi0 = &spi_0;
  44. spi1 = &spi_1;
  45. spi2 = &spi_2;
  46. usbdrdphy0 = &usbdrd_phy0;
  47. usbdrdphy1 = &usbdrd_phy1;
  48. };
  49. cpus {
  50. #address-cells = <1>;
  51. #size-cells = <0>;
  52. cpu0: cpu@0 {
  53. device_type = "cpu";
  54. compatible = "arm,cortex-a15";
  55. reg = <0x0>;
  56. clock-frequency = <1800000000>;
  57. cci-control-port = <&cci_control1>;
  58. };
  59. cpu1: cpu@1 {
  60. device_type = "cpu";
  61. compatible = "arm,cortex-a15";
  62. reg = <0x1>;
  63. clock-frequency = <1800000000>;
  64. cci-control-port = <&cci_control1>;
  65. };
  66. cpu2: cpu@2 {
  67. device_type = "cpu";
  68. compatible = "arm,cortex-a15";
  69. reg = <0x2>;
  70. clock-frequency = <1800000000>;
  71. cci-control-port = <&cci_control1>;
  72. };
  73. cpu3: cpu@3 {
  74. device_type = "cpu";
  75. compatible = "arm,cortex-a15";
  76. reg = <0x3>;
  77. clock-frequency = <1800000000>;
  78. cci-control-port = <&cci_control1>;
  79. };
  80. cpu4: cpu@100 {
  81. device_type = "cpu";
  82. compatible = "arm,cortex-a7";
  83. reg = <0x100>;
  84. clock-frequency = <1000000000>;
  85. cci-control-port = <&cci_control0>;
  86. };
  87. cpu5: cpu@101 {
  88. device_type = "cpu";
  89. compatible = "arm,cortex-a7";
  90. reg = <0x101>;
  91. clock-frequency = <1000000000>;
  92. cci-control-port = <&cci_control0>;
  93. };
  94. cpu6: cpu@102 {
  95. device_type = "cpu";
  96. compatible = "arm,cortex-a7";
  97. reg = <0x102>;
  98. clock-frequency = <1000000000>;
  99. cci-control-port = <&cci_control0>;
  100. };
  101. cpu7: cpu@103 {
  102. device_type = "cpu";
  103. compatible = "arm,cortex-a7";
  104. reg = <0x103>;
  105. clock-frequency = <1000000000>;
  106. cci-control-port = <&cci_control0>;
  107. };
  108. };
  109. cci@10d20000 {
  110. compatible = "arm,cci-400";
  111. #address-cells = <1>;
  112. #size-cells = <1>;
  113. reg = <0x10d20000 0x1000>;
  114. ranges = <0x0 0x10d20000 0x6000>;
  115. cci_control0: slave-if@4000 {
  116. compatible = "arm,cci-400-ctrl-if";
  117. interface-type = "ace";
  118. reg = <0x4000 0x1000>;
  119. };
  120. cci_control1: slave-if@5000 {
  121. compatible = "arm,cci-400-ctrl-if";
  122. interface-type = "ace";
  123. reg = <0x5000 0x1000>;
  124. };
  125. };
  126. sysram@02020000 {
  127. compatible = "mmio-sram";
  128. reg = <0x02020000 0x54000>;
  129. #address-cells = <1>;
  130. #size-cells = <1>;
  131. ranges = <0 0x02020000 0x54000>;
  132. smp-sysram@0 {
  133. compatible = "samsung,exynos4210-sysram";
  134. reg = <0x0 0x1000>;
  135. };
  136. smp-sysram@53000 {
  137. compatible = "samsung,exynos4210-sysram-ns";
  138. reg = <0x53000 0x1000>;
  139. };
  140. };
  141. clock: clock-controller@10010000 {
  142. compatible = "samsung,exynos5420-clock";
  143. reg = <0x10010000 0x30000>;
  144. #clock-cells = <1>;
  145. };
  146. clock_audss: audss-clock-controller@3810000 {
  147. compatible = "samsung,exynos5420-audss-clock";
  148. reg = <0x03810000 0x0C>;
  149. #clock-cells = <1>;
  150. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MAU_EPLL>,
  151. <&clock CLK_SCLK_MAUDIO0>, <&clock CLK_SCLK_MAUPCM0>;
  152. clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
  153. };
  154. mfc: codec@11000000 {
  155. compatible = "samsung,mfc-v7";
  156. reg = <0x11000000 0x10000>;
  157. interrupts = <0 96 0>;
  158. clocks = <&clock CLK_MFC>;
  159. clock-names = "mfc";
  160. samsung,power-domain = <&mfc_pd>;
  161. };
  162. mmc_0: mmc@12200000 {
  163. compatible = "samsung,exynos5420-dw-mshc-smu";
  164. interrupts = <0 75 0>;
  165. #address-cells = <1>;
  166. #size-cells = <0>;
  167. reg = <0x12200000 0x2000>;
  168. clocks = <&clock CLK_MMC0>, <&clock CLK_SCLK_MMC0>;
  169. clock-names = "biu", "ciu";
  170. fifo-depth = <0x40>;
  171. status = "disabled";
  172. };
  173. mmc_1: mmc@12210000 {
  174. compatible = "samsung,exynos5420-dw-mshc-smu";
  175. interrupts = <0 76 0>;
  176. #address-cells = <1>;
  177. #size-cells = <0>;
  178. reg = <0x12210000 0x2000>;
  179. clocks = <&clock CLK_MMC1>, <&clock CLK_SCLK_MMC1>;
  180. clock-names = "biu", "ciu";
  181. fifo-depth = <0x40>;
  182. status = "disabled";
  183. };
  184. mmc_2: mmc@12220000 {
  185. compatible = "samsung,exynos5420-dw-mshc";
  186. interrupts = <0 77 0>;
  187. #address-cells = <1>;
  188. #size-cells = <0>;
  189. reg = <0x12220000 0x1000>;
  190. clocks = <&clock CLK_MMC2>, <&clock CLK_SCLK_MMC2>;
  191. clock-names = "biu", "ciu";
  192. fifo-depth = <0x40>;
  193. status = "disabled";
  194. };
  195. mct: mct@101C0000 {
  196. compatible = "samsung,exynos4210-mct";
  197. reg = <0x101C0000 0x800>;
  198. interrupt-controller;
  199. #interrups-cells = <1>;
  200. interrupt-parent = <&mct_map>;
  201. interrupts = <0>, <1>, <2>, <3>, <4>, <5>, <6>, <7>,
  202. <8>, <9>, <10>, <11>;
  203. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
  204. clock-names = "fin_pll", "mct";
  205. mct_map: mct-map {
  206. #interrupt-cells = <1>;
  207. #address-cells = <0>;
  208. #size-cells = <0>;
  209. interrupt-map = <0 &combiner 23 3>,
  210. <1 &combiner 23 4>,
  211. <2 &combiner 25 2>,
  212. <3 &combiner 25 3>,
  213. <4 &gic 0 120 0>,
  214. <5 &gic 0 121 0>,
  215. <6 &gic 0 122 0>,
  216. <7 &gic 0 123 0>,
  217. <8 &gic 0 128 0>,
  218. <9 &gic 0 129 0>,
  219. <10 &gic 0 130 0>,
  220. <11 &gic 0 131 0>;
  221. };
  222. };
  223. gsc_pd: power-domain@10044000 {
  224. compatible = "samsung,exynos4210-pd";
  225. reg = <0x10044000 0x20>;
  226. };
  227. isp_pd: power-domain@10044020 {
  228. compatible = "samsung,exynos4210-pd";
  229. reg = <0x10044020 0x20>;
  230. };
  231. mfc_pd: power-domain@10044060 {
  232. compatible = "samsung,exynos4210-pd";
  233. reg = <0x10044060 0x20>;
  234. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_SW_ACLK333>,
  235. <&clock CLK_MOUT_USER_ACLK333>;
  236. clock-names = "oscclk", "pclk0", "clk0";
  237. };
  238. msc_pd: power-domain@10044120 {
  239. compatible = "samsung,exynos4210-pd";
  240. reg = <0x10044120 0x20>;
  241. };
  242. pinctrl_0: pinctrl@13400000 {
  243. compatible = "samsung,exynos5420-pinctrl";
  244. reg = <0x13400000 0x1000>;
  245. interrupts = <0 45 0>;
  246. wakeup-interrupt-controller {
  247. compatible = "samsung,exynos4210-wakeup-eint";
  248. interrupt-parent = <&gic>;
  249. interrupts = <0 32 0>;
  250. };
  251. };
  252. pinctrl_1: pinctrl@13410000 {
  253. compatible = "samsung,exynos5420-pinctrl";
  254. reg = <0x13410000 0x1000>;
  255. interrupts = <0 78 0>;
  256. };
  257. pinctrl_2: pinctrl@14000000 {
  258. compatible = "samsung,exynos5420-pinctrl";
  259. reg = <0x14000000 0x1000>;
  260. interrupts = <0 46 0>;
  261. };
  262. pinctrl_3: pinctrl@14010000 {
  263. compatible = "samsung,exynos5420-pinctrl";
  264. reg = <0x14010000 0x1000>;
  265. interrupts = <0 50 0>;
  266. };
  267. pinctrl_4: pinctrl@03860000 {
  268. compatible = "samsung,exynos5420-pinctrl";
  269. reg = <0x03860000 0x1000>;
  270. interrupts = <0 47 0>;
  271. };
  272. rtc: rtc@101E0000 {
  273. clocks = <&clock CLK_RTC>;
  274. clock-names = "rtc";
  275. status = "disabled";
  276. };
  277. amba {
  278. #address-cells = <1>;
  279. #size-cells = <1>;
  280. compatible = "arm,amba-bus";
  281. interrupt-parent = <&gic>;
  282. ranges;
  283. adma: adma@03880000 {
  284. compatible = "arm,pl330", "arm,primecell";
  285. reg = <0x03880000 0x1000>;
  286. interrupts = <0 110 0>;
  287. clocks = <&clock_audss EXYNOS_ADMA>;
  288. clock-names = "apb_pclk";
  289. #dma-cells = <1>;
  290. #dma-channels = <6>;
  291. #dma-requests = <16>;
  292. };
  293. pdma0: pdma@121A0000 {
  294. compatible = "arm,pl330", "arm,primecell";
  295. reg = <0x121A0000 0x1000>;
  296. interrupts = <0 34 0>;
  297. clocks = <&clock CLK_PDMA0>;
  298. clock-names = "apb_pclk";
  299. #dma-cells = <1>;
  300. #dma-channels = <8>;
  301. #dma-requests = <32>;
  302. };
  303. pdma1: pdma@121B0000 {
  304. compatible = "arm,pl330", "arm,primecell";
  305. reg = <0x121B0000 0x1000>;
  306. interrupts = <0 35 0>;
  307. clocks = <&clock CLK_PDMA1>;
  308. clock-names = "apb_pclk";
  309. #dma-cells = <1>;
  310. #dma-channels = <8>;
  311. #dma-requests = <32>;
  312. };
  313. mdma0: mdma@10800000 {
  314. compatible = "arm,pl330", "arm,primecell";
  315. reg = <0x10800000 0x1000>;
  316. interrupts = <0 33 0>;
  317. clocks = <&clock CLK_MDMA0>;
  318. clock-names = "apb_pclk";
  319. #dma-cells = <1>;
  320. #dma-channels = <8>;
  321. #dma-requests = <1>;
  322. };
  323. mdma1: mdma@11C10000 {
  324. compatible = "arm,pl330", "arm,primecell";
  325. reg = <0x11C10000 0x1000>;
  326. interrupts = <0 124 0>;
  327. clocks = <&clock CLK_MDMA1>;
  328. clock-names = "apb_pclk";
  329. #dma-cells = <1>;
  330. #dma-channels = <8>;
  331. #dma-requests = <1>;
  332. /*
  333. * MDMA1 can support both secure and non-secure
  334. * AXI transactions. When this is enabled in the kernel
  335. * for boards that run in secure mode, we are getting
  336. * imprecise external aborts causing the kernel to oops.
  337. */
  338. status = "disabled";
  339. };
  340. };
  341. i2s0: i2s@03830000 {
  342. compatible = "samsung,exynos5420-i2s";
  343. reg = <0x03830000 0x100>;
  344. dmas = <&adma 0
  345. &adma 2
  346. &adma 1>;
  347. dma-names = "tx", "rx", "tx-sec";
  348. clocks = <&clock_audss EXYNOS_I2S_BUS>,
  349. <&clock_audss EXYNOS_I2S_BUS>,
  350. <&clock_audss EXYNOS_SCLK_I2S>;
  351. clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
  352. samsung,idma-addr = <0x03000000>;
  353. pinctrl-names = "default";
  354. pinctrl-0 = <&i2s0_bus>;
  355. status = "disabled";
  356. };
  357. i2s1: i2s@12D60000 {
  358. compatible = "samsung,exynos5420-i2s";
  359. reg = <0x12D60000 0x100>;
  360. dmas = <&pdma1 12
  361. &pdma1 11>;
  362. dma-names = "tx", "rx";
  363. clocks = <&clock CLK_I2S1>, <&clock CLK_SCLK_I2S1>;
  364. clock-names = "iis", "i2s_opclk0";
  365. pinctrl-names = "default";
  366. pinctrl-0 = <&i2s1_bus>;
  367. status = "disabled";
  368. };
  369. i2s2: i2s@12D70000 {
  370. compatible = "samsung,exynos5420-i2s";
  371. reg = <0x12D70000 0x100>;
  372. dmas = <&pdma0 12
  373. &pdma0 11>;
  374. dma-names = "tx", "rx";
  375. clocks = <&clock CLK_I2S2>, <&clock CLK_SCLK_I2S2>;
  376. clock-names = "iis", "i2s_opclk0";
  377. pinctrl-names = "default";
  378. pinctrl-0 = <&i2s2_bus>;
  379. status = "disabled";
  380. };
  381. spi_0: spi@12d20000 {
  382. compatible = "samsung,exynos4210-spi";
  383. reg = <0x12d20000 0x100>;
  384. interrupts = <0 68 0>;
  385. dmas = <&pdma0 5
  386. &pdma0 4>;
  387. dma-names = "tx", "rx";
  388. #address-cells = <1>;
  389. #size-cells = <0>;
  390. pinctrl-names = "default";
  391. pinctrl-0 = <&spi0_bus>;
  392. clocks = <&clock CLK_SPI0>, <&clock CLK_SCLK_SPI0>;
  393. clock-names = "spi", "spi_busclk0";
  394. status = "disabled";
  395. };
  396. spi_1: spi@12d30000 {
  397. compatible = "samsung,exynos4210-spi";
  398. reg = <0x12d30000 0x100>;
  399. interrupts = <0 69 0>;
  400. dmas = <&pdma1 5
  401. &pdma1 4>;
  402. dma-names = "tx", "rx";
  403. #address-cells = <1>;
  404. #size-cells = <0>;
  405. pinctrl-names = "default";
  406. pinctrl-0 = <&spi1_bus>;
  407. clocks = <&clock CLK_SPI1>, <&clock CLK_SCLK_SPI1>;
  408. clock-names = "spi", "spi_busclk0";
  409. status = "disabled";
  410. };
  411. spi_2: spi@12d40000 {
  412. compatible = "samsung,exynos4210-spi";
  413. reg = <0x12d40000 0x100>;
  414. interrupts = <0 70 0>;
  415. dmas = <&pdma0 7
  416. &pdma0 6>;
  417. dma-names = "tx", "rx";
  418. #address-cells = <1>;
  419. #size-cells = <0>;
  420. pinctrl-names = "default";
  421. pinctrl-0 = <&spi2_bus>;
  422. clocks = <&clock CLK_SPI2>, <&clock CLK_SCLK_SPI2>;
  423. clock-names = "spi", "spi_busclk0";
  424. status = "disabled";
  425. };
  426. uart_0: serial@12C00000 {
  427. clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
  428. clock-names = "uart", "clk_uart_baud0";
  429. };
  430. uart_1: serial@12C10000 {
  431. clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
  432. clock-names = "uart", "clk_uart_baud0";
  433. };
  434. uart_2: serial@12C20000 {
  435. clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
  436. clock-names = "uart", "clk_uart_baud0";
  437. };
  438. uart_3: serial@12C30000 {
  439. clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
  440. clock-names = "uart", "clk_uart_baud0";
  441. };
  442. pwm: pwm@12dd0000 {
  443. compatible = "samsung,exynos4210-pwm";
  444. reg = <0x12dd0000 0x100>;
  445. samsung,pwm-outputs = <0>, <1>, <2>, <3>;
  446. #pwm-cells = <3>;
  447. clocks = <&clock CLK_PWM>;
  448. clock-names = "timers";
  449. };
  450. dp_phy: video-phy@10040728 {
  451. compatible = "samsung,exynos5250-dp-video-phy";
  452. reg = <0x10040728 4>;
  453. #phy-cells = <0>;
  454. };
  455. dp: dp-controller@145B0000 {
  456. clocks = <&clock CLK_DP1>;
  457. clock-names = "dp";
  458. phys = <&dp_phy>;
  459. phy-names = "dp";
  460. };
  461. mipi_phy: video-phy@10040714 {
  462. compatible = "samsung,s5pv210-mipi-video-phy";
  463. reg = <0x10040714 12>;
  464. #phy-cells = <1>;
  465. };
  466. dsi@14500000 {
  467. compatible = "samsung,exynos5410-mipi-dsi";
  468. reg = <0x14500000 0x10000>;
  469. interrupts = <0 82 0>;
  470. phys = <&mipi_phy 1>;
  471. phy-names = "dsim";
  472. clocks = <&clock CLK_DSIM1>, <&clock CLK_SCLK_MIPI1>;
  473. clock-names = "bus_clk", "pll_clk";
  474. #address-cells = <1>;
  475. #size-cells = <0>;
  476. status = "disabled";
  477. };
  478. fimd: fimd@14400000 {
  479. clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
  480. clock-names = "sclk_fimd", "fimd";
  481. };
  482. adc: adc@12D10000 {
  483. compatible = "samsung,exynos-adc-v2";
  484. reg = <0x12D10000 0x100>, <0x10040720 0x4>;
  485. interrupts = <0 106 0>;
  486. clocks = <&clock CLK_TSADC>;
  487. clock-names = "adc";
  488. #io-channel-cells = <1>;
  489. io-channel-ranges;
  490. status = "disabled";
  491. };
  492. i2c_0: i2c@12C60000 {
  493. compatible = "samsung,s3c2440-i2c";
  494. reg = <0x12C60000 0x100>;
  495. interrupts = <0 56 0>;
  496. #address-cells = <1>;
  497. #size-cells = <0>;
  498. clocks = <&clock CLK_I2C0>;
  499. clock-names = "i2c";
  500. pinctrl-names = "default";
  501. pinctrl-0 = <&i2c0_bus>;
  502. status = "disabled";
  503. };
  504. i2c_1: i2c@12C70000 {
  505. compatible = "samsung,s3c2440-i2c";
  506. reg = <0x12C70000 0x100>;
  507. interrupts = <0 57 0>;
  508. #address-cells = <1>;
  509. #size-cells = <0>;
  510. clocks = <&clock CLK_I2C1>;
  511. clock-names = "i2c";
  512. pinctrl-names = "default";
  513. pinctrl-0 = <&i2c1_bus>;
  514. status = "disabled";
  515. };
  516. i2c_2: i2c@12C80000 {
  517. compatible = "samsung,s3c2440-i2c";
  518. reg = <0x12C80000 0x100>;
  519. interrupts = <0 58 0>;
  520. #address-cells = <1>;
  521. #size-cells = <0>;
  522. clocks = <&clock CLK_I2C2>;
  523. clock-names = "i2c";
  524. pinctrl-names = "default";
  525. pinctrl-0 = <&i2c2_bus>;
  526. status = "disabled";
  527. };
  528. i2c_3: i2c@12C90000 {
  529. compatible = "samsung,s3c2440-i2c";
  530. reg = <0x12C90000 0x100>;
  531. interrupts = <0 59 0>;
  532. #address-cells = <1>;
  533. #size-cells = <0>;
  534. clocks = <&clock CLK_I2C3>;
  535. clock-names = "i2c";
  536. pinctrl-names = "default";
  537. pinctrl-0 = <&i2c3_bus>;
  538. status = "disabled";
  539. };
  540. hsi2c_4: i2c@12CA0000 {
  541. compatible = "samsung,exynos5-hsi2c";
  542. reg = <0x12CA0000 0x1000>;
  543. interrupts = <0 60 0>;
  544. #address-cells = <1>;
  545. #size-cells = <0>;
  546. pinctrl-names = "default";
  547. pinctrl-0 = <&i2c4_hs_bus>;
  548. clocks = <&clock CLK_USI0>;
  549. clock-names = "hsi2c";
  550. status = "disabled";
  551. };
  552. hsi2c_5: i2c@12CB0000 {
  553. compatible = "samsung,exynos5-hsi2c";
  554. reg = <0x12CB0000 0x1000>;
  555. interrupts = <0 61 0>;
  556. #address-cells = <1>;
  557. #size-cells = <0>;
  558. pinctrl-names = "default";
  559. pinctrl-0 = <&i2c5_hs_bus>;
  560. clocks = <&clock CLK_USI1>;
  561. clock-names = "hsi2c";
  562. status = "disabled";
  563. };
  564. hsi2c_6: i2c@12CC0000 {
  565. compatible = "samsung,exynos5-hsi2c";
  566. reg = <0x12CC0000 0x1000>;
  567. interrupts = <0 62 0>;
  568. #address-cells = <1>;
  569. #size-cells = <0>;
  570. pinctrl-names = "default";
  571. pinctrl-0 = <&i2c6_hs_bus>;
  572. clocks = <&clock CLK_USI2>;
  573. clock-names = "hsi2c";
  574. status = "disabled";
  575. };
  576. hsi2c_7: i2c@12CD0000 {
  577. compatible = "samsung,exynos5-hsi2c";
  578. reg = <0x12CD0000 0x1000>;
  579. interrupts = <0 63 0>;
  580. #address-cells = <1>;
  581. #size-cells = <0>;
  582. pinctrl-names = "default";
  583. pinctrl-0 = <&i2c7_hs_bus>;
  584. clocks = <&clock CLK_USI3>;
  585. clock-names = "hsi2c";
  586. status = "disabled";
  587. };
  588. hsi2c_8: i2c@12E00000 {
  589. compatible = "samsung,exynos5-hsi2c";
  590. reg = <0x12E00000 0x1000>;
  591. interrupts = <0 87 0>;
  592. #address-cells = <1>;
  593. #size-cells = <0>;
  594. pinctrl-names = "default";
  595. pinctrl-0 = <&i2c8_hs_bus>;
  596. clocks = <&clock CLK_USI4>;
  597. clock-names = "hsi2c";
  598. status = "disabled";
  599. };
  600. hsi2c_9: i2c@12E10000 {
  601. compatible = "samsung,exynos5-hsi2c";
  602. reg = <0x12E10000 0x1000>;
  603. interrupts = <0 88 0>;
  604. #address-cells = <1>;
  605. #size-cells = <0>;
  606. pinctrl-names = "default";
  607. pinctrl-0 = <&i2c9_hs_bus>;
  608. clocks = <&clock CLK_USI5>;
  609. clock-names = "hsi2c";
  610. status = "disabled";
  611. };
  612. hsi2c_10: i2c@12E20000 {
  613. compatible = "samsung,exynos5-hsi2c";
  614. reg = <0x12E20000 0x1000>;
  615. interrupts = <0 203 0>;
  616. #address-cells = <1>;
  617. #size-cells = <0>;
  618. pinctrl-names = "default";
  619. pinctrl-0 = <&i2c10_hs_bus>;
  620. clocks = <&clock CLK_USI6>;
  621. clock-names = "hsi2c";
  622. status = "disabled";
  623. };
  624. hdmi: hdmi@14530000 {
  625. compatible = "samsung,exynos5420-hdmi";
  626. reg = <0x14530000 0x70000>;
  627. interrupts = <0 95 0>;
  628. clocks = <&clock CLK_HDMI>, <&clock CLK_SCLK_HDMI>,
  629. <&clock CLK_DOUT_PIXEL>, <&clock CLK_SCLK_HDMIPHY>,
  630. <&clock CLK_MOUT_HDMI>;
  631. clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
  632. "sclk_hdmiphy", "mout_hdmi";
  633. phy = <&hdmiphy>;
  634. samsung,syscon-phandle = <&pmu_system_controller>;
  635. status = "disabled";
  636. };
  637. hdmiphy: hdmiphy@145D0000 {
  638. reg = <0x145D0000 0x20>;
  639. };
  640. mixer: mixer@14450000 {
  641. compatible = "samsung,exynos5420-mixer";
  642. reg = <0x14450000 0x10000>;
  643. interrupts = <0 94 0>;
  644. clocks = <&clock CLK_MIXER>, <&clock CLK_SCLK_HDMI>;
  645. clock-names = "mixer", "sclk_hdmi";
  646. };
  647. gsc_0: video-scaler@13e00000 {
  648. compatible = "samsung,exynos5-gsc";
  649. reg = <0x13e00000 0x1000>;
  650. interrupts = <0 85 0>;
  651. clocks = <&clock CLK_GSCL0>;
  652. clock-names = "gscl";
  653. samsung,power-domain = <&gsc_pd>;
  654. };
  655. gsc_1: video-scaler@13e10000 {
  656. compatible = "samsung,exynos5-gsc";
  657. reg = <0x13e10000 0x1000>;
  658. interrupts = <0 86 0>;
  659. clocks = <&clock CLK_GSCL1>;
  660. clock-names = "gscl";
  661. samsung,power-domain = <&gsc_pd>;
  662. };
  663. pmu_system_controller: system-controller@10040000 {
  664. compatible = "samsung,exynos5420-pmu", "syscon";
  665. reg = <0x10040000 0x5000>;
  666. clock-names = "clkout16";
  667. clocks = <&clock CLK_FIN_PLL>;
  668. #clock-cells = <1>;
  669. };
  670. sysreg_system_controller: syscon@10050000 {
  671. compatible = "samsung,exynos5-sysreg", "syscon";
  672. reg = <0x10050000 0x5000>;
  673. };
  674. tmu_cpu0: tmu@10060000 {
  675. compatible = "samsung,exynos5420-tmu";
  676. reg = <0x10060000 0x100>;
  677. interrupts = <0 65 0>;
  678. clocks = <&clock CLK_TMU>;
  679. clock-names = "tmu_apbif";
  680. };
  681. tmu_cpu1: tmu@10064000 {
  682. compatible = "samsung,exynos5420-tmu";
  683. reg = <0x10064000 0x100>;
  684. interrupts = <0 183 0>;
  685. clocks = <&clock CLK_TMU>;
  686. clock-names = "tmu_apbif";
  687. };
  688. tmu_cpu2: tmu@10068000 {
  689. compatible = "samsung,exynos5420-tmu-ext-triminfo";
  690. reg = <0x10068000 0x100>, <0x1006c000 0x4>;
  691. interrupts = <0 184 0>;
  692. clocks = <&clock CLK_TMU>, <&clock CLK_TMU>;
  693. clock-names = "tmu_apbif", "tmu_triminfo_apbif";
  694. };
  695. tmu_cpu3: tmu@1006c000 {
  696. compatible = "samsung,exynos5420-tmu-ext-triminfo";
  697. reg = <0x1006c000 0x100>, <0x100a0000 0x4>;
  698. interrupts = <0 185 0>;
  699. clocks = <&clock CLK_TMU>, <&clock CLK_TMU_GPU>;
  700. clock-names = "tmu_apbif", "tmu_triminfo_apbif";
  701. };
  702. tmu_gpu: tmu@100a0000 {
  703. compatible = "samsung,exynos5420-tmu-ext-triminfo";
  704. reg = <0x100a0000 0x100>, <0x10068000 0x4>;
  705. interrupts = <0 215 0>;
  706. clocks = <&clock CLK_TMU_GPU>, <&clock CLK_TMU>;
  707. clock-names = "tmu_apbif", "tmu_triminfo_apbif";
  708. };
  709. watchdog: watchdog@101D0000 {
  710. compatible = "samsung,exynos5420-wdt";
  711. reg = <0x101D0000 0x100>;
  712. interrupts = <0 42 0>;
  713. clocks = <&clock CLK_WDT>;
  714. clock-names = "watchdog";
  715. samsung,syscon-phandle = <&pmu_system_controller>;
  716. };
  717. sss: sss@10830000 {
  718. compatible = "samsung,exynos4210-secss";
  719. reg = <0x10830000 0x10000>;
  720. interrupts = <0 112 0>;
  721. clocks = <&clock CLK_SSS>;
  722. clock-names = "secss";
  723. };
  724. usbdrd3_0: usb@12000000 {
  725. compatible = "samsung,exynos5250-dwusb3";
  726. clocks = <&clock CLK_USBD300>;
  727. clock-names = "usbdrd30";
  728. #address-cells = <1>;
  729. #size-cells = <1>;
  730. ranges;
  731. usbdrd_dwc3_0: dwc3 {
  732. compatible = "snps,dwc3";
  733. reg = <0x12000000 0x10000>;
  734. interrupts = <0 72 0>;
  735. phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>;
  736. phy-names = "usb2-phy", "usb3-phy";
  737. };
  738. };
  739. usbdrd_phy0: phy@12100000 {
  740. compatible = "samsung,exynos5420-usbdrd-phy";
  741. reg = <0x12100000 0x100>;
  742. clocks = <&clock CLK_USBD300>, <&clock CLK_SCLK_USBPHY300>;
  743. clock-names = "phy", "ref";
  744. samsung,pmu-syscon = <&pmu_system_controller>;
  745. #phy-cells = <1>;
  746. };
  747. usbdrd3_1: usb@12400000 {
  748. compatible = "samsung,exynos5250-dwusb3";
  749. clocks = <&clock CLK_USBD301>;
  750. clock-names = "usbdrd30";
  751. #address-cells = <1>;
  752. #size-cells = <1>;
  753. ranges;
  754. usbdrd_dwc3_1: dwc3 {
  755. compatible = "snps,dwc3";
  756. reg = <0x12400000 0x10000>;
  757. interrupts = <0 73 0>;
  758. phys = <&usbdrd_phy1 0>, <&usbdrd_phy1 1>;
  759. phy-names = "usb2-phy", "usb3-phy";
  760. };
  761. };
  762. usbdrd_phy1: phy@12500000 {
  763. compatible = "samsung,exynos5420-usbdrd-phy";
  764. reg = <0x12500000 0x100>;
  765. clocks = <&clock CLK_USBD301>, <&clock CLK_SCLK_USBPHY301>;
  766. clock-names = "phy", "ref";
  767. samsung,pmu-syscon = <&pmu_system_controller>;
  768. #phy-cells = <1>;
  769. };
  770. usbhost2: usb@12110000 {
  771. compatible = "samsung,exynos4210-ehci";
  772. reg = <0x12110000 0x100>;
  773. interrupts = <0 71 0>;
  774. clocks = <&clock CLK_USBH20>;
  775. clock-names = "usbhost";
  776. #address-cells = <1>;
  777. #size-cells = <0>;
  778. port@0 {
  779. reg = <0>;
  780. phys = <&usb2_phy 1>;
  781. };
  782. };
  783. usbhost1: usb@12120000 {
  784. compatible = "samsung,exynos4210-ohci";
  785. reg = <0x12120000 0x100>;
  786. interrupts = <0 71 0>;
  787. clocks = <&clock CLK_USBH20>;
  788. clock-names = "usbhost";
  789. #address-cells = <1>;
  790. #size-cells = <0>;
  791. port@0 {
  792. reg = <0>;
  793. phys = <&usb2_phy 1>;
  794. };
  795. };
  796. usb2_phy: phy@12130000 {
  797. compatible = "samsung,exynos5250-usb2-phy";
  798. reg = <0x12130000 0x100>;
  799. clocks = <&clock CLK_USBH20>, <&clock CLK_SCLK_USBPHY300>;
  800. clock-names = "phy", "ref";
  801. #phy-cells = <1>;
  802. samsung,sysreg-phandle = <&sysreg_system_controller>;
  803. samsung,pmureg-phandle = <&pmu_system_controller>;
  804. };
  805. };