exynos4412.dtsi 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Samsung's Exynos4412 SoC device tree source
  4. *
  5. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  6. * http://www.samsung.com
  7. *
  8. * Samsung's Exynos4412 SoC device nodes are listed in this file. Exynos4412
  9. * based board files can include this file and provide values for board specfic
  10. * bindings.
  11. *
  12. * Note: This file does not include device nodes for all the controllers in
  13. * Exynos4412 SoC. As device tree coverage for Exynos4412 increases, additional
  14. * nodes can be added to this file.
  15. */
  16. #include "exynos4.dtsi"
  17. #include "exynos4-cpu-thermal.dtsi"
  18. / {
  19. compatible = "samsung,exynos4412", "samsung,exynos4";
  20. aliases {
  21. pinctrl0 = &pinctrl_0;
  22. pinctrl1 = &pinctrl_1;
  23. pinctrl2 = &pinctrl_2;
  24. pinctrl3 = &pinctrl_3;
  25. fimc-lite0 = &fimc_lite_0;
  26. fimc-lite1 = &fimc_lite_1;
  27. mshc0 = &mshc_0;
  28. };
  29. cpus {
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. cpu-map {
  33. cluster0 {
  34. core0 {
  35. cpu = <&cpu0>;
  36. };
  37. core1 {
  38. cpu = <&cpu1>;
  39. };
  40. core2 {
  41. cpu = <&cpu2>;
  42. };
  43. core3 {
  44. cpu = <&cpu3>;
  45. };
  46. };
  47. };
  48. cpu0: cpu@a00 {
  49. device_type = "cpu";
  50. compatible = "arm,cortex-a9";
  51. reg = <0xA00>;
  52. clocks = <&clock CLK_ARM_CLK>;
  53. clock-names = "cpu";
  54. operating-points-v2 = <&cpu0_opp_table>;
  55. #cooling-cells = <2>; /* min followed by max */
  56. };
  57. cpu1: cpu@a01 {
  58. device_type = "cpu";
  59. compatible = "arm,cortex-a9";
  60. reg = <0xA01>;
  61. clocks = <&clock CLK_ARM_CLK>;
  62. clock-names = "cpu";
  63. operating-points-v2 = <&cpu0_opp_table>;
  64. #cooling-cells = <2>; /* min followed by max */
  65. };
  66. cpu2: cpu@a02 {
  67. device_type = "cpu";
  68. compatible = "arm,cortex-a9";
  69. reg = <0xA02>;
  70. clocks = <&clock CLK_ARM_CLK>;
  71. clock-names = "cpu";
  72. operating-points-v2 = <&cpu0_opp_table>;
  73. #cooling-cells = <2>; /* min followed by max */
  74. };
  75. cpu3: cpu@a03 {
  76. device_type = "cpu";
  77. compatible = "arm,cortex-a9";
  78. reg = <0xA03>;
  79. clocks = <&clock CLK_ARM_CLK>;
  80. clock-names = "cpu";
  81. operating-points-v2 = <&cpu0_opp_table>;
  82. #cooling-cells = <2>; /* min followed by max */
  83. };
  84. };
  85. cpu0_opp_table: opp-table0 {
  86. compatible = "operating-points-v2";
  87. opp-shared;
  88. opp-200000000 {
  89. opp-hz = /bits/ 64 <200000000>;
  90. opp-microvolt = <900000>;
  91. clock-latency-ns = <200000>;
  92. };
  93. opp-300000000 {
  94. opp-hz = /bits/ 64 <300000000>;
  95. opp-microvolt = <900000>;
  96. clock-latency-ns = <200000>;
  97. };
  98. opp-400000000 {
  99. opp-hz = /bits/ 64 <400000000>;
  100. opp-microvolt = <925000>;
  101. clock-latency-ns = <200000>;
  102. };
  103. opp-500000000 {
  104. opp-hz = /bits/ 64 <500000000>;
  105. opp-microvolt = <950000>;
  106. clock-latency-ns = <200000>;
  107. };
  108. opp-600000000 {
  109. opp-hz = /bits/ 64 <600000000>;
  110. opp-microvolt = <975000>;
  111. clock-latency-ns = <200000>;
  112. };
  113. opp-700000000 {
  114. opp-hz = /bits/ 64 <700000000>;
  115. opp-microvolt = <987500>;
  116. clock-latency-ns = <200000>;
  117. };
  118. opp-800000000 {
  119. opp-hz = /bits/ 64 <800000000>;
  120. opp-microvolt = <1000000>;
  121. clock-latency-ns = <200000>;
  122. opp-suspend;
  123. };
  124. opp-900000000 {
  125. opp-hz = /bits/ 64 <900000000>;
  126. opp-microvolt = <1037500>;
  127. clock-latency-ns = <200000>;
  128. };
  129. opp-1000000000 {
  130. opp-hz = /bits/ 64 <1000000000>;
  131. opp-microvolt = <1087500>;
  132. clock-latency-ns = <200000>;
  133. };
  134. opp-1100000000 {
  135. opp-hz = /bits/ 64 <1100000000>;
  136. opp-microvolt = <1137500>;
  137. clock-latency-ns = <200000>;
  138. };
  139. opp-1200000000 {
  140. opp-hz = /bits/ 64 <1200000000>;
  141. opp-microvolt = <1187500>;
  142. clock-latency-ns = <200000>;
  143. };
  144. opp-1300000000 {
  145. opp-hz = /bits/ 64 <1300000000>;
  146. opp-microvolt = <1250000>;
  147. clock-latency-ns = <200000>;
  148. };
  149. opp-1400000000 {
  150. opp-hz = /bits/ 64 <1400000000>;
  151. opp-microvolt = <1287500>;
  152. clock-latency-ns = <200000>;
  153. };
  154. cpu0_opp_1500: opp-1500000000 {
  155. opp-hz = /bits/ 64 <1500000000>;
  156. opp-microvolt = <1350000>;
  157. clock-latency-ns = <200000>;
  158. turbo-mode;
  159. };
  160. };
  161. soc: soc {
  162. pinctrl_0: pinctrl@11400000 {
  163. compatible = "samsung,exynos4x12-pinctrl";
  164. reg = <0x11400000 0x1000>;
  165. interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
  166. };
  167. pinctrl_1: pinctrl@11000000 {
  168. compatible = "samsung,exynos4x12-pinctrl";
  169. reg = <0x11000000 0x1000>;
  170. interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
  171. wakup_eint: wakeup-interrupt-controller {
  172. compatible = "samsung,exynos4210-wakeup-eint";
  173. interrupt-parent = <&gic>;
  174. interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
  175. };
  176. };
  177. pinctrl_2: pinctrl@3860000 {
  178. compatible = "samsung,exynos4x12-pinctrl";
  179. reg = <0x03860000 0x1000>;
  180. interrupt-parent = <&combiner>;
  181. interrupts = <10 0>;
  182. };
  183. pinctrl_3: pinctrl@106e0000 {
  184. compatible = "samsung,exynos4x12-pinctrl";
  185. reg = <0x106E0000 0x1000>;
  186. interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
  187. };
  188. sram@2020000 {
  189. compatible = "mmio-sram";
  190. reg = <0x02020000 0x40000>;
  191. #address-cells = <1>;
  192. #size-cells = <1>;
  193. ranges = <0 0x02020000 0x40000>;
  194. smp-sram@0 {
  195. compatible = "samsung,exynos4210-sysram";
  196. reg = <0x0 0x1000>;
  197. };
  198. smp-sram@2f000 {
  199. compatible = "samsung,exynos4210-sysram-ns";
  200. reg = <0x2f000 0x1000>;
  201. };
  202. };
  203. pd_isp: power-domain@10023ca0 {
  204. compatible = "samsung,exynos4210-pd";
  205. reg = <0x10023CA0 0x20>;
  206. #power-domain-cells = <0>;
  207. label = "ISP";
  208. };
  209. l2c: cache-controller@10502000 {
  210. compatible = "arm,pl310-cache";
  211. reg = <0x10502000 0x1000>;
  212. cache-unified;
  213. cache-level = <2>;
  214. prefetch-data = <1>;
  215. prefetch-instr = <1>;
  216. arm,tag-latency = <2 2 1>;
  217. arm,data-latency = <3 2 1>;
  218. arm,double-linefill = <1>;
  219. arm,double-linefill-incr = <0>;
  220. arm,double-linefill-wrap = <1>;
  221. arm,prefetch-drop = <1>;
  222. arm,prefetch-offset = <7>;
  223. };
  224. clock: clock-controller@10030000 {
  225. compatible = "samsung,exynos4412-clock";
  226. reg = <0x10030000 0x18000>;
  227. #clock-cells = <1>;
  228. };
  229. isp_clock: clock-controller@10048000 {
  230. compatible = "samsung,exynos4412-isp-clock";
  231. reg = <0x10048000 0x1000>;
  232. #clock-cells = <1>;
  233. power-domains = <&pd_isp>;
  234. clocks = <&clock CLK_ACLK200>,
  235. <&clock CLK_ACLK400_MCUISP>;
  236. clock-names = "aclk200", "aclk400_mcuisp";
  237. };
  238. timer@10050000 {
  239. compatible = "samsung,exynos4412-mct";
  240. reg = <0x10050000 0x800>;
  241. clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>;
  242. clock-names = "fin_pll", "mct";
  243. interrupts-extended = <&gic GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>,
  244. <&combiner 12 5>,
  245. <&combiner 12 6>,
  246. <&combiner 12 7>,
  247. <&gic GIC_PPI 12 IRQ_TYPE_LEVEL_HIGH>;
  248. };
  249. watchdog: watchdog@10060000 {
  250. compatible = "samsung,exynos5250-wdt";
  251. reg = <0x10060000 0x100>;
  252. interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
  253. clocks = <&clock CLK_WDT>;
  254. clock-names = "watchdog";
  255. samsung,syscon-phandle = <&pmu_system_controller>;
  256. };
  257. adc: adc@126c0000 {
  258. compatible = "samsung,exynos4212-adc";
  259. reg = <0x126C0000 0x100>;
  260. interrupt-parent = <&combiner>;
  261. interrupts = <10 3>;
  262. clocks = <&clock CLK_TSADC>;
  263. clock-names = "adc";
  264. #io-channel-cells = <1>;
  265. samsung,syscon-phandle = <&pmu_system_controller>;
  266. status = "disabled";
  267. };
  268. g2d: g2d@10800000 {
  269. compatible = "samsung,exynos4212-g2d";
  270. reg = <0x10800000 0x1000>;
  271. interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
  272. clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>;
  273. clock-names = "sclk_fimg2d", "fimg2d";
  274. iommus = <&sysmmu_g2d>;
  275. };
  276. mshc_0: mmc@12550000 {
  277. compatible = "samsung,exynos4412-dw-mshc";
  278. reg = <0x12550000 0x1000>;
  279. interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
  280. #address-cells = <1>;
  281. #size-cells = <0>;
  282. fifo-depth = <0x80>;
  283. clocks = <&clock CLK_SDMMC4>, <&clock CLK_SCLK_MMC4>;
  284. clock-names = "biu", "ciu";
  285. status = "disabled";
  286. };
  287. sysmmu_g2d: sysmmu@10a40000 {
  288. compatible = "samsung,exynos-sysmmu";
  289. reg = <0x10A40000 0x1000>;
  290. interrupt-parent = <&combiner>;
  291. interrupts = <4 7>;
  292. clock-names = "sysmmu", "master";
  293. clocks = <&clock CLK_SMMU_G2D>, <&clock CLK_G2D>;
  294. #iommu-cells = <0>;
  295. };
  296. sysmmu_fimc_isp: sysmmu@12260000 {
  297. compatible = "samsung,exynos-sysmmu";
  298. reg = <0x12260000 0x1000>;
  299. interrupt-parent = <&combiner>;
  300. interrupts = <16 2>;
  301. power-domains = <&pd_isp>;
  302. clock-names = "sysmmu";
  303. clocks = <&isp_clock CLK_ISP_SMMU_ISP>;
  304. #iommu-cells = <0>;
  305. };
  306. sysmmu_fimc_drc: sysmmu@12270000 {
  307. compatible = "samsung,exynos-sysmmu";
  308. reg = <0x12270000 0x1000>;
  309. interrupt-parent = <&combiner>;
  310. interrupts = <16 3>;
  311. power-domains = <&pd_isp>;
  312. clock-names = "sysmmu";
  313. clocks = <&isp_clock CLK_ISP_SMMU_DRC>;
  314. #iommu-cells = <0>;
  315. };
  316. sysmmu_fimc_fd: sysmmu@122a0000 {
  317. compatible = "samsung,exynos-sysmmu";
  318. reg = <0x122A0000 0x1000>;
  319. interrupt-parent = <&combiner>;
  320. interrupts = <16 4>;
  321. power-domains = <&pd_isp>;
  322. clock-names = "sysmmu";
  323. clocks = <&isp_clock CLK_ISP_SMMU_FD>;
  324. #iommu-cells = <0>;
  325. };
  326. sysmmu_fimc_mcuctl: sysmmu@122b0000 {
  327. compatible = "samsung,exynos-sysmmu";
  328. reg = <0x122B0000 0x1000>;
  329. interrupt-parent = <&combiner>;
  330. interrupts = <16 5>;
  331. power-domains = <&pd_isp>;
  332. clock-names = "sysmmu";
  333. clocks = <&isp_clock CLK_ISP_SMMU_ISPCX>;
  334. #iommu-cells = <0>;
  335. };
  336. sysmmu_fimc_lite0: sysmmu@123b0000 {
  337. compatible = "samsung,exynos-sysmmu";
  338. reg = <0x123B0000 0x1000>;
  339. interrupt-parent = <&combiner>;
  340. interrupts = <16 0>;
  341. power-domains = <&pd_isp>;
  342. clock-names = "sysmmu", "master";
  343. clocks = <&isp_clock CLK_ISP_SMMU_LITE0>,
  344. <&isp_clock CLK_ISP_FIMC_LITE0>;
  345. #iommu-cells = <0>;
  346. };
  347. sysmmu_fimc_lite1: sysmmu@123c0000 {
  348. compatible = "samsung,exynos-sysmmu";
  349. reg = <0x123C0000 0x1000>;
  350. interrupt-parent = <&combiner>;
  351. interrupts = <16 1>;
  352. power-domains = <&pd_isp>;
  353. clock-names = "sysmmu", "master";
  354. clocks = <&isp_clock CLK_ISP_SMMU_LITE1>,
  355. <&isp_clock CLK_ISP_FIMC_LITE1>;
  356. #iommu-cells = <0>;
  357. };
  358. bus_dmc: bus-dmc {
  359. compatible = "samsung,exynos-bus";
  360. clocks = <&clock CLK_DIV_DMC>;
  361. clock-names = "bus";
  362. operating-points-v2 = <&bus_dmc_opp_table>;
  363. samsung,data-clock-ratio = <4>;
  364. #interconnect-cells = <0>;
  365. status = "disabled";
  366. };
  367. bus_acp: bus-acp {
  368. compatible = "samsung,exynos-bus";
  369. clocks = <&clock CLK_DIV_ACP>;
  370. clock-names = "bus";
  371. operating-points-v2 = <&bus_acp_opp_table>;
  372. status = "disabled";
  373. };
  374. bus_c2c: bus-c2c {
  375. compatible = "samsung,exynos-bus";
  376. clocks = <&clock CLK_DIV_C2C>;
  377. clock-names = "bus";
  378. operating-points-v2 = <&bus_dmc_opp_table>;
  379. status = "disabled";
  380. };
  381. bus_dmc_opp_table: opp-table1 {
  382. compatible = "operating-points-v2";
  383. opp-100000000 {
  384. opp-hz = /bits/ 64 <100000000>;
  385. opp-microvolt = <900000>;
  386. };
  387. opp-134000000 {
  388. opp-hz = /bits/ 64 <134000000>;
  389. opp-microvolt = <900000>;
  390. };
  391. opp-160000000 {
  392. opp-hz = /bits/ 64 <160000000>;
  393. opp-microvolt = <900000>;
  394. };
  395. opp-267000000 {
  396. opp-hz = /bits/ 64 <267000000>;
  397. opp-microvolt = <950000>;
  398. };
  399. opp-400000000 {
  400. opp-hz = /bits/ 64 <400000000>;
  401. opp-microvolt = <1050000>;
  402. opp-suspend;
  403. };
  404. };
  405. bus_acp_opp_table: opp-table2 {
  406. compatible = "operating-points-v2";
  407. opp-100000000 {
  408. opp-hz = /bits/ 64 <100000000>;
  409. };
  410. opp-134000000 {
  411. opp-hz = /bits/ 64 <134000000>;
  412. };
  413. opp-160000000 {
  414. opp-hz = /bits/ 64 <160000000>;
  415. };
  416. opp-267000000 {
  417. opp-hz = /bits/ 64 <267000000>;
  418. };
  419. };
  420. bus_leftbus: bus-leftbus {
  421. compatible = "samsung,exynos-bus";
  422. clocks = <&clock CLK_DIV_GDL>;
  423. clock-names = "bus";
  424. operating-points-v2 = <&bus_leftbus_opp_table>;
  425. interconnects = <&bus_dmc>;
  426. #interconnect-cells = <0>;
  427. status = "disabled";
  428. };
  429. bus_rightbus: bus-rightbus {
  430. compatible = "samsung,exynos-bus";
  431. clocks = <&clock CLK_DIV_GDR>;
  432. clock-names = "bus";
  433. operating-points-v2 = <&bus_leftbus_opp_table>;
  434. status = "disabled";
  435. };
  436. bus_display: bus-display {
  437. compatible = "samsung,exynos-bus";
  438. clocks = <&clock CLK_ACLK160>;
  439. clock-names = "bus";
  440. operating-points-v2 = <&bus_display_opp_table>;
  441. interconnects = <&bus_leftbus &bus_dmc>;
  442. #interconnect-cells = <0>;
  443. status = "disabled";
  444. };
  445. bus_fsys: bus-fsys {
  446. compatible = "samsung,exynos-bus";
  447. clocks = <&clock CLK_ACLK133>;
  448. clock-names = "bus";
  449. operating-points-v2 = <&bus_fsys_opp_table>;
  450. status = "disabled";
  451. };
  452. bus_peri: bus-peri {
  453. compatible = "samsung,exynos-bus";
  454. clocks = <&clock CLK_ACLK100>;
  455. clock-names = "bus";
  456. operating-points-v2 = <&bus_peri_opp_table>;
  457. status = "disabled";
  458. };
  459. bus_mfc: bus-mfc {
  460. compatible = "samsung,exynos-bus";
  461. clocks = <&clock CLK_SCLK_MFC>;
  462. clock-names = "bus";
  463. operating-points-v2 = <&bus_leftbus_opp_table>;
  464. status = "disabled";
  465. };
  466. bus_leftbus_opp_table: opp-table3 {
  467. compatible = "operating-points-v2";
  468. opp-100000000 {
  469. opp-hz = /bits/ 64 <100000000>;
  470. opp-microvolt = <900000>;
  471. };
  472. opp-134000000 {
  473. opp-hz = /bits/ 64 <134000000>;
  474. opp-microvolt = <925000>;
  475. };
  476. opp-160000000 {
  477. opp-hz = /bits/ 64 <160000000>;
  478. opp-microvolt = <950000>;
  479. };
  480. opp-200000000 {
  481. opp-hz = /bits/ 64 <200000000>;
  482. opp-microvolt = <1000000>;
  483. opp-suspend;
  484. };
  485. };
  486. bus_display_opp_table: opp-table4 {
  487. compatible = "operating-points-v2";
  488. opp-160000000 {
  489. opp-hz = /bits/ 64 <160000000>;
  490. };
  491. opp-200000000 {
  492. opp-hz = /bits/ 64 <200000000>;
  493. };
  494. };
  495. bus_fsys_opp_table: opp-table5 {
  496. compatible = "operating-points-v2";
  497. opp-100000000 {
  498. opp-hz = /bits/ 64 <100000000>;
  499. };
  500. opp-134000000 {
  501. opp-hz = /bits/ 64 <134000000>;
  502. };
  503. };
  504. bus_peri_opp_table: opp-table6 {
  505. compatible = "operating-points-v2";
  506. opp-50000000 {
  507. opp-hz = /bits/ 64 <50000000>;
  508. };
  509. opp-100000000 {
  510. opp-hz = /bits/ 64 <100000000>;
  511. };
  512. };
  513. };
  514. };
  515. &combiner {
  516. samsung,combiner-nr = <20>;
  517. interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
  518. <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
  519. <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
  520. <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
  521. <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
  522. <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
  523. <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
  524. <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
  525. <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
  526. <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
  527. <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
  528. <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
  529. <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
  530. <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
  531. <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
  532. <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>,
  533. <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
  534. <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
  535. <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
  536. <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
  537. };
  538. &camera {
  539. clocks = <&clock CLK_SCLK_CAM0>, <&clock CLK_SCLK_CAM1>,
  540. <&clock CLK_PIXELASYNCM0>, <&clock CLK_PIXELASYNCM1>;
  541. clock-names = "sclk_cam0", "sclk_cam1", "pxl_async0", "pxl_async1";
  542. /* fimc_[0-3] are configured outside, under phandles */
  543. fimc_lite_0: fimc-lite@12390000 {
  544. compatible = "samsung,exynos4212-fimc-lite";
  545. reg = <0x12390000 0x1000>;
  546. interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
  547. power-domains = <&pd_isp>;
  548. clocks = <&isp_clock CLK_ISP_FIMC_LITE0>;
  549. clock-names = "flite";
  550. iommus = <&sysmmu_fimc_lite0>;
  551. status = "disabled";
  552. };
  553. fimc_lite_1: fimc-lite@123a0000 {
  554. compatible = "samsung,exynos4212-fimc-lite";
  555. reg = <0x123A0000 0x1000>;
  556. interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
  557. power-domains = <&pd_isp>;
  558. clocks = <&isp_clock CLK_ISP_FIMC_LITE1>;
  559. clock-names = "flite";
  560. iommus = <&sysmmu_fimc_lite1>;
  561. status = "disabled";
  562. };
  563. fimc_is: fimc-is@12000000 {
  564. compatible = "samsung,exynos4212-fimc-is";
  565. reg = <0x12000000 0x260000>;
  566. interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
  567. <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
  568. power-domains = <&pd_isp>;
  569. clocks = <&isp_clock CLK_ISP_FIMC_LITE0>,
  570. <&isp_clock CLK_ISP_FIMC_LITE1>,
  571. <&isp_clock CLK_ISP_PPMUISPX>,
  572. <&isp_clock CLK_ISP_PPMUISPMX>,
  573. <&isp_clock CLK_ISP_FIMC_ISP>,
  574. <&isp_clock CLK_ISP_FIMC_DRC>,
  575. <&isp_clock CLK_ISP_FIMC_FD>,
  576. <&isp_clock CLK_ISP_MCUISP>,
  577. <&isp_clock CLK_ISP_GICISP>,
  578. <&isp_clock CLK_ISP_MCUCTL_ISP>,
  579. <&isp_clock CLK_ISP_PWM_ISP>,
  580. <&isp_clock CLK_ISP_DIV_ISP0>,
  581. <&isp_clock CLK_ISP_DIV_ISP1>,
  582. <&isp_clock CLK_ISP_DIV_MCUISP0>,
  583. <&isp_clock CLK_ISP_DIV_MCUISP1>,
  584. <&clock CLK_MOUT_MPLL_USER_T>,
  585. <&clock CLK_ACLK200>,
  586. <&clock CLK_ACLK400_MCUISP>,
  587. <&clock CLK_DIV_ACLK200>,
  588. <&clock CLK_DIV_ACLK400_MCUISP>,
  589. <&clock CLK_UART_ISP_SCLK>;
  590. clock-names = "lite0", "lite1", "ppmuispx",
  591. "ppmuispmx", "isp",
  592. "drc", "fd", "mcuisp",
  593. "gicisp", "mcuctl_isp", "pwm_isp",
  594. "ispdiv0", "ispdiv1", "mcuispdiv0",
  595. "mcuispdiv1", "mpll", "aclk200",
  596. "aclk400mcuisp", "div_aclk200",
  597. "div_aclk400mcuisp", "uart";
  598. iommus = <&sysmmu_fimc_isp>, <&sysmmu_fimc_drc>,
  599. <&sysmmu_fimc_fd>, <&sysmmu_fimc_mcuctl>;
  600. iommu-names = "isp", "drc", "fd", "mcuctl";
  601. #address-cells = <1>;
  602. #size-cells = <1>;
  603. ranges;
  604. status = "disabled";
  605. pmu@10020000 {
  606. reg = <0x10020000 0x3000>;
  607. };
  608. i2c1_isp: i2c-isp@12140000 {
  609. compatible = "samsung,exynos4212-i2c-isp";
  610. reg = <0x12140000 0x100>;
  611. clocks = <&isp_clock CLK_ISP_I2C1_ISP>;
  612. clock-names = "i2c_isp";
  613. #address-cells = <1>;
  614. #size-cells = <0>;
  615. };
  616. };
  617. };
  618. &exynos_usbphy {
  619. compatible = "samsung,exynos4x12-usb2-phy";
  620. samsung,sysreg-phandle = <&sys_reg>;
  621. };
  622. &fimc_0 {
  623. compatible = "samsung,exynos4212-fimc";
  624. samsung,pix-limits = <4224 8192 1920 4224>;
  625. samsung,mainscaler-ext;
  626. samsung,isp-wb;
  627. samsung,cam-if;
  628. };
  629. &fimc_1 {
  630. compatible = "samsung,exynos4212-fimc";
  631. samsung,pix-limits = <4224 8192 1920 4224>;
  632. samsung,mainscaler-ext;
  633. samsung,isp-wb;
  634. samsung,cam-if;
  635. };
  636. &fimc_2 {
  637. compatible = "samsung,exynos4212-fimc";
  638. samsung,pix-limits = <4224 8192 1920 4224>;
  639. samsung,mainscaler-ext;
  640. samsung,isp-wb;
  641. samsung,lcd-wb;
  642. samsung,cam-if;
  643. };
  644. &fimc_3 {
  645. compatible = "samsung,exynos4212-fimc";
  646. samsung,pix-limits = <1920 8192 1366 1920>;
  647. samsung,rotators = <0>;
  648. samsung,mainscaler-ext;
  649. samsung,isp-wb;
  650. samsung,lcd-wb;
  651. };
  652. &gic {
  653. cpu-offset = <0x4000>;
  654. };
  655. &gpu {
  656. interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>,
  657. <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
  658. <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
  659. <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
  660. <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
  661. <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
  662. <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
  663. <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
  664. <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
  665. <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
  666. <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
  667. interrupt-names = "gp",
  668. "gpmmu",
  669. "pp0",
  670. "ppmmu0",
  671. "pp1",
  672. "ppmmu1",
  673. "pp2",
  674. "ppmmu2",
  675. "pp3",
  676. "ppmmu3",
  677. "pmu";
  678. operating-points-v2 = <&gpu_opp_table>;
  679. gpu_opp_table: opp-table {
  680. compatible = "operating-points-v2";
  681. opp-160000000 {
  682. opp-hz = /bits/ 64 <160000000>;
  683. opp-microvolt = <875000>;
  684. };
  685. opp-267000000 {
  686. opp-hz = /bits/ 64 <267000000>;
  687. opp-microvolt = <900000>;
  688. };
  689. opp-350000000 {
  690. opp-hz = /bits/ 64 <350000000>;
  691. opp-microvolt = <950000>;
  692. };
  693. opp-440000000 {
  694. opp-hz = /bits/ 64 <440000000>;
  695. opp-microvolt = <1025000>;
  696. };
  697. };
  698. };
  699. &hdmi {
  700. compatible = "samsung,exynos4212-hdmi";
  701. };
  702. &jpeg_codec {
  703. compatible = "samsung,exynos4212-jpeg";
  704. };
  705. &rotator {
  706. compatible = "samsung,exynos4212-rotator";
  707. };
  708. &mixer {
  709. compatible = "samsung,exynos4212-mixer";
  710. clock-names = "mixer", "hdmi", "sclk_hdmi", "vp";
  711. clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>,
  712. <&clock CLK_SCLK_HDMI>, <&clock CLK_VP>;
  713. interconnects = <&bus_display &bus_dmc>;
  714. };
  715. &pmu {
  716. interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
  717. interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
  718. status = "okay";
  719. };
  720. &pmu_system_controller {
  721. compatible = "samsung,exynos4412-pmu", "syscon";
  722. clock-names = "clkout0", "clkout1", "clkout2", "clkout3",
  723. "clkout4", "clkout8", "clkout9";
  724. clocks = <&clock CLK_OUT_DMC>, <&clock CLK_OUT_TOP>,
  725. <&clock CLK_OUT_LEFTBUS>, <&clock CLK_OUT_RIGHTBUS>,
  726. <&clock CLK_OUT_CPU>, <&clock CLK_XXTI>, <&clock CLK_XUSBXTI>;
  727. #clock-cells = <1>;
  728. };
  729. &tmu {
  730. compatible = "samsung,exynos4412-tmu";
  731. interrupt-parent = <&combiner>;
  732. interrupts = <2 4>;
  733. reg = <0x100C0000 0x100>;
  734. clocks = <&clock CLK_TMU_APBIF>;
  735. clock-names = "tmu_apbif";
  736. status = "disabled";
  737. };
  738. #include "exynos4412-pinctrl.dtsi"