exynos4412-trats2.dts 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  1. /*
  2. * Samsung's Exynos4412 based Trats 2 board device tree source
  3. *
  4. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * Device tree source file for Samsung's Trats 2 board which is based on
  8. * Samsung's Exynos4412 SoC.
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. /dts-v1/;
  15. #include "exynos4412.dtsi"
  16. / {
  17. model = "Samsung Trats 2 based on Exynos4412";
  18. compatible = "samsung,trats2", "samsung,exynos4412", "samsung,exynos4";
  19. aliases {
  20. i2c9 = &i2c_ak8975;
  21. i2c10 = &i2c_cm36651;
  22. };
  23. memory {
  24. reg = <0x40000000 0x40000000>;
  25. };
  26. chosen {
  27. bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
  28. };
  29. firmware@0204F000 {
  30. compatible = "samsung,secure-firmware";
  31. reg = <0x0204F000 0x1000>;
  32. };
  33. fixed-rate-clocks {
  34. xxti {
  35. compatible = "samsung,clock-xxti", "fixed-clock";
  36. clock-frequency = <0>;
  37. };
  38. xusbxti {
  39. compatible = "samsung,clock-xusbxti", "fixed-clock";
  40. clock-frequency = <24000000>;
  41. };
  42. };
  43. regulators {
  44. compatible = "simple-bus";
  45. #address-cells = <1>;
  46. #size-cells = <0>;
  47. vemmc_reg: regulator-0 {
  48. compatible = "regulator-fixed";
  49. regulator-name = "VMEM_VDD_2.8V";
  50. regulator-min-microvolt = <2800000>;
  51. regulator-max-microvolt = <2800000>;
  52. gpio = <&gpk0 2 0>;
  53. enable-active-high;
  54. };
  55. cam_io_reg: voltage-regulator-1 {
  56. compatible = "regulator-fixed";
  57. regulator-name = "CAM_SENSOR_A";
  58. regulator-min-microvolt = <2800000>;
  59. regulator-max-microvolt = <2800000>;
  60. gpio = <&gpm0 2 0>;
  61. enable-active-high;
  62. };
  63. lcd_vdd3_reg: voltage-regulator-2 {
  64. compatible = "regulator-fixed";
  65. regulator-name = "LCD_VDD_2.2V";
  66. regulator-min-microvolt = <2200000>;
  67. regulator-max-microvolt = <2200000>;
  68. gpio = <&gpc0 1 0>;
  69. enable-active-high;
  70. };
  71. cam_af_reg: voltage-regulator-3 {
  72. compatible = "regulator-fixed";
  73. regulator-name = "CAM_AF";
  74. regulator-min-microvolt = <2800000>;
  75. regulator-max-microvolt = <2800000>;
  76. gpio = <&gpm0 4 0>;
  77. enable-active-high;
  78. };
  79. cam_isp_core_reg: voltage-regulator-4 {
  80. compatible = "regulator-fixed";
  81. regulator-name = "CAM_ISP_CORE_1.2V_EN";
  82. regulator-min-microvolt = <1200000>;
  83. regulator-max-microvolt = <1200000>;
  84. gpio = <&gpm0 3 0>;
  85. enable-active-high;
  86. regulator-always-on;
  87. };
  88. ps_als_reg: voltage-regulator-5 {
  89. compatible = "regulator-fixed";
  90. regulator-name = "LED_A_3.0V";
  91. regulator-min-microvolt = <3000000>;
  92. regulator-max-microvolt = <3000000>;
  93. gpio = <&gpj0 5 0>;
  94. enable-active-high;
  95. };
  96. };
  97. gpio-keys {
  98. compatible = "gpio-keys";
  99. key-down {
  100. gpios = <&gpx3 3 1>;
  101. linux,code = <114>;
  102. label = "volume down";
  103. debounce-interval = <10>;
  104. };
  105. key-up {
  106. gpios = <&gpx2 2 1>;
  107. linux,code = <115>;
  108. label = "volume up";
  109. debounce-interval = <10>;
  110. };
  111. key-power {
  112. gpios = <&gpx2 7 1>;
  113. linux,code = <116>;
  114. label = "power";
  115. debounce-interval = <10>;
  116. gpio-key,wakeup;
  117. };
  118. key-ok {
  119. gpios = <&gpx0 1 1>;
  120. linux,code = <139>;
  121. label = "ok";
  122. debounce-inteval = <10>;
  123. gpio-key,wakeup;
  124. };
  125. };
  126. adc: adc@126C0000 {
  127. vdd-supply = <&ldo3_reg>;
  128. status = "okay";
  129. };
  130. i2c@13890000 {
  131. samsung,i2c-sda-delay = <100>;
  132. samsung,i2c-slave-addr = <0x10>;
  133. samsung,i2c-max-bus-freq = <400000>;
  134. pinctrl-0 = <&i2c3_bus>;
  135. pinctrl-names = "default";
  136. status = "okay";
  137. mms114-touchscreen@48 {
  138. compatible = "melfas,mms114";
  139. reg = <0x48>;
  140. interrupt-parent = <&gpm2>;
  141. interrupts = <3 2>;
  142. x-size = <720>;
  143. y-size = <1280>;
  144. avdd-supply = <&ldo23_reg>;
  145. vdd-supply = <&ldo24_reg>;
  146. };
  147. };
  148. i2c_0: i2c@13860000 {
  149. samsung,i2c-sda-delay = <100>;
  150. samsung,i2c-slave-addr = <0x10>;
  151. samsung,i2c-max-bus-freq = <400000>;
  152. pinctrl-0 = <&i2c0_bus>;
  153. pinctrl-names = "default";
  154. status = "okay";
  155. s5c73m3@3c {
  156. compatible = "samsung,s5c73m3";
  157. reg = <0x3c>;
  158. standby-gpios = <&gpm0 1 1>; /* ISP_STANDBY */
  159. xshutdown-gpios = <&gpf1 3 1>; /* ISP_RESET */
  160. vdd-int-supply = <&buck9_reg>;
  161. vddio-cis-supply = <&ldo9_reg>;
  162. vdda-supply = <&ldo17_reg>;
  163. vddio-host-supply = <&ldo18_reg>;
  164. vdd-af-supply = <&cam_af_reg>;
  165. vdd-reg-supply = <&cam_io_reg>;
  166. clock-frequency = <24000000>;
  167. /* CAM_A_CLKOUT */
  168. clocks = <&camera 0>;
  169. clock-names = "cis_extclk";
  170. port {
  171. s5c73m3_ep: endpoint {
  172. remote-endpoint = <&csis0_ep>;
  173. data-lanes = <1 2 3 4>;
  174. };
  175. };
  176. };
  177. };
  178. i2c@138D0000 {
  179. samsung,i2c-sda-delay = <100>;
  180. samsung,i2c-slave-addr = <0x10>;
  181. samsung,i2c-max-bus-freq = <100000>;
  182. pinctrl-0 = <&i2c7_bus>;
  183. pinctrl-names = "default";
  184. status = "okay";
  185. max77686_pmic@09 {
  186. compatible = "maxim,max77686";
  187. interrupt-parent = <&gpx0>;
  188. interrupts = <7 0>;
  189. reg = <0x09>;
  190. #clock-cells = <1>;
  191. voltage-regulators {
  192. ldo1_reg: ldo1 {
  193. regulator-compatible = "LDO1";
  194. regulator-name = "VALIVE_1.0V_AP";
  195. regulator-min-microvolt = <1000000>;
  196. regulator-max-microvolt = <1000000>;
  197. regulator-always-on;
  198. regulator-mem-on;
  199. };
  200. ldo2_reg: ldo2 {
  201. regulator-compatible = "LDO2";
  202. regulator-name = "VM1M2_1.2V_AP";
  203. regulator-min-microvolt = <1200000>;
  204. regulator-max-microvolt = <1200000>;
  205. regulator-always-on;
  206. regulator-mem-on;
  207. };
  208. ldo3_reg: ldo3 {
  209. regulator-compatible = "LDO3";
  210. regulator-name = "VCC_1.8V_AP";
  211. regulator-min-microvolt = <1800000>;
  212. regulator-max-microvolt = <1800000>;
  213. regulator-always-on;
  214. regulator-mem-on;
  215. };
  216. ldo4_reg: ldo4 {
  217. regulator-compatible = "LDO4";
  218. regulator-name = "VCC_2.8V_AP";
  219. regulator-min-microvolt = <2800000>;
  220. regulator-max-microvolt = <2800000>;
  221. regulator-always-on;
  222. regulator-mem-on;
  223. };
  224. ldo5_reg: ldo5 {
  225. regulator-compatible = "LDO5";
  226. regulator-name = "VCC_1.8V_IO";
  227. regulator-min-microvolt = <1800000>;
  228. regulator-max-microvolt = <1800000>;
  229. regulator-always-on;
  230. regulator-mem-on;
  231. };
  232. ldo6_reg: ldo6 {
  233. regulator-compatible = "LDO6";
  234. regulator-name = "VMPLL_1.0V_AP";
  235. regulator-min-microvolt = <1000000>;
  236. regulator-max-microvolt = <1000000>;
  237. regulator-always-on;
  238. regulator-mem-on;
  239. };
  240. ldo7_reg: ldo7 {
  241. regulator-compatible = "LDO7";
  242. regulator-name = "VPLL_1.0V_AP";
  243. regulator-min-microvolt = <1000000>;
  244. regulator-max-microvolt = <1000000>;
  245. regulator-always-on;
  246. regulator-mem-on;
  247. };
  248. ldo8_reg: ldo8 {
  249. regulator-compatible = "LDO8";
  250. regulator-name = "VMIPI_1.0V";
  251. regulator-min-microvolt = <1000000>;
  252. regulator-max-microvolt = <1000000>;
  253. regulator-mem-off;
  254. };
  255. ldo9_reg: ldo9 {
  256. regulator-compatible = "LDO9";
  257. regulator-name = "CAM_ISP_MIPI_1.2V";
  258. regulator-min-microvolt = <1200000>;
  259. regulator-max-microvolt = <1200000>;
  260. regulator-mem-idle;
  261. };
  262. ldo10_reg: ldo10 {
  263. regulator-compatible = "LDO10";
  264. regulator-name = "VMIPI_1.8V";
  265. regulator-min-microvolt = <1800000>;
  266. regulator-max-microvolt = <1800000>;
  267. regulator-mem-off;
  268. };
  269. ldo11_reg: ldo11 {
  270. regulator-compatible = "LDO11";
  271. regulator-name = "VABB1_1.95V";
  272. regulator-min-microvolt = <1950000>;
  273. regulator-max-microvolt = <1950000>;
  274. regulator-always-on;
  275. regulator-mem-off;
  276. };
  277. ldo12_reg: ldo12 {
  278. regulator-compatible = "LDO12";
  279. regulator-name = "VUOTG_3.0V";
  280. regulator-min-microvolt = <3000000>;
  281. regulator-max-microvolt = <3000000>;
  282. regulator-mem-off;
  283. };
  284. ldo13_reg: ldo13 {
  285. regulator-compatible = "LDO13";
  286. regulator-name = "NFC_AVDD_1.8V";
  287. regulator-min-microvolt = <1800000>;
  288. regulator-max-microvolt = <1800000>;
  289. regulator-mem-idle;
  290. };
  291. ldo14_reg: ldo14 {
  292. regulator-compatible = "LDO14";
  293. regulator-name = "VABB2_1.95V";
  294. regulator-min-microvolt = <1950000>;
  295. regulator-max-microvolt = <1950000>;
  296. regulator-always-on;
  297. regulator-mem-off;
  298. };
  299. ldo15_reg: ldo15 {
  300. regulator-compatible = "LDO15";
  301. regulator-name = "VHSIC_1.0V";
  302. regulator-min-microvolt = <1000000>;
  303. regulator-max-microvolt = <1000000>;
  304. regulator-mem-off;
  305. };
  306. ldo16_reg: ldo16 {
  307. regulator-compatible = "LDO16";
  308. regulator-name = "VHSIC_1.8V";
  309. regulator-min-microvolt = <1800000>;
  310. regulator-max-microvolt = <1800000>;
  311. regulator-mem-off;
  312. };
  313. ldo17_reg: ldo17 {
  314. regulator-compatible = "LDO17";
  315. regulator-name = "CAM_SENSOR_CORE_1.2V";
  316. regulator-min-microvolt = <1200000>;
  317. regulator-max-microvolt = <1200000>;
  318. regulator-mem-idle;
  319. };
  320. ldo18_reg: ldo18 {
  321. regulator-compatible = "LDO18";
  322. regulator-name = "CAM_ISP_SEN_IO_1.8V";
  323. regulator-min-microvolt = <1800000>;
  324. regulator-max-microvolt = <1800000>;
  325. regulator-mem-idle;
  326. };
  327. ldo19_reg: ldo19 {
  328. regulator-compatible = "LDO19";
  329. regulator-name = "VT_CAM_1.8V";
  330. regulator-min-microvolt = <1800000>;
  331. regulator-max-microvolt = <1800000>;
  332. regulator-mem-idle;
  333. };
  334. ldo20_reg: ldo20 {
  335. regulator-compatible = "LDO20";
  336. regulator-name = "VDDQ_PRE_1.8V";
  337. regulator-min-microvolt = <1800000>;
  338. regulator-max-microvolt = <1800000>;
  339. regulator-mem-idle;
  340. };
  341. ldo21_reg: ldo21 {
  342. regulator-compatible = "LDO21";
  343. regulator-name = "VTF_2.8V";
  344. regulator-min-microvolt = <2800000>;
  345. regulator-max-microvolt = <2800000>;
  346. regulator-mem-idle;
  347. };
  348. ldo22_reg: ldo22 {
  349. regulator-compatible = "LDO22";
  350. regulator-name = "VMEM_VDD_2.8V";
  351. regulator-min-microvolt = <2800000>;
  352. regulator-max-microvolt = <2800000>;
  353. regulator-always-on;
  354. regulator-mem-off;
  355. };
  356. ldo23_reg: ldo23 {
  357. regulator-compatible = "LDO23";
  358. regulator-name = "TSP_AVDD_3.3V";
  359. regulator-min-microvolt = <3300000>;
  360. regulator-max-microvolt = <3300000>;
  361. regulator-mem-idle;
  362. };
  363. ldo24_reg: ldo24 {
  364. regulator-compatible = "LDO24";
  365. regulator-name = "TSP_VDD_1.8V";
  366. regulator-min-microvolt = <1800000>;
  367. regulator-max-microvolt = <1800000>;
  368. regulator-mem-idle;
  369. };
  370. ldo25_reg: ldo25 {
  371. regulator-compatible = "LDO25";
  372. regulator-name = "LCD_VCC_3.3V";
  373. regulator-min-microvolt = <2800000>;
  374. regulator-max-microvolt = <2800000>;
  375. regulator-mem-idle;
  376. };
  377. ldo26_reg: ldo26 {
  378. regulator-compatible = "LDO26";
  379. regulator-name = "MOTOR_VCC_3.0V";
  380. regulator-min-microvolt = <3000000>;
  381. regulator-max-microvolt = <3000000>;
  382. regulator-mem-idle;
  383. };
  384. buck1_reg: buck1 {
  385. regulator-compatible = "BUCK1";
  386. regulator-name = "vdd_mif";
  387. regulator-min-microvolt = <850000>;
  388. regulator-max-microvolt = <1100000>;
  389. regulator-always-on;
  390. regulator-boot-on;
  391. regulator-mem-off;
  392. };
  393. buck2_reg: buck2 {
  394. regulator-compatible = "BUCK2";
  395. regulator-name = "vdd_arm";
  396. regulator-min-microvolt = <850000>;
  397. regulator-max-microvolt = <1500000>;
  398. regulator-always-on;
  399. regulator-boot-on;
  400. regulator-mem-off;
  401. };
  402. buck3_reg: buck3 {
  403. regulator-compatible = "BUCK3";
  404. regulator-name = "vdd_int";
  405. regulator-min-microvolt = <850000>;
  406. regulator-max-microvolt = <1150000>;
  407. regulator-always-on;
  408. regulator-boot-on;
  409. regulator-mem-off;
  410. };
  411. buck4_reg: buck4 {
  412. regulator-compatible = "BUCK4";
  413. regulator-name = "vdd_g3d";
  414. regulator-min-microvolt = <850000>;
  415. regulator-max-microvolt = <1150000>;
  416. regulator-boot-on;
  417. regulator-mem-off;
  418. };
  419. buck5_reg: buck5 {
  420. regulator-compatible = "BUCK5";
  421. regulator-name = "VMEM_1.2V_AP";
  422. regulator-min-microvolt = <1200000>;
  423. regulator-max-microvolt = <1200000>;
  424. regulator-always-on;
  425. };
  426. buck6_reg: buck6 {
  427. regulator-compatible = "BUCK6";
  428. regulator-name = "VCC_SUB_1.35V";
  429. regulator-min-microvolt = <1350000>;
  430. regulator-max-microvolt = <1350000>;
  431. regulator-always-on;
  432. };
  433. buck7_reg: buck7 {
  434. regulator-compatible = "BUCK7";
  435. regulator-name = "VCC_SUB_2.0V";
  436. regulator-min-microvolt = <2000000>;
  437. regulator-max-microvolt = <2000000>;
  438. regulator-always-on;
  439. };
  440. buck8_reg: buck8 {
  441. regulator-compatible = "BUCK8";
  442. regulator-name = "VMEM_VDDF_3.0V";
  443. regulator-min-microvolt = <2850000>;
  444. regulator-max-microvolt = <2850000>;
  445. regulator-always-on;
  446. regulator-mem-off;
  447. };
  448. buck9_reg: buck9 {
  449. regulator-compatible = "BUCK9";
  450. regulator-name = "CAM_ISP_CORE_1.2V";
  451. regulator-min-microvolt = <1000000>;
  452. regulator-max-microvolt = <1200000>;
  453. regulator-mem-off;
  454. };
  455. };
  456. };
  457. };
  458. mmc@12550000 {
  459. num-slots = <1>;
  460. broken-cd;
  461. non-removable;
  462. card-detect-delay = <200>;
  463. vmmc-supply = <&vemmc_reg>;
  464. clock-frequency = <400000000>;
  465. samsung,dw-mshc-ciu-div = <0>;
  466. samsung,dw-mshc-sdr-timing = <2 3>;
  467. samsung,dw-mshc-ddr-timing = <1 2>;
  468. pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
  469. pinctrl-names = "default";
  470. status = "okay";
  471. bus-width = <8>;
  472. cap-mmc-highspeed;
  473. };
  474. serial@13800000 {
  475. status = "okay";
  476. };
  477. serial@13810000 {
  478. status = "okay";
  479. };
  480. serial@13820000 {
  481. status = "okay";
  482. };
  483. serial@13830000 {
  484. status = "okay";
  485. };
  486. i2c_ak8975: i2c-gpio-0 {
  487. compatible = "i2c-gpio";
  488. gpios = <&gpy2 4 0>, <&gpy2 5 0>;
  489. i2c-gpio,delay-us = <2>;
  490. #address-cells = <1>;
  491. #size-cells = <0>;
  492. status = "okay";
  493. ak8975@0c {
  494. compatible = "asahi-kasei,ak8975";
  495. reg = <0x0c>;
  496. gpios = <&gpj0 7 0>;
  497. };
  498. };
  499. i2c_cm36651: i2c-gpio-2 {
  500. compatible = "i2c-gpio";
  501. gpios = <&gpf0 0 1>, <&gpf0 1 1>;
  502. i2c-gpio,delay-us = <2>;
  503. #address-cells = <1>;
  504. #size-cells = <0>;
  505. cm36651@18 {
  506. compatible = "capella,cm36651";
  507. reg = <0x18>;
  508. interrupt-parent = <&gpx0>;
  509. interrupts = <2 2>;
  510. vled-supply = <&ps_als_reg>;
  511. };
  512. };
  513. spi_1: spi@13930000 {
  514. pinctrl-names = "default";
  515. pinctrl-0 = <&spi1_bus>;
  516. cs-gpios = <&gpb 5 0>;
  517. status = "okay";
  518. s5c73m3_spi: s5c73m3 {
  519. compatible = "samsung,s5c73m3";
  520. spi-max-frequency = <50000000>;
  521. reg = <0>;
  522. controller-data {
  523. samsung,spi-feedback-delay = <2>;
  524. };
  525. };
  526. };
  527. dsi_0: dsi@11C80000 {
  528. vddcore-supply = <&ldo8_reg>;
  529. vddio-supply = <&ldo10_reg>;
  530. samsung,pll-clock-frequency = <24000000>;
  531. status = "okay";
  532. ports {
  533. #address-cells = <1>;
  534. #size-cells = <0>;
  535. port@1 {
  536. reg = <1>;
  537. dsi_out: endpoint {
  538. remote-endpoint = <&dsi_in>;
  539. samsung,burst-clock-frequency = <500000000>;
  540. samsung,esc-clock-frequency = <20000000>;
  541. };
  542. };
  543. };
  544. panel@0 {
  545. compatible = "samsung,s6e8aa0";
  546. reg = <0>;
  547. vdd3-supply = <&lcd_vdd3_reg>;
  548. vci-supply = <&ldo25_reg>;
  549. reset-gpios = <&gpy4 5 0>;
  550. power-on-delay= <50>;
  551. reset-delay = <100>;
  552. init-delay = <100>;
  553. flip-horizontal;
  554. flip-vertical;
  555. panel-width-mm = <58>;
  556. panel-height-mm = <103>;
  557. display-timings {
  558. timing-0 {
  559. clock-frequency = <0>;
  560. hactive = <720>;
  561. vactive = <1280>;
  562. hfront-porch = <5>;
  563. hback-porch = <5>;
  564. hsync-len = <5>;
  565. vfront-porch = <13>;
  566. vback-porch = <1>;
  567. vsync-len = <2>;
  568. };
  569. };
  570. port {
  571. dsi_in: endpoint {
  572. remote-endpoint = <&dsi_out>;
  573. };
  574. };
  575. };
  576. };
  577. fimd@11c00000 {
  578. status = "okay";
  579. };
  580. camera: camera {
  581. pinctrl-0 = <&cam_port_a_clk_active &cam_port_b_clk_active>;
  582. pinctrl-names = "default";
  583. status = "okay";
  584. fimc_0: fimc@11800000 {
  585. status = "okay";
  586. };
  587. fimc_1: fimc@11810000 {
  588. status = "okay";
  589. };
  590. fimc_2: fimc@11820000 {
  591. status = "okay";
  592. };
  593. fimc_3: fimc@11830000 {
  594. status = "okay";
  595. };
  596. csis_0: csis@11880000 {
  597. status = "okay";
  598. vddcore-supply = <&ldo8_reg>;
  599. vddio-supply = <&ldo10_reg>;
  600. clock-frequency = <176000000>;
  601. /* Camera C (3) MIPI CSI-2 (CSIS0) */
  602. port@3 {
  603. reg = <3>;
  604. csis0_ep: endpoint {
  605. remote-endpoint = <&s5c73m3_ep>;
  606. data-lanes = <1 2 3 4>;
  607. samsung,csis-hs-settle = <12>;
  608. };
  609. };
  610. };
  611. csis_1: csis@11890000 {
  612. vddcore-supply = <&ldo8_reg>;
  613. vddio-supply = <&ldo10_reg>;
  614. clock-frequency = <160000000>;
  615. status = "okay";
  616. /* Camera D (4) MIPI CSI-2 (CSIS1) */
  617. port@4 {
  618. reg = <4>;
  619. csis1_ep: endpoint {
  620. remote-endpoint = <&is_s5k6a3_ep>;
  621. data-lanes = <1>;
  622. samsung,csis-hs-settle = <18>;
  623. samsung,csis-wclk;
  624. };
  625. };
  626. };
  627. fimc_lite_0: fimc-lite@12390000 {
  628. status = "okay";
  629. };
  630. fimc_lite_1: fimc-lite@123A0000 {
  631. status = "okay";
  632. };
  633. fimc-is@12000000 {
  634. pinctrl-0 = <&fimc_is_uart>;
  635. pinctrl-names = "default";
  636. status = "okay";
  637. i2c1_isp: i2c-isp@12140000 {
  638. pinctrl-0 = <&fimc_is_i2c1>;
  639. pinctrl-names = "default";
  640. s5k6a3@10 {
  641. compatible = "samsung,s5k6a3";
  642. reg = <0x10>;
  643. svdda-supply = <&cam_io_reg>;
  644. svddio-supply = <&ldo19_reg>;
  645. afvdd-supply = <&ldo19_reg>;
  646. clock-frequency = <24000000>;
  647. /* CAM_B_CLKOUT */
  648. clocks = <&camera 1>;
  649. clock-names = "extclk";
  650. samsung,camclk-out = <1>;
  651. gpios = <&gpm1 6 0>;
  652. port {
  653. is_s5k6a3_ep: endpoint {
  654. remote-endpoint = <&csis1_ep>;
  655. data-lanes = <1>;
  656. };
  657. };
  658. };
  659. };
  660. };
  661. };
  662. exynos-usbphy@125B0000 {
  663. status = "okay";
  664. };
  665. hsotg@12480000 {
  666. vusb_d-supply = <&ldo15_reg>;
  667. vusb_a-supply = <&ldo12_reg>;
  668. status = "okay";
  669. };
  670. thermistor-ap@0 {
  671. compatible = "ntc,ncp15wb473";
  672. pullup-uv = <1800000>; /* VCC_1.8V_AP */
  673. pullup-ohm = <100000>; /* 100K */
  674. pulldown-ohm = <100000>; /* 100K */
  675. io-channels = <&adc 1>; /* AP temperature */
  676. };
  677. thermistor-battery@1 {
  678. compatible = "ntc,ncp15wb473";
  679. pullup-uv = <1800000>; /* VCC_1.8V_AP */
  680. pullup-ohm = <100000>; /* 100K */
  681. pulldown-ohm = <100000>; /* 100K */
  682. io-channels = <&adc 2>; /* Battery temperature */
  683. };
  684. };