omap5.dtsi 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. /*
  2. * Copyright (C) 2012 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. * Based on "omap4.dtsi"
  8. */
  9. /*
  10. * Carveout for multimedia usecases
  11. * It should be the last 48MB of the first 512MB memory part
  12. * In theory, it should not even exist. That zone should be reserved
  13. * dynamically during the .reserve callback.
  14. */
  15. /memreserve/ 0x9d000000 0x03000000;
  16. /include/ "skeleton.dtsi"
  17. / {
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. compatible = "ti,omap5";
  21. interrupt-parent = <&gic>;
  22. aliases {
  23. serial0 = &uart1;
  24. serial1 = &uart2;
  25. serial2 = &uart3;
  26. serial3 = &uart4;
  27. serial4 = &uart5;
  28. serial5 = &uart6;
  29. };
  30. cpus {
  31. cpu@0 {
  32. compatible = "arm,cortex-a15";
  33. };
  34. cpu@1 {
  35. compatible = "arm,cortex-a15";
  36. };
  37. };
  38. timer {
  39. compatible = "arm,armv7-timer";
  40. /* PPI secure/nonsecure IRQ, active low level-sensitive */
  41. interrupts = <1 13 0x308>,
  42. <1 14 0x308>,
  43. <1 11 0x308>,
  44. <1 10 0x308>;
  45. clock-frequency = <6144000>;
  46. };
  47. gic: interrupt-controller@48211000 {
  48. compatible = "arm,cortex-a15-gic";
  49. interrupt-controller;
  50. #interrupt-cells = <3>;
  51. reg = <0x48211000 0x1000>,
  52. <0x48212000 0x1000>,
  53. <0x48214000 0x2000>,
  54. <0x48216000 0x2000>;
  55. };
  56. /*
  57. * The soc node represents the soc top level view. It is uses for IPs
  58. * that are not memory mapped in the MPU view or for the MPU itself.
  59. */
  60. soc {
  61. compatible = "ti,omap-infra";
  62. mpu {
  63. compatible = "ti,omap5-mpu";
  64. ti,hwmods = "mpu";
  65. };
  66. };
  67. /*
  68. * XXX: Use a flat representation of the OMAP3 interconnect.
  69. * The real OMAP interconnect network is quite complex.
  70. * Since that will not bring real advantage to represent that in DT for
  71. * the moment, just use a fake OCP bus entry to represent the whole bus
  72. * hierarchy.
  73. */
  74. ocp {
  75. compatible = "ti,omap4-l3-noc", "simple-bus";
  76. #address-cells = <1>;
  77. #size-cells = <1>;
  78. ranges;
  79. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  80. reg = <0x44000000 0x2000>,
  81. <0x44800000 0x3000>,
  82. <0x45000000 0x4000>;
  83. interrupts = <0 9 0x4>,
  84. <0 10 0x4>;
  85. counter32k: counter@4ae04000 {
  86. compatible = "ti,omap-counter32k";
  87. reg = <0x4ae04000 0x40>;
  88. ti,hwmods = "counter_32k";
  89. };
  90. omap5_pmx_core: pinmux@4a002840 {
  91. compatible = "ti,omap4-padconf", "pinctrl-single";
  92. reg = <0x4a002840 0x01b6>;
  93. #address-cells = <1>;
  94. #size-cells = <0>;
  95. pinctrl-single,register-width = <16>;
  96. pinctrl-single,function-mask = <0x7fff>;
  97. };
  98. omap5_pmx_wkup: pinmux@4ae0c840 {
  99. compatible = "ti,omap4-padconf", "pinctrl-single";
  100. reg = <0x4ae0c840 0x0038>;
  101. #address-cells = <1>;
  102. #size-cells = <0>;
  103. pinctrl-single,register-width = <16>;
  104. pinctrl-single,function-mask = <0x7fff>;
  105. };
  106. sdma: dma-controller@4a056000 {
  107. compatible = "ti,omap4430-sdma";
  108. reg = <0x4a056000 0x1000>;
  109. interrupts = <0 12 0x4>,
  110. <0 13 0x4>,
  111. <0 14 0x4>,
  112. <0 15 0x4>;
  113. #dma-cells = <1>;
  114. #dma-channels = <32>;
  115. #dma-requests = <127>;
  116. };
  117. gpio1: gpio@4ae10000 {
  118. compatible = "ti,omap4-gpio";
  119. reg = <0x4ae10000 0x200>;
  120. interrupts = <0 29 0x4>;
  121. ti,hwmods = "gpio1";
  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. gpio7: gpio@48051000 {
  178. compatible = "ti,omap4-gpio";
  179. reg = <0x48051000 0x200>;
  180. interrupts = <0 35 0x4>;
  181. ti,hwmods = "gpio7";
  182. gpio-controller;
  183. #gpio-cells = <2>;
  184. interrupt-controller;
  185. #interrupt-cells = <2>;
  186. };
  187. gpio8: gpio@48053000 {
  188. compatible = "ti,omap4-gpio";
  189. reg = <0x48053000 0x200>;
  190. interrupts = <0 121 0x4>;
  191. ti,hwmods = "gpio8";
  192. gpio-controller;
  193. #gpio-cells = <2>;
  194. interrupt-controller;
  195. #interrupt-cells = <2>;
  196. };
  197. gpmc: gpmc@50000000 {
  198. compatible = "ti,omap4430-gpmc";
  199. reg = <0x50000000 0x1000>;
  200. #address-cells = <2>;
  201. #size-cells = <1>;
  202. interrupts = <0 20 0x4>;
  203. gpmc,num-cs = <8>;
  204. gpmc,num-waitpins = <4>;
  205. ti,hwmods = "gpmc";
  206. };
  207. i2c1: i2c@48070000 {
  208. compatible = "ti,omap4-i2c";
  209. reg = <0x48070000 0x100>;
  210. interrupts = <0 56 0x4>;
  211. #address-cells = <1>;
  212. #size-cells = <0>;
  213. ti,hwmods = "i2c1";
  214. };
  215. i2c2: i2c@48072000 {
  216. compatible = "ti,omap4-i2c";
  217. reg = <0x48072000 0x100>;
  218. interrupts = <0 57 0x4>;
  219. #address-cells = <1>;
  220. #size-cells = <0>;
  221. ti,hwmods = "i2c2";
  222. };
  223. i2c3: i2c@48060000 {
  224. compatible = "ti,omap4-i2c";
  225. reg = <0x48060000 0x100>;
  226. interrupts = <0 61 0x4>;
  227. #address-cells = <1>;
  228. #size-cells = <0>;
  229. ti,hwmods = "i2c3";
  230. };
  231. i2c4: i2c@4807a000 {
  232. compatible = "ti,omap4-i2c";
  233. reg = <0x4807a000 0x100>;
  234. interrupts = <0 62 0x4>;
  235. #address-cells = <1>;
  236. #size-cells = <0>;
  237. ti,hwmods = "i2c4";
  238. };
  239. i2c5: i2c@4807c000 {
  240. compatible = "ti,omap4-i2c";
  241. reg = <0x4807c000 0x100>;
  242. interrupts = <0 60 0x4>;
  243. #address-cells = <1>;
  244. #size-cells = <0>;
  245. ti,hwmods = "i2c5";
  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. uart1: serial@4806a000 {
  303. compatible = "ti,omap4-uart";
  304. reg = <0x4806a000 0x100>;
  305. interrupts = <0 72 0x4>;
  306. ti,hwmods = "uart1";
  307. clock-frequency = <48000000>;
  308. };
  309. uart2: serial@4806c000 {
  310. compatible = "ti,omap4-uart";
  311. reg = <0x4806c000 0x100>;
  312. interrupts = <0 73 0x4>;
  313. ti,hwmods = "uart2";
  314. clock-frequency = <48000000>;
  315. };
  316. uart3: serial@48020000 {
  317. compatible = "ti,omap4-uart";
  318. reg = <0x48020000 0x100>;
  319. interrupts = <0 74 0x4>;
  320. ti,hwmods = "uart3";
  321. clock-frequency = <48000000>;
  322. };
  323. uart4: serial@4806e000 {
  324. compatible = "ti,omap4-uart";
  325. reg = <0x4806e000 0x100>;
  326. interrupts = <0 70 0x4>;
  327. ti,hwmods = "uart4";
  328. clock-frequency = <48000000>;
  329. };
  330. uart5: serial@48066000 {
  331. compatible = "ti,omap4-uart";
  332. reg = <0x48066000 0x100>;
  333. interrupts = <0 105 0x4>;
  334. ti,hwmods = "uart5";
  335. clock-frequency = <48000000>;
  336. };
  337. uart6: serial@48068000 {
  338. compatible = "ti,omap4-uart";
  339. reg = <0x48068000 0x100>;
  340. interrupts = <0 106 0x4>;
  341. ti,hwmods = "uart6";
  342. clock-frequency = <48000000>;
  343. };
  344. mmc1: mmc@4809c000 {
  345. compatible = "ti,omap4-hsmmc";
  346. reg = <0x4809c000 0x400>;
  347. interrupts = <0 83 0x4>;
  348. ti,hwmods = "mmc1";
  349. ti,dual-volt;
  350. ti,needs-special-reset;
  351. dmas = <&sdma 61>, <&sdma 62>;
  352. dma-names = "tx", "rx";
  353. };
  354. mmc2: mmc@480b4000 {
  355. compatible = "ti,omap4-hsmmc";
  356. reg = <0x480b4000 0x400>;
  357. interrupts = <0 86 0x4>;
  358. ti,hwmods = "mmc2";
  359. ti,needs-special-reset;
  360. dmas = <&sdma 47>, <&sdma 48>;
  361. dma-names = "tx", "rx";
  362. };
  363. mmc3: mmc@480ad000 {
  364. compatible = "ti,omap4-hsmmc";
  365. reg = <0x480ad000 0x400>;
  366. interrupts = <0 94 0x4>;
  367. ti,hwmods = "mmc3";
  368. ti,needs-special-reset;
  369. dmas = <&sdma 77>, <&sdma 78>;
  370. dma-names = "tx", "rx";
  371. };
  372. mmc4: mmc@480d1000 {
  373. compatible = "ti,omap4-hsmmc";
  374. reg = <0x480d1000 0x400>;
  375. interrupts = <0 96 0x4>;
  376. ti,hwmods = "mmc4";
  377. ti,needs-special-reset;
  378. dmas = <&sdma 57>, <&sdma 58>;
  379. dma-names = "tx", "rx";
  380. };
  381. mmc5: mmc@480d5000 {
  382. compatible = "ti,omap4-hsmmc";
  383. reg = <0x480d5000 0x400>;
  384. interrupts = <0 59 0x4>;
  385. ti,hwmods = "mmc5";
  386. ti,needs-special-reset;
  387. dmas = <&sdma 59>, <&sdma 60>;
  388. dma-names = "tx", "rx";
  389. };
  390. keypad: keypad@4ae1c000 {
  391. compatible = "ti,omap4-keypad";
  392. reg = <0x4ae1c000 0x400>;
  393. ti,hwmods = "kbd";
  394. };
  395. mcpdm: mcpdm@40132000 {
  396. compatible = "ti,omap4-mcpdm";
  397. reg = <0x40132000 0x7f>, /* MPU private access */
  398. <0x49032000 0x7f>; /* L3 Interconnect */
  399. reg-names = "mpu", "dma";
  400. interrupts = <0 112 0x4>;
  401. ti,hwmods = "mcpdm";
  402. dmas = <&sdma 65>,
  403. <&sdma 66>;
  404. dma-names = "up_link", "dn_link";
  405. };
  406. dmic: dmic@4012e000 {
  407. compatible = "ti,omap4-dmic";
  408. reg = <0x4012e000 0x7f>, /* MPU private access */
  409. <0x4902e000 0x7f>; /* L3 Interconnect */
  410. reg-names = "mpu", "dma";
  411. interrupts = <0 114 0x4>;
  412. ti,hwmods = "dmic";
  413. dmas = <&sdma 67>;
  414. dma-names = "up_link";
  415. };
  416. mcbsp1: mcbsp@40122000 {
  417. compatible = "ti,omap4-mcbsp";
  418. reg = <0x40122000 0xff>, /* MPU private access */
  419. <0x49022000 0xff>; /* L3 Interconnect */
  420. reg-names = "mpu", "dma";
  421. interrupts = <0 17 0x4>;
  422. interrupt-names = "common";
  423. ti,buffer-size = <128>;
  424. ti,hwmods = "mcbsp1";
  425. dmas = <&sdma 33>,
  426. <&sdma 34>;
  427. dma-names = "tx", "rx";
  428. };
  429. mcbsp2: mcbsp@40124000 {
  430. compatible = "ti,omap4-mcbsp";
  431. reg = <0x40124000 0xff>, /* MPU private access */
  432. <0x49024000 0xff>; /* L3 Interconnect */
  433. reg-names = "mpu", "dma";
  434. interrupts = <0 22 0x4>;
  435. interrupt-names = "common";
  436. ti,buffer-size = <128>;
  437. ti,hwmods = "mcbsp2";
  438. dmas = <&sdma 17>,
  439. <&sdma 18>;
  440. dma-names = "tx", "rx";
  441. };
  442. mcbsp3: mcbsp@40126000 {
  443. compatible = "ti,omap4-mcbsp";
  444. reg = <0x40126000 0xff>, /* MPU private access */
  445. <0x49026000 0xff>; /* L3 Interconnect */
  446. reg-names = "mpu", "dma";
  447. interrupts = <0 23 0x4>;
  448. interrupt-names = "common";
  449. ti,buffer-size = <128>;
  450. ti,hwmods = "mcbsp3";
  451. dmas = <&sdma 19>,
  452. <&sdma 20>;
  453. dma-names = "tx", "rx";
  454. };
  455. timer1: timer@4ae18000 {
  456. compatible = "ti,omap5430-timer";
  457. reg = <0x4ae18000 0x80>;
  458. interrupts = <0 37 0x4>;
  459. ti,hwmods = "timer1";
  460. ti,timer-alwon;
  461. };
  462. timer2: timer@48032000 {
  463. compatible = "ti,omap5430-timer";
  464. reg = <0x48032000 0x80>;
  465. interrupts = <0 38 0x4>;
  466. ti,hwmods = "timer2";
  467. };
  468. timer3: timer@48034000 {
  469. compatible = "ti,omap5430-timer";
  470. reg = <0x48034000 0x80>;
  471. interrupts = <0 39 0x4>;
  472. ti,hwmods = "timer3";
  473. };
  474. timer4: timer@48036000 {
  475. compatible = "ti,omap5430-timer";
  476. reg = <0x48036000 0x80>;
  477. interrupts = <0 40 0x4>;
  478. ti,hwmods = "timer4";
  479. };
  480. timer5: timer@40138000 {
  481. compatible = "ti,omap5430-timer";
  482. reg = <0x40138000 0x80>,
  483. <0x49038000 0x80>;
  484. interrupts = <0 41 0x4>;
  485. ti,hwmods = "timer5";
  486. ti,timer-dsp;
  487. };
  488. timer6: timer@4013a000 {
  489. compatible = "ti,omap5430-timer";
  490. reg = <0x4013a000 0x80>,
  491. <0x4903a000 0x80>;
  492. interrupts = <0 42 0x4>;
  493. ti,hwmods = "timer6";
  494. ti,timer-dsp;
  495. ti,timer-pwm;
  496. };
  497. timer7: timer@4013c000 {
  498. compatible = "ti,omap5430-timer";
  499. reg = <0x4013c000 0x80>,
  500. <0x4903c000 0x80>;
  501. interrupts = <0 43 0x4>;
  502. ti,hwmods = "timer7";
  503. ti,timer-dsp;
  504. };
  505. timer8: timer@4013e000 {
  506. compatible = "ti,omap5430-timer";
  507. reg = <0x4013e000 0x80>,
  508. <0x4903e000 0x80>;
  509. interrupts = <0 44 0x4>;
  510. ti,hwmods = "timer8";
  511. ti,timer-dsp;
  512. ti,timer-pwm;
  513. };
  514. timer9: timer@4803e000 {
  515. compatible = "ti,omap5430-timer";
  516. reg = <0x4803e000 0x80>;
  517. interrupts = <0 45 0x4>;
  518. ti,hwmods = "timer9";
  519. };
  520. timer10: timer@48086000 {
  521. compatible = "ti,omap5430-timer";
  522. reg = <0x48086000 0x80>;
  523. interrupts = <0 46 0x4>;
  524. ti,hwmods = "timer10";
  525. };
  526. timer11: timer@48088000 {
  527. compatible = "ti,omap5430-timer";
  528. reg = <0x48088000 0x80>;
  529. interrupts = <0 47 0x4>;
  530. ti,hwmods = "timer11";
  531. ti,timer-pwm;
  532. };
  533. wdt2: wdt@4ae14000 {
  534. compatible = "ti,omap5-wdt", "ti,omap3-wdt";
  535. reg = <0x4ae14000 0x80>;
  536. interrupts = <0 80 0x4>;
  537. ti,hwmods = "wd_timer2";
  538. };
  539. emif1: emif@0x4c000000 {
  540. compatible = "ti,emif-4d5";
  541. ti,hwmods = "emif1";
  542. phy-type = <2>; /* DDR PHY type: Intelli PHY */
  543. reg = <0x4c000000 0x400>;
  544. interrupts = <0 110 0x4>;
  545. hw-caps-read-idle-ctrl;
  546. hw-caps-ll-interface;
  547. hw-caps-temp-alert;
  548. };
  549. emif2: emif@0x4d000000 {
  550. compatible = "ti,emif-4d5";
  551. ti,hwmods = "emif2";
  552. phy-type = <2>; /* DDR PHY type: Intelli PHY */
  553. reg = <0x4d000000 0x400>;
  554. interrupts = <0 111 0x4>;
  555. hw-caps-read-idle-ctrl;
  556. hw-caps-ll-interface;
  557. hw-caps-temp-alert;
  558. };
  559. omap_control_usb: omap-control-usb@4a002300 {
  560. compatible = "ti,omap-control-usb";
  561. reg = <0x4a002300 0x4>,
  562. <0x4a002370 0x4>;
  563. reg-names = "control_dev_conf", "phy_power_usb";
  564. ti,type = <2>;
  565. };
  566. omap_dwc3@4a020000 {
  567. compatible = "ti,dwc3";
  568. ti,hwmods = "usb_otg_ss";
  569. reg = <0x4a020000 0x1000>;
  570. interrupts = <0 93 4>;
  571. #address-cells = <1>;
  572. #size-cells = <1>;
  573. utmi-mode = <2>;
  574. ranges;
  575. dwc3@4a030000 {
  576. compatible = "synopsys,dwc3";
  577. reg = <0x4a030000 0x1000>;
  578. interrupts = <0 92 4>;
  579. usb-phy = <&usb2_phy>, <&usb3_phy>;
  580. tx-fifo-resize;
  581. };
  582. };
  583. ocp2scp {
  584. compatible = "ti,omap-ocp2scp";
  585. #address-cells = <1>;
  586. #size-cells = <1>;
  587. ranges;
  588. ti,hwmods = "ocp2scp1";
  589. usb2_phy: usb2phy@4a084000 {
  590. compatible = "ti,omap-usb2";
  591. reg = <0x4a084000 0x7c>;
  592. ctrl-module = <&omap_control_usb>;
  593. };
  594. usb3_phy: usb3phy@4a084400 {
  595. compatible = "ti,omap-usb3";
  596. reg = <0x4a084400 0x80>,
  597. <0x4a084800 0x64>,
  598. <0x4a084c00 0x40>;
  599. reg-names = "phy_rx", "phy_tx", "pll_ctrl";
  600. ctrl-module = <&omap_control_usb>;
  601. };
  602. };
  603. };
  604. };