omap3.dtsi 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814
  1. /*
  2. * Device Tree Source for OMAP3 SoC
  3. *
  4. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include <dt-bindings/gpio/gpio.h>
  11. #include <dt-bindings/interrupt-controller/irq.h>
  12. #include <dt-bindings/pinctrl/omap.h>
  13. #include "skeleton.dtsi"
  14. / {
  15. compatible = "ti,omap3430", "ti,omap3";
  16. interrupt-parent = <&intc>;
  17. aliases {
  18. i2c0 = &i2c1;
  19. i2c1 = &i2c2;
  20. i2c2 = &i2c3;
  21. serial0 = &uart1;
  22. serial1 = &uart2;
  23. serial2 = &uart3;
  24. };
  25. cpus {
  26. #address-cells = <1>;
  27. #size-cells = <0>;
  28. cpu@0 {
  29. compatible = "arm,cortex-a8";
  30. device_type = "cpu";
  31. reg = <0x0>;
  32. clocks = <&dpll1_ck>;
  33. clock-names = "cpu";
  34. clock-latency = <300000>; /* From omap-cpufreq driver */
  35. };
  36. };
  37. pmu {
  38. compatible = "arm,cortex-a8-pmu";
  39. reg = <0x54000000 0x800000>;
  40. interrupts = <3>;
  41. ti,hwmods = "debugss";
  42. };
  43. /*
  44. * The soc node represents the soc top level view. It is used for IPs
  45. * that are not memory mapped in the MPU view or for the MPU itself.
  46. */
  47. soc {
  48. compatible = "ti,omap-infra";
  49. mpu {
  50. compatible = "ti,omap3-mpu";
  51. ti,hwmods = "mpu";
  52. };
  53. iva: iva {
  54. compatible = "ti,iva2.2";
  55. ti,hwmods = "iva";
  56. dsp {
  57. compatible = "ti,omap3-c64";
  58. };
  59. };
  60. };
  61. /*
  62. * XXX: Use a flat representation of the OMAP3 interconnect.
  63. * The real OMAP interconnect network is quite complex.
  64. * Since it will not bring real advantage to represent that in DT for
  65. * the moment, just use a fake OCP bus entry to represent the whole bus
  66. * hierarchy.
  67. */
  68. ocp {
  69. compatible = "simple-bus";
  70. reg = <0x68000000 0x10000>;
  71. interrupts = <9 10>;
  72. #address-cells = <1>;
  73. #size-cells = <1>;
  74. ranges;
  75. ti,hwmods = "l3_main";
  76. aes: aes@480c5000 {
  77. compatible = "ti,omap3-aes";
  78. ti,hwmods = "aes";
  79. reg = <0x480c5000 0x50>;
  80. interrupts = <0>;
  81. };
  82. prm: prm@48306000 {
  83. compatible = "ti,omap3-prm";
  84. reg = <0x48306000 0x4000>;
  85. interrupts = <11>;
  86. prm_clocks: clocks {
  87. #address-cells = <1>;
  88. #size-cells = <0>;
  89. };
  90. prm_clockdomains: clockdomains {
  91. };
  92. };
  93. cm: cm@48004000 {
  94. compatible = "ti,omap3-cm";
  95. reg = <0x48004000 0x4000>;
  96. cm_clocks: clocks {
  97. #address-cells = <1>;
  98. #size-cells = <0>;
  99. };
  100. cm_clockdomains: clockdomains {
  101. };
  102. };
  103. scrm: scrm@48002000 {
  104. compatible = "ti,omap3-scrm";
  105. reg = <0x48002000 0x2000>;
  106. scrm_clocks: clocks {
  107. #address-cells = <1>;
  108. #size-cells = <0>;
  109. };
  110. scrm_clockdomains: clockdomains {
  111. };
  112. };
  113. counter32k: counter@48320000 {
  114. compatible = "ti,omap-counter32k";
  115. reg = <0x48320000 0x20>;
  116. ti,hwmods = "counter_32k";
  117. };
  118. intc: interrupt-controller@48200000 {
  119. compatible = "ti,omap3-intc";
  120. interrupt-controller;
  121. #interrupt-cells = <1>;
  122. reg = <0x48200000 0x1000>;
  123. };
  124. sdma: dma-controller@48056000 {
  125. compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
  126. reg = <0x48056000 0x1000>;
  127. interrupts = <12>,
  128. <13>,
  129. <14>,
  130. <15>;
  131. #dma-cells = <1>;
  132. #dma-channels = <32>;
  133. #dma-requests = <96>;
  134. };
  135. omap3_pmx_core: pinmux@48002030 {
  136. compatible = "ti,omap3-padconf", "pinctrl-single";
  137. reg = <0x48002030 0x0238>;
  138. #address-cells = <1>;
  139. #size-cells = <0>;
  140. #interrupt-cells = <1>;
  141. interrupt-controller;
  142. pinctrl-single,register-width = <16>;
  143. pinctrl-single,function-mask = <0xff1f>;
  144. };
  145. omap3_pmx_wkup: pinmux@48002a00 {
  146. compatible = "ti,omap3-padconf", "pinctrl-single";
  147. reg = <0x48002a00 0x5c>;
  148. #address-cells = <1>;
  149. #size-cells = <0>;
  150. #interrupt-cells = <1>;
  151. interrupt-controller;
  152. pinctrl-single,register-width = <16>;
  153. pinctrl-single,function-mask = <0xff1f>;
  154. };
  155. omap3_scm_general: tisyscon@48002270 {
  156. compatible = "syscon";
  157. reg = <0x48002270 0x2f0>;
  158. };
  159. pbias_regulator: pbias_regulator {
  160. compatible = "ti,pbias-omap";
  161. reg = <0x2b0 0x4>;
  162. syscon = <&omap3_scm_general>;
  163. pbias_mmc_reg: pbias_mmc_omap2430 {
  164. regulator-name = "pbias_mmc_omap2430";
  165. regulator-min-microvolt = <1800000>;
  166. regulator-max-microvolt = <3000000>;
  167. };
  168. };
  169. gpio1: gpio@48310000 {
  170. compatible = "ti,omap3-gpio";
  171. reg = <0x48310000 0x200>;
  172. interrupts = <29>;
  173. ti,hwmods = "gpio1";
  174. ti,gpio-always-on;
  175. gpio-controller;
  176. #gpio-cells = <2>;
  177. interrupt-controller;
  178. #interrupt-cells = <2>;
  179. };
  180. gpio2: gpio@49050000 {
  181. compatible = "ti,omap3-gpio";
  182. reg = <0x49050000 0x200>;
  183. interrupts = <30>;
  184. ti,hwmods = "gpio2";
  185. gpio-controller;
  186. #gpio-cells = <2>;
  187. interrupt-controller;
  188. #interrupt-cells = <2>;
  189. };
  190. gpio3: gpio@49052000 {
  191. compatible = "ti,omap3-gpio";
  192. reg = <0x49052000 0x200>;
  193. interrupts = <31>;
  194. ti,hwmods = "gpio3";
  195. gpio-controller;
  196. #gpio-cells = <2>;
  197. interrupt-controller;
  198. #interrupt-cells = <2>;
  199. };
  200. gpio4: gpio@49054000 {
  201. compatible = "ti,omap3-gpio";
  202. reg = <0x49054000 0x200>;
  203. interrupts = <32>;
  204. ti,hwmods = "gpio4";
  205. gpio-controller;
  206. #gpio-cells = <2>;
  207. interrupt-controller;
  208. #interrupt-cells = <2>;
  209. };
  210. gpio5: gpio@49056000 {
  211. compatible = "ti,omap3-gpio";
  212. reg = <0x49056000 0x200>;
  213. interrupts = <33>;
  214. ti,hwmods = "gpio5";
  215. gpio-controller;
  216. #gpio-cells = <2>;
  217. interrupt-controller;
  218. #interrupt-cells = <2>;
  219. };
  220. gpio6: gpio@49058000 {
  221. compatible = "ti,omap3-gpio";
  222. reg = <0x49058000 0x200>;
  223. interrupts = <34>;
  224. ti,hwmods = "gpio6";
  225. gpio-controller;
  226. #gpio-cells = <2>;
  227. interrupt-controller;
  228. #interrupt-cells = <2>;
  229. };
  230. uart1: serial@4806a000 {
  231. compatible = "ti,omap3-uart";
  232. reg = <0x4806a000 0x2000>;
  233. interrupts-extended = <&intc 72>;
  234. dmas = <&sdma 49 &sdma 50>;
  235. dma-names = "tx", "rx";
  236. ti,hwmods = "uart1";
  237. clock-frequency = <48000000>;
  238. };
  239. uart2: serial@4806c000 {
  240. compatible = "ti,omap3-uart";
  241. reg = <0x4806c000 0x400>;
  242. interrupts-extended = <&intc 73>;
  243. dmas = <&sdma 51 &sdma 52>;
  244. dma-names = "tx", "rx";
  245. ti,hwmods = "uart2";
  246. clock-frequency = <48000000>;
  247. };
  248. uart3: serial@49020000 {
  249. compatible = "ti,omap3-uart";
  250. reg = <0x49020000 0x400>;
  251. interrupts-extended = <&intc 74>;
  252. dmas = <&sdma 53 &sdma 54>;
  253. dma-names = "tx", "rx";
  254. ti,hwmods = "uart3";
  255. clock-frequency = <48000000>;
  256. };
  257. i2c1: i2c@48070000 {
  258. compatible = "ti,omap3-i2c";
  259. reg = <0x48070000 0x80>;
  260. interrupts = <56>;
  261. dmas = <&sdma 27 &sdma 28>;
  262. dma-names = "tx", "rx";
  263. #address-cells = <1>;
  264. #size-cells = <0>;
  265. ti,hwmods = "i2c1";
  266. };
  267. i2c2: i2c@48072000 {
  268. compatible = "ti,omap3-i2c";
  269. reg = <0x48072000 0x80>;
  270. interrupts = <57>;
  271. dmas = <&sdma 29 &sdma 30>;
  272. dma-names = "tx", "rx";
  273. #address-cells = <1>;
  274. #size-cells = <0>;
  275. ti,hwmods = "i2c2";
  276. };
  277. i2c3: i2c@48060000 {
  278. compatible = "ti,omap3-i2c";
  279. reg = <0x48060000 0x80>;
  280. interrupts = <61>;
  281. dmas = <&sdma 25 &sdma 26>;
  282. dma-names = "tx", "rx";
  283. #address-cells = <1>;
  284. #size-cells = <0>;
  285. ti,hwmods = "i2c3";
  286. };
  287. mailbox: mailbox@48094000 {
  288. compatible = "ti,omap3-mailbox";
  289. ti,hwmods = "mailbox";
  290. reg = <0x48094000 0x200>;
  291. interrupts = <26>;
  292. ti,mbox-num-users = <2>;
  293. ti,mbox-num-fifos = <2>;
  294. mbox_dsp: dsp {
  295. ti,mbox-tx = <0 0 0>;
  296. ti,mbox-rx = <1 0 0>;
  297. };
  298. };
  299. mcspi1: spi@48098000 {
  300. compatible = "ti,omap2-mcspi";
  301. reg = <0x48098000 0x100>;
  302. interrupts = <65>;
  303. #address-cells = <1>;
  304. #size-cells = <0>;
  305. ti,hwmods = "mcspi1";
  306. ti,spi-num-cs = <4>;
  307. dmas = <&sdma 35>,
  308. <&sdma 36>,
  309. <&sdma 37>,
  310. <&sdma 38>,
  311. <&sdma 39>,
  312. <&sdma 40>,
  313. <&sdma 41>,
  314. <&sdma 42>;
  315. dma-names = "tx0", "rx0", "tx1", "rx1",
  316. "tx2", "rx2", "tx3", "rx3";
  317. };
  318. mcspi2: spi@4809a000 {
  319. compatible = "ti,omap2-mcspi";
  320. reg = <0x4809a000 0x100>;
  321. interrupts = <66>;
  322. #address-cells = <1>;
  323. #size-cells = <0>;
  324. ti,hwmods = "mcspi2";
  325. ti,spi-num-cs = <2>;
  326. dmas = <&sdma 43>,
  327. <&sdma 44>,
  328. <&sdma 45>,
  329. <&sdma 46>;
  330. dma-names = "tx0", "rx0", "tx1", "rx1";
  331. };
  332. mcspi3: spi@480b8000 {
  333. compatible = "ti,omap2-mcspi";
  334. reg = <0x480b8000 0x100>;
  335. interrupts = <91>;
  336. #address-cells = <1>;
  337. #size-cells = <0>;
  338. ti,hwmods = "mcspi3";
  339. ti,spi-num-cs = <2>;
  340. dmas = <&sdma 15>,
  341. <&sdma 16>,
  342. <&sdma 23>,
  343. <&sdma 24>;
  344. dma-names = "tx0", "rx0", "tx1", "rx1";
  345. };
  346. mcspi4: spi@480ba000 {
  347. compatible = "ti,omap2-mcspi";
  348. reg = <0x480ba000 0x100>;
  349. interrupts = <48>;
  350. #address-cells = <1>;
  351. #size-cells = <0>;
  352. ti,hwmods = "mcspi4";
  353. ti,spi-num-cs = <1>;
  354. dmas = <&sdma 70>, <&sdma 71>;
  355. dma-names = "tx0", "rx0";
  356. };
  357. hdqw1w: 1w@480b2000 {
  358. compatible = "ti,omap3-1w";
  359. reg = <0x480b2000 0x1000>;
  360. interrupts = <58>;
  361. ti,hwmods = "hdq1w";
  362. };
  363. mmc1: mmc@4809c000 {
  364. compatible = "ti,omap3-hsmmc";
  365. reg = <0x4809c000 0x200>;
  366. interrupts = <83>;
  367. ti,hwmods = "mmc1";
  368. ti,dual-volt;
  369. dmas = <&sdma 61>, <&sdma 62>;
  370. dma-names = "tx", "rx";
  371. pbias-supply = <&pbias_mmc_reg>;
  372. };
  373. mmc2: mmc@480b4000 {
  374. compatible = "ti,omap3-hsmmc";
  375. reg = <0x480b4000 0x200>;
  376. interrupts = <86>;
  377. ti,hwmods = "mmc2";
  378. dmas = <&sdma 47>, <&sdma 48>;
  379. dma-names = "tx", "rx";
  380. };
  381. mmc3: mmc@480ad000 {
  382. compatible = "ti,omap3-hsmmc";
  383. reg = <0x480ad000 0x200>;
  384. interrupts = <94>;
  385. ti,hwmods = "mmc3";
  386. dmas = <&sdma 77>, <&sdma 78>;
  387. dma-names = "tx", "rx";
  388. };
  389. mmu_isp: mmu@480bd400 {
  390. compatible = "ti,omap2-iommu";
  391. reg = <0x480bd400 0x80>;
  392. interrupts = <24>;
  393. ti,hwmods = "mmu_isp";
  394. ti,#tlb-entries = <8>;
  395. };
  396. mmu_iva: mmu@5d000000 {
  397. compatible = "ti,omap2-iommu";
  398. reg = <0x5d000000 0x80>;
  399. interrupts = <28>;
  400. ti,hwmods = "mmu_iva";
  401. status = "disabled";
  402. };
  403. wdt2: wdt@48314000 {
  404. compatible = "ti,omap3-wdt";
  405. reg = <0x48314000 0x80>;
  406. ti,hwmods = "wd_timer2";
  407. };
  408. mcbsp1: mcbsp@48074000 {
  409. compatible = "ti,omap3-mcbsp";
  410. reg = <0x48074000 0xff>;
  411. reg-names = "mpu";
  412. interrupts = <16>, /* OCP compliant interrupt */
  413. <59>, /* TX interrupt */
  414. <60>; /* RX interrupt */
  415. interrupt-names = "common", "tx", "rx";
  416. ti,buffer-size = <128>;
  417. ti,hwmods = "mcbsp1";
  418. dmas = <&sdma 31>,
  419. <&sdma 32>;
  420. dma-names = "tx", "rx";
  421. status = "disabled";
  422. };
  423. mcbsp2: mcbsp@49022000 {
  424. compatible = "ti,omap3-mcbsp";
  425. reg = <0x49022000 0xff>,
  426. <0x49028000 0xff>;
  427. reg-names = "mpu", "sidetone";
  428. interrupts = <17>, /* OCP compliant interrupt */
  429. <62>, /* TX interrupt */
  430. <63>, /* RX interrupt */
  431. <4>; /* Sidetone */
  432. interrupt-names = "common", "tx", "rx", "sidetone";
  433. ti,buffer-size = <1280>;
  434. ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
  435. dmas = <&sdma 33>,
  436. <&sdma 34>;
  437. dma-names = "tx", "rx";
  438. status = "disabled";
  439. };
  440. mcbsp3: mcbsp@49024000 {
  441. compatible = "ti,omap3-mcbsp";
  442. reg = <0x49024000 0xff>,
  443. <0x4902a000 0xff>;
  444. reg-names = "mpu", "sidetone";
  445. interrupts = <22>, /* OCP compliant interrupt */
  446. <89>, /* TX interrupt */
  447. <90>, /* RX interrupt */
  448. <5>; /* Sidetone */
  449. interrupt-names = "common", "tx", "rx", "sidetone";
  450. ti,buffer-size = <128>;
  451. ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
  452. dmas = <&sdma 17>,
  453. <&sdma 18>;
  454. dma-names = "tx", "rx";
  455. status = "disabled";
  456. };
  457. mcbsp4: mcbsp@49026000 {
  458. compatible = "ti,omap3-mcbsp";
  459. reg = <0x49026000 0xff>;
  460. reg-names = "mpu";
  461. interrupts = <23>, /* OCP compliant interrupt */
  462. <54>, /* TX interrupt */
  463. <55>; /* RX interrupt */
  464. interrupt-names = "common", "tx", "rx";
  465. ti,buffer-size = <128>;
  466. ti,hwmods = "mcbsp4";
  467. dmas = <&sdma 19>,
  468. <&sdma 20>;
  469. dma-names = "tx", "rx";
  470. status = "disabled";
  471. };
  472. mcbsp5: mcbsp@48096000 {
  473. compatible = "ti,omap3-mcbsp";
  474. reg = <0x48096000 0xff>;
  475. reg-names = "mpu";
  476. interrupts = <27>, /* OCP compliant interrupt */
  477. <81>, /* TX interrupt */
  478. <82>; /* RX interrupt */
  479. interrupt-names = "common", "tx", "rx";
  480. ti,buffer-size = <128>;
  481. ti,hwmods = "mcbsp5";
  482. dmas = <&sdma 21>,
  483. <&sdma 22>;
  484. dma-names = "tx", "rx";
  485. status = "disabled";
  486. };
  487. sham: sham@480c3000 {
  488. compatible = "ti,omap3-sham";
  489. ti,hwmods = "sham";
  490. reg = <0x480c3000 0x64>;
  491. interrupts = <49>;
  492. };
  493. smartreflex_core: smartreflex@480cb000 {
  494. compatible = "ti,omap3-smartreflex-core";
  495. ti,hwmods = "smartreflex_core";
  496. reg = <0x480cb000 0x400>;
  497. interrupts = <19>;
  498. };
  499. smartreflex_mpu_iva: smartreflex@480c9000 {
  500. compatible = "ti,omap3-smartreflex-iva";
  501. ti,hwmods = "smartreflex_mpu_iva";
  502. reg = <0x480c9000 0x400>;
  503. interrupts = <18>;
  504. };
  505. timer1: timer@48318000 {
  506. compatible = "ti,omap3430-timer";
  507. reg = <0x48318000 0x400>;
  508. interrupts = <37>;
  509. ti,hwmods = "timer1";
  510. ti,timer-alwon;
  511. };
  512. timer2: timer@49032000 {
  513. compatible = "ti,omap3430-timer";
  514. reg = <0x49032000 0x400>;
  515. interrupts = <38>;
  516. ti,hwmods = "timer2";
  517. };
  518. timer3: timer@49034000 {
  519. compatible = "ti,omap3430-timer";
  520. reg = <0x49034000 0x400>;
  521. interrupts = <39>;
  522. ti,hwmods = "timer3";
  523. };
  524. timer4: timer@49036000 {
  525. compatible = "ti,omap3430-timer";
  526. reg = <0x49036000 0x400>;
  527. interrupts = <40>;
  528. ti,hwmods = "timer4";
  529. };
  530. timer5: timer@49038000 {
  531. compatible = "ti,omap3430-timer";
  532. reg = <0x49038000 0x400>;
  533. interrupts = <41>;
  534. ti,hwmods = "timer5";
  535. ti,timer-dsp;
  536. };
  537. timer6: timer@4903a000 {
  538. compatible = "ti,omap3430-timer";
  539. reg = <0x4903a000 0x400>;
  540. interrupts = <42>;
  541. ti,hwmods = "timer6";
  542. ti,timer-dsp;
  543. };
  544. timer7: timer@4903c000 {
  545. compatible = "ti,omap3430-timer";
  546. reg = <0x4903c000 0x400>;
  547. interrupts = <43>;
  548. ti,hwmods = "timer7";
  549. ti,timer-dsp;
  550. };
  551. timer8: timer@4903e000 {
  552. compatible = "ti,omap3430-timer";
  553. reg = <0x4903e000 0x400>;
  554. interrupts = <44>;
  555. ti,hwmods = "timer8";
  556. ti,timer-pwm;
  557. ti,timer-dsp;
  558. };
  559. timer9: timer@49040000 {
  560. compatible = "ti,omap3430-timer";
  561. reg = <0x49040000 0x400>;
  562. interrupts = <45>;
  563. ti,hwmods = "timer9";
  564. ti,timer-pwm;
  565. };
  566. timer10: timer@48086000 {
  567. compatible = "ti,omap3430-timer";
  568. reg = <0x48086000 0x400>;
  569. interrupts = <46>;
  570. ti,hwmods = "timer10";
  571. ti,timer-pwm;
  572. };
  573. timer11: timer@48088000 {
  574. compatible = "ti,omap3430-timer";
  575. reg = <0x48088000 0x400>;
  576. interrupts = <47>;
  577. ti,hwmods = "timer11";
  578. ti,timer-pwm;
  579. };
  580. timer12: timer@48304000 {
  581. compatible = "ti,omap3430-timer";
  582. reg = <0x48304000 0x400>;
  583. interrupts = <95>;
  584. ti,hwmods = "timer12";
  585. ti,timer-alwon;
  586. ti,timer-secure;
  587. };
  588. usbhstll: usbhstll@48062000 {
  589. compatible = "ti,usbhs-tll";
  590. reg = <0x48062000 0x1000>;
  591. interrupts = <78>;
  592. ti,hwmods = "usb_tll_hs";
  593. };
  594. usbhshost: usbhshost@48064000 {
  595. compatible = "ti,usbhs-host";
  596. reg = <0x48064000 0x400>;
  597. ti,hwmods = "usb_host_hs";
  598. #address-cells = <1>;
  599. #size-cells = <1>;
  600. ranges;
  601. usbhsohci: ohci@48064400 {
  602. compatible = "ti,ohci-omap3";
  603. reg = <0x48064400 0x400>;
  604. interrupt-parent = <&intc>;
  605. interrupts = <76>;
  606. };
  607. usbhsehci: ehci@48064800 {
  608. compatible = "ti,ehci-omap";
  609. reg = <0x48064800 0x400>;
  610. interrupt-parent = <&intc>;
  611. interrupts = <77>;
  612. };
  613. };
  614. gpmc: gpmc@6e000000 {
  615. compatible = "ti,omap3430-gpmc";
  616. ti,hwmods = "gpmc";
  617. reg = <0x6e000000 0x02d0>;
  618. interrupts = <20>;
  619. gpmc,num-cs = <8>;
  620. gpmc,num-waitpins = <4>;
  621. #address-cells = <2>;
  622. #size-cells = <1>;
  623. };
  624. usb_otg_hs: usb_otg_hs@480ab000 {
  625. compatible = "ti,omap3-musb";
  626. reg = <0x480ab000 0x1000>;
  627. interrupts = <92>, <93>;
  628. interrupt-names = "mc", "dma";
  629. ti,hwmods = "usb_otg_hs";
  630. multipoint = <1>;
  631. num-eps = <16>;
  632. ram-bits = <12>;
  633. };
  634. dss: dss@48050000 {
  635. compatible = "ti,omap3-dss";
  636. reg = <0x48050000 0x200>;
  637. status = "disabled";
  638. ti,hwmods = "dss_core";
  639. clocks = <&dss1_alwon_fck>;
  640. clock-names = "fck";
  641. #address-cells = <1>;
  642. #size-cells = <1>;
  643. ranges;
  644. dispc@48050400 {
  645. compatible = "ti,omap3-dispc";
  646. reg = <0x48050400 0x400>;
  647. interrupts = <25>;
  648. ti,hwmods = "dss_dispc";
  649. clocks = <&dss1_alwon_fck>;
  650. clock-names = "fck";
  651. };
  652. dsi: encoder@4804fc00 {
  653. compatible = "ti,omap3-dsi";
  654. reg = <0x4804fc00 0x200>,
  655. <0x4804fe00 0x40>,
  656. <0x4804ff00 0x20>;
  657. reg-names = "proto", "phy", "pll";
  658. interrupts = <25>;
  659. status = "disabled";
  660. ti,hwmods = "dss_dsi1";
  661. clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>;
  662. clock-names = "fck", "sys_clk";
  663. };
  664. rfbi: encoder@48050800 {
  665. compatible = "ti,omap3-rfbi";
  666. reg = <0x48050800 0x100>;
  667. status = "disabled";
  668. ti,hwmods = "dss_rfbi";
  669. clocks = <&dss1_alwon_fck>, <&dss_ick>;
  670. clock-names = "fck", "ick";
  671. };
  672. venc: encoder@48050c00 {
  673. compatible = "ti,omap3-venc";
  674. reg = <0x48050c00 0x100>;
  675. status = "disabled";
  676. ti,hwmods = "dss_venc";
  677. clocks = <&dss_tv_fck>;
  678. clock-names = "fck";
  679. };
  680. };
  681. ssi: ssi-controller@48058000 {
  682. compatible = "ti,omap3-ssi";
  683. ti,hwmods = "ssi";
  684. status = "disabled";
  685. reg = <0x48058000 0x1000>,
  686. <0x48059000 0x1000>;
  687. reg-names = "sys",
  688. "gdd";
  689. interrupts = <71>;
  690. interrupt-names = "gdd_mpu";
  691. #address-cells = <1>;
  692. #size-cells = <1>;
  693. ranges;
  694. ssi_port1: ssi-port@4805a000 {
  695. compatible = "ti,omap3-ssi-port";
  696. reg = <0x4805a000 0x800>,
  697. <0x4805a800 0x800>;
  698. reg-names = "tx",
  699. "rx";
  700. interrupt-parent = <&intc>;
  701. interrupts = <67>,
  702. <68>;
  703. };
  704. ssi_port2: ssi-port@4805b000 {
  705. compatible = "ti,omap3-ssi-port";
  706. reg = <0x4805b000 0x800>,
  707. <0x4805b800 0x800>;
  708. reg-names = "tx",
  709. "rx";
  710. interrupt-parent = <&intc>;
  711. interrupts = <69>,
  712. <70>;
  713. };
  714. };
  715. };
  716. };
  717. /include/ "omap3xxx-clocks.dtsi"