omap3.dtsi 19 KB

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