omap4.dtsi 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. /*
  2. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #include <dt-bindings/gpio/gpio.h>
  9. #include "skeleton.dtsi"
  10. / {
  11. compatible = "ti,omap4430", "ti,omap4";
  12. interrupt-parent = <&gic>;
  13. aliases {
  14. serial0 = &uart1;
  15. serial1 = &uart2;
  16. serial2 = &uart3;
  17. serial3 = &uart4;
  18. };
  19. cpus {
  20. cpu@0 {
  21. compatible = "arm,cortex-a9";
  22. next-level-cache = <&L2>;
  23. };
  24. cpu@1 {
  25. compatible = "arm,cortex-a9";
  26. next-level-cache = <&L2>;
  27. };
  28. };
  29. gic: interrupt-controller@48241000 {
  30. compatible = "arm,cortex-a9-gic";
  31. interrupt-controller;
  32. #interrupt-cells = <3>;
  33. reg = <0x48241000 0x1000>,
  34. <0x48240100 0x0100>;
  35. };
  36. L2: l2-cache-controller@48242000 {
  37. compatible = "arm,pl310-cache";
  38. reg = <0x48242000 0x1000>;
  39. cache-unified;
  40. cache-level = <2>;
  41. };
  42. local-timer@0x48240600 {
  43. compatible = "arm,cortex-a9-twd-timer";
  44. reg = <0x48240600 0x20>;
  45. interrupts = <1 13 0x304>;
  46. };
  47. /*
  48. * The soc node represents the soc top level view. It is uses for IPs
  49. * that are not memory mapped in the MPU view or for the MPU itself.
  50. */
  51. soc {
  52. compatible = "ti,omap-infra";
  53. mpu {
  54. compatible = "ti,omap4-mpu";
  55. ti,hwmods = "mpu";
  56. };
  57. dsp {
  58. compatible = "ti,omap3-c64";
  59. ti,hwmods = "dsp";
  60. };
  61. iva {
  62. compatible = "ti,ivahd";
  63. ti,hwmods = "iva";
  64. };
  65. };
  66. /*
  67. * XXX: Use a flat representation of the OMAP4 interconnect.
  68. * The real OMAP interconnect network is quite complex.
  69. * Since that will not bring real advantage to represent that in DT for
  70. * the moment, just use a fake OCP bus entry to represent the whole bus
  71. * hierarchy.
  72. */
  73. ocp {
  74. compatible = "ti,omap4-l3-noc", "simple-bus";
  75. #address-cells = <1>;
  76. #size-cells = <1>;
  77. ranges;
  78. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  79. reg = <0x44000000 0x1000>,
  80. <0x44800000 0x2000>,
  81. <0x45000000 0x1000>;
  82. interrupts = <0 9 0x4>,
  83. <0 10 0x4>;
  84. counter32k: counter@4a304000 {
  85. compatible = "ti,omap-counter32k";
  86. reg = <0x4a304000 0x20>;
  87. ti,hwmods = "counter_32k";
  88. };
  89. omap4_pmx_core: pinmux@4a100040 {
  90. compatible = "ti,omap4-padconf", "pinctrl-single";
  91. reg = <0x4a100040 0x0196>;
  92. #address-cells = <1>;
  93. #size-cells = <0>;
  94. pinctrl-single,register-width = <16>;
  95. pinctrl-single,function-mask = <0x7fff>;
  96. };
  97. omap4_pmx_wkup: pinmux@4a31e040 {
  98. compatible = "ti,omap4-padconf", "pinctrl-single";
  99. reg = <0x4a31e040 0x0038>;
  100. #address-cells = <1>;
  101. #size-cells = <0>;
  102. pinctrl-single,register-width = <16>;
  103. pinctrl-single,function-mask = <0x7fff>;
  104. };
  105. sdma: dma-controller@4a056000 {
  106. compatible = "ti,omap4430-sdma";
  107. reg = <0x4a056000 0x1000>;
  108. interrupts = <0 12 0x4>,
  109. <0 13 0x4>,
  110. <0 14 0x4>,
  111. <0 15 0x4>;
  112. #dma-cells = <1>;
  113. #dma-channels = <32>;
  114. #dma-requests = <127>;
  115. };
  116. gpio1: gpio@4a310000 {
  117. compatible = "ti,omap4-gpio";
  118. reg = <0x4a310000 0x200>;
  119. interrupts = <0 29 0x4>;
  120. ti,hwmods = "gpio1";
  121. ti,gpio-always-on;
  122. gpio-controller;
  123. #gpio-cells = <2>;
  124. interrupt-controller;
  125. #interrupt-cells = <2>;
  126. };
  127. gpio2: gpio@48055000 {
  128. compatible = "ti,omap4-gpio";
  129. reg = <0x48055000 0x200>;
  130. interrupts = <0 30 0x4>;
  131. ti,hwmods = "gpio2";
  132. gpio-controller;
  133. #gpio-cells = <2>;
  134. interrupt-controller;
  135. #interrupt-cells = <2>;
  136. };
  137. gpio3: gpio@48057000 {
  138. compatible = "ti,omap4-gpio";
  139. reg = <0x48057000 0x200>;
  140. interrupts = <0 31 0x4>;
  141. ti,hwmods = "gpio3";
  142. gpio-controller;
  143. #gpio-cells = <2>;
  144. interrupt-controller;
  145. #interrupt-cells = <2>;
  146. };
  147. gpio4: gpio@48059000 {
  148. compatible = "ti,omap4-gpio";
  149. reg = <0x48059000 0x200>;
  150. interrupts = <0 32 0x4>;
  151. ti,hwmods = "gpio4";
  152. gpio-controller;
  153. #gpio-cells = <2>;
  154. interrupt-controller;
  155. #interrupt-cells = <2>;
  156. };
  157. gpio5: gpio@4805b000 {
  158. compatible = "ti,omap4-gpio";
  159. reg = <0x4805b000 0x200>;
  160. interrupts = <0 33 0x4>;
  161. ti,hwmods = "gpio5";
  162. gpio-controller;
  163. #gpio-cells = <2>;
  164. interrupt-controller;
  165. #interrupt-cells = <2>;
  166. };
  167. gpio6: gpio@4805d000 {
  168. compatible = "ti,omap4-gpio";
  169. reg = <0x4805d000 0x200>;
  170. interrupts = <0 34 0x4>;
  171. ti,hwmods = "gpio6";
  172. gpio-controller;
  173. #gpio-cells = <2>;
  174. interrupt-controller;
  175. #interrupt-cells = <2>;
  176. };
  177. gpmc: gpmc@50000000 {
  178. compatible = "ti,omap4430-gpmc";
  179. reg = <0x50000000 0x1000>;
  180. #address-cells = <2>;
  181. #size-cells = <1>;
  182. interrupts = <0 20 0x4>;
  183. gpmc,num-cs = <8>;
  184. gpmc,num-waitpins = <4>;
  185. ti,hwmods = "gpmc";
  186. };
  187. uart1: serial@4806a000 {
  188. compatible = "ti,omap4-uart";
  189. reg = <0x4806a000 0x100>;
  190. interrupts = <0 72 0x4>;
  191. ti,hwmods = "uart1";
  192. clock-frequency = <48000000>;
  193. };
  194. uart2: serial@4806c000 {
  195. compatible = "ti,omap4-uart";
  196. reg = <0x4806c000 0x100>;
  197. interrupts = <0 73 0x4>;
  198. ti,hwmods = "uart2";
  199. clock-frequency = <48000000>;
  200. };
  201. uart3: serial@48020000 {
  202. compatible = "ti,omap4-uart";
  203. reg = <0x48020000 0x100>;
  204. interrupts = <0 74 0x4>;
  205. ti,hwmods = "uart3";
  206. clock-frequency = <48000000>;
  207. };
  208. uart4: serial@4806e000 {
  209. compatible = "ti,omap4-uart";
  210. reg = <0x4806e000 0x100>;
  211. interrupts = <0 70 0x4>;
  212. ti,hwmods = "uart4";
  213. clock-frequency = <48000000>;
  214. };
  215. i2c1: i2c@48070000 {
  216. compatible = "ti,omap4-i2c";
  217. reg = <0x48070000 0x100>;
  218. interrupts = <0 56 0x4>;
  219. #address-cells = <1>;
  220. #size-cells = <0>;
  221. ti,hwmods = "i2c1";
  222. };
  223. i2c2: i2c@48072000 {
  224. compatible = "ti,omap4-i2c";
  225. reg = <0x48072000 0x100>;
  226. interrupts = <0 57 0x4>;
  227. #address-cells = <1>;
  228. #size-cells = <0>;
  229. ti,hwmods = "i2c2";
  230. };
  231. i2c3: i2c@48060000 {
  232. compatible = "ti,omap4-i2c";
  233. reg = <0x48060000 0x100>;
  234. interrupts = <0 61 0x4>;
  235. #address-cells = <1>;
  236. #size-cells = <0>;
  237. ti,hwmods = "i2c3";
  238. };
  239. i2c4: i2c@48350000 {
  240. compatible = "ti,omap4-i2c";
  241. reg = <0x48350000 0x100>;
  242. interrupts = <0 62 0x4>;
  243. #address-cells = <1>;
  244. #size-cells = <0>;
  245. ti,hwmods = "i2c4";
  246. };
  247. mcspi1: spi@48098000 {
  248. compatible = "ti,omap4-mcspi";
  249. reg = <0x48098000 0x200>;
  250. interrupts = <0 65 0x4>;
  251. #address-cells = <1>;
  252. #size-cells = <0>;
  253. ti,hwmods = "mcspi1";
  254. ti,spi-num-cs = <4>;
  255. dmas = <&sdma 35>,
  256. <&sdma 36>,
  257. <&sdma 37>,
  258. <&sdma 38>,
  259. <&sdma 39>,
  260. <&sdma 40>,
  261. <&sdma 41>,
  262. <&sdma 42>;
  263. dma-names = "tx0", "rx0", "tx1", "rx1",
  264. "tx2", "rx2", "tx3", "rx3";
  265. };
  266. mcspi2: spi@4809a000 {
  267. compatible = "ti,omap4-mcspi";
  268. reg = <0x4809a000 0x200>;
  269. interrupts = <0 66 0x4>;
  270. #address-cells = <1>;
  271. #size-cells = <0>;
  272. ti,hwmods = "mcspi2";
  273. ti,spi-num-cs = <2>;
  274. dmas = <&sdma 43>,
  275. <&sdma 44>,
  276. <&sdma 45>,
  277. <&sdma 46>;
  278. dma-names = "tx0", "rx0", "tx1", "rx1";
  279. };
  280. mcspi3: spi@480b8000 {
  281. compatible = "ti,omap4-mcspi";
  282. reg = <0x480b8000 0x200>;
  283. interrupts = <0 91 0x4>;
  284. #address-cells = <1>;
  285. #size-cells = <0>;
  286. ti,hwmods = "mcspi3";
  287. ti,spi-num-cs = <2>;
  288. dmas = <&sdma 15>, <&sdma 16>;
  289. dma-names = "tx0", "rx0";
  290. };
  291. mcspi4: spi@480ba000 {
  292. compatible = "ti,omap4-mcspi";
  293. reg = <0x480ba000 0x200>;
  294. interrupts = <0 48 0x4>;
  295. #address-cells = <1>;
  296. #size-cells = <0>;
  297. ti,hwmods = "mcspi4";
  298. ti,spi-num-cs = <1>;
  299. dmas = <&sdma 70>, <&sdma 71>;
  300. dma-names = "tx0", "rx0";
  301. };
  302. mmc1: mmc@4809c000 {
  303. compatible = "ti,omap4-hsmmc";
  304. reg = <0x4809c000 0x400>;
  305. interrupts = <0 83 0x4>;
  306. ti,hwmods = "mmc1";
  307. ti,dual-volt;
  308. ti,needs-special-reset;
  309. dmas = <&sdma 61>, <&sdma 62>;
  310. dma-names = "tx", "rx";
  311. };
  312. mmc2: mmc@480b4000 {
  313. compatible = "ti,omap4-hsmmc";
  314. reg = <0x480b4000 0x400>;
  315. interrupts = <0 86 0x4>;
  316. ti,hwmods = "mmc2";
  317. ti,needs-special-reset;
  318. dmas = <&sdma 47>, <&sdma 48>;
  319. dma-names = "tx", "rx";
  320. };
  321. mmc3: mmc@480ad000 {
  322. compatible = "ti,omap4-hsmmc";
  323. reg = <0x480ad000 0x400>;
  324. interrupts = <0 94 0x4>;
  325. ti,hwmods = "mmc3";
  326. ti,needs-special-reset;
  327. dmas = <&sdma 77>, <&sdma 78>;
  328. dma-names = "tx", "rx";
  329. };
  330. mmc4: mmc@480d1000 {
  331. compatible = "ti,omap4-hsmmc";
  332. reg = <0x480d1000 0x400>;
  333. interrupts = <0 96 0x4>;
  334. ti,hwmods = "mmc4";
  335. ti,needs-special-reset;
  336. dmas = <&sdma 57>, <&sdma 58>;
  337. dma-names = "tx", "rx";
  338. };
  339. mmc5: mmc@480d5000 {
  340. compatible = "ti,omap4-hsmmc";
  341. reg = <0x480d5000 0x400>;
  342. interrupts = <0 59 0x4>;
  343. ti,hwmods = "mmc5";
  344. ti,needs-special-reset;
  345. dmas = <&sdma 59>, <&sdma 60>;
  346. dma-names = "tx", "rx";
  347. };
  348. wdt2: wdt@4a314000 {
  349. compatible = "ti,omap4-wdt", "ti,omap3-wdt";
  350. reg = <0x4a314000 0x80>;
  351. interrupts = <0 80 0x4>;
  352. ti,hwmods = "wd_timer2";
  353. };
  354. mcpdm: mcpdm@40132000 {
  355. compatible = "ti,omap4-mcpdm";
  356. reg = <0x40132000 0x7f>, /* MPU private access */
  357. <0x49032000 0x7f>; /* L3 Interconnect */
  358. reg-names = "mpu", "dma";
  359. interrupts = <0 112 0x4>;
  360. ti,hwmods = "mcpdm";
  361. dmas = <&sdma 65>,
  362. <&sdma 66>;
  363. dma-names = "up_link", "dn_link";
  364. };
  365. dmic: dmic@4012e000 {
  366. compatible = "ti,omap4-dmic";
  367. reg = <0x4012e000 0x7f>, /* MPU private access */
  368. <0x4902e000 0x7f>; /* L3 Interconnect */
  369. reg-names = "mpu", "dma";
  370. interrupts = <0 114 0x4>;
  371. ti,hwmods = "dmic";
  372. dmas = <&sdma 67>;
  373. dma-names = "up_link";
  374. };
  375. mcbsp1: mcbsp@40122000 {
  376. compatible = "ti,omap4-mcbsp";
  377. reg = <0x40122000 0xff>, /* MPU private access */
  378. <0x49022000 0xff>; /* L3 Interconnect */
  379. reg-names = "mpu", "dma";
  380. interrupts = <0 17 0x4>;
  381. interrupt-names = "common";
  382. ti,buffer-size = <128>;
  383. ti,hwmods = "mcbsp1";
  384. dmas = <&sdma 33>,
  385. <&sdma 34>;
  386. dma-names = "tx", "rx";
  387. };
  388. mcbsp2: mcbsp@40124000 {
  389. compatible = "ti,omap4-mcbsp";
  390. reg = <0x40124000 0xff>, /* MPU private access */
  391. <0x49024000 0xff>; /* L3 Interconnect */
  392. reg-names = "mpu", "dma";
  393. interrupts = <0 22 0x4>;
  394. interrupt-names = "common";
  395. ti,buffer-size = <128>;
  396. ti,hwmods = "mcbsp2";
  397. dmas = <&sdma 17>,
  398. <&sdma 18>;
  399. dma-names = "tx", "rx";
  400. };
  401. mcbsp3: mcbsp@40126000 {
  402. compatible = "ti,omap4-mcbsp";
  403. reg = <0x40126000 0xff>, /* MPU private access */
  404. <0x49026000 0xff>; /* L3 Interconnect */
  405. reg-names = "mpu", "dma";
  406. interrupts = <0 23 0x4>;
  407. interrupt-names = "common";
  408. ti,buffer-size = <128>;
  409. ti,hwmods = "mcbsp3";
  410. dmas = <&sdma 19>,
  411. <&sdma 20>;
  412. dma-names = "tx", "rx";
  413. };
  414. mcbsp4: mcbsp@48096000 {
  415. compatible = "ti,omap4-mcbsp";
  416. reg = <0x48096000 0xff>; /* L4 Interconnect */
  417. reg-names = "mpu";
  418. interrupts = <0 16 0x4>;
  419. interrupt-names = "common";
  420. ti,buffer-size = <128>;
  421. ti,hwmods = "mcbsp4";
  422. dmas = <&sdma 31>,
  423. <&sdma 32>;
  424. dma-names = "tx", "rx";
  425. };
  426. keypad: keypad@4a31c000 {
  427. compatible = "ti,omap4-keypad";
  428. reg = <0x4a31c000 0x80>;
  429. interrupts = <0 120 0x4>;
  430. reg-names = "mpu";
  431. ti,hwmods = "kbd";
  432. };
  433. emif1: emif@4c000000 {
  434. compatible = "ti,emif-4d";
  435. reg = <0x4c000000 0x100>;
  436. interrupts = <0 110 0x4>;
  437. ti,hwmods = "emif1";
  438. phy-type = <1>;
  439. hw-caps-read-idle-ctrl;
  440. hw-caps-ll-interface;
  441. hw-caps-temp-alert;
  442. };
  443. emif2: emif@4d000000 {
  444. compatible = "ti,emif-4d";
  445. reg = <0x4d000000 0x100>;
  446. interrupts = <0 111 0x4>;
  447. ti,hwmods = "emif2";
  448. phy-type = <1>;
  449. hw-caps-read-idle-ctrl;
  450. hw-caps-ll-interface;
  451. hw-caps-temp-alert;
  452. };
  453. ocp2scp@4a0ad000 {
  454. compatible = "ti,omap-ocp2scp";
  455. reg = <0x4a0ad000 0x1f>;
  456. #address-cells = <1>;
  457. #size-cells = <1>;
  458. ranges;
  459. ti,hwmods = "ocp2scp_usb_phy";
  460. usb2_phy: usb2phy@4a0ad080 {
  461. compatible = "ti,omap-usb2";
  462. reg = <0x4a0ad080 0x58>;
  463. ctrl-module = <&omap_control_usb>;
  464. };
  465. };
  466. timer1: timer@4a318000 {
  467. compatible = "ti,omap3430-timer";
  468. reg = <0x4a318000 0x80>;
  469. interrupts = <0 37 0x4>;
  470. ti,hwmods = "timer1";
  471. ti,timer-alwon;
  472. };
  473. timer2: timer@48032000 {
  474. compatible = "ti,omap3430-timer";
  475. reg = <0x48032000 0x80>;
  476. interrupts = <0 38 0x4>;
  477. ti,hwmods = "timer2";
  478. };
  479. timer3: timer@48034000 {
  480. compatible = "ti,omap4430-timer";
  481. reg = <0x48034000 0x80>;
  482. interrupts = <0 39 0x4>;
  483. ti,hwmods = "timer3";
  484. };
  485. timer4: timer@48036000 {
  486. compatible = "ti,omap4430-timer";
  487. reg = <0x48036000 0x80>;
  488. interrupts = <0 40 0x4>;
  489. ti,hwmods = "timer4";
  490. };
  491. timer5: timer@40138000 {
  492. compatible = "ti,omap4430-timer";
  493. reg = <0x40138000 0x80>,
  494. <0x49038000 0x80>;
  495. interrupts = <0 41 0x4>;
  496. ti,hwmods = "timer5";
  497. ti,timer-dsp;
  498. };
  499. timer6: timer@4013a000 {
  500. compatible = "ti,omap4430-timer";
  501. reg = <0x4013a000 0x80>,
  502. <0x4903a000 0x80>;
  503. interrupts = <0 42 0x4>;
  504. ti,hwmods = "timer6";
  505. ti,timer-dsp;
  506. };
  507. timer7: timer@4013c000 {
  508. compatible = "ti,omap4430-timer";
  509. reg = <0x4013c000 0x80>,
  510. <0x4903c000 0x80>;
  511. interrupts = <0 43 0x4>;
  512. ti,hwmods = "timer7";
  513. ti,timer-dsp;
  514. };
  515. timer8: timer@4013e000 {
  516. compatible = "ti,omap4430-timer";
  517. reg = <0x4013e000 0x80>,
  518. <0x4903e000 0x80>;
  519. interrupts = <0 44 0x4>;
  520. ti,hwmods = "timer8";
  521. ti,timer-pwm;
  522. ti,timer-dsp;
  523. };
  524. timer9: timer@4803e000 {
  525. compatible = "ti,omap4430-timer";
  526. reg = <0x4803e000 0x80>;
  527. interrupts = <0 45 0x4>;
  528. ti,hwmods = "timer9";
  529. ti,timer-pwm;
  530. };
  531. timer10: timer@48086000 {
  532. compatible = "ti,omap3430-timer";
  533. reg = <0x48086000 0x80>;
  534. interrupts = <0 46 0x4>;
  535. ti,hwmods = "timer10";
  536. ti,timer-pwm;
  537. };
  538. timer11: timer@48088000 {
  539. compatible = "ti,omap4430-timer";
  540. reg = <0x48088000 0x80>;
  541. interrupts = <0 47 0x4>;
  542. ti,hwmods = "timer11";
  543. ti,timer-pwm;
  544. };
  545. usbhstll: usbhstll@4a062000 {
  546. compatible = "ti,usbhs-tll";
  547. reg = <0x4a062000 0x1000>;
  548. interrupts = <0 78 0x4>;
  549. ti,hwmods = "usb_tll_hs";
  550. };
  551. usbhshost: usbhshost@4a064000 {
  552. compatible = "ti,usbhs-host";
  553. reg = <0x4a064000 0x800>;
  554. ti,hwmods = "usb_host_hs";
  555. #address-cells = <1>;
  556. #size-cells = <1>;
  557. ranges;
  558. usbhsohci: ohci@4a064800 {
  559. compatible = "ti,ohci-omap3", "usb-ohci";
  560. reg = <0x4a064800 0x400>;
  561. interrupt-parent = <&gic>;
  562. interrupts = <0 76 0x4>;
  563. };
  564. usbhsehci: ehci@4a064c00 {
  565. compatible = "ti,ehci-omap", "usb-ehci";
  566. reg = <0x4a064c00 0x400>;
  567. interrupt-parent = <&gic>;
  568. interrupts = <0 77 0x4>;
  569. };
  570. };
  571. omap_control_usb: omap-control-usb@4a002300 {
  572. compatible = "ti,omap-control-usb";
  573. reg = <0x4a002300 0x4>,
  574. <0x4a00233c 0x4>;
  575. reg-names = "control_dev_conf", "otghs_control";
  576. ti,type = <1>;
  577. };
  578. usb_otg_hs: usb_otg_hs@4a0ab000 {
  579. compatible = "ti,omap4-musb";
  580. reg = <0x4a0ab000 0x7ff>;
  581. interrupts = <0 92 0x4>, <0 93 0x4>;
  582. interrupt-names = "mc", "dma";
  583. ti,hwmods = "usb_otg_hs";
  584. usb-phy = <&usb2_phy>;
  585. multipoint = <1>;
  586. num-eps = <16>;
  587. ram-bits = <12>;
  588. ti,has-mailbox;
  589. };
  590. };
  591. };