omap5.dtsi 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  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. compatible = "ti,omap5";
  19. interrupt-parent = <&gic>;
  20. aliases {
  21. serial0 = &uart1;
  22. serial1 = &uart2;
  23. serial2 = &uart3;
  24. serial3 = &uart4;
  25. serial4 = &uart5;
  26. serial5 = &uart6;
  27. };
  28. cpus {
  29. cpu@0 {
  30. compatible = "arm,cortex-a15";
  31. timer {
  32. compatible = "arm,armv7-timer";
  33. /* 14th PPI IRQ, active low level-sensitive */
  34. interrupts = <1 14 0x308>;
  35. clock-frequency = <6144000>;
  36. };
  37. };
  38. cpu@1 {
  39. compatible = "arm,cortex-a15";
  40. timer {
  41. compatible = "arm,armv7-timer";
  42. /* 14th PPI IRQ, active low level-sensitive */
  43. interrupts = <1 14 0x308>;
  44. clock-frequency = <6144000>;
  45. };
  46. };
  47. };
  48. /*
  49. * The soc node represents the soc top level view. It is uses for IPs
  50. * that are not memory mapped in the MPU view or for the MPU itself.
  51. */
  52. soc {
  53. compatible = "ti,omap-infra";
  54. mpu {
  55. compatible = "ti,omap5-mpu";
  56. ti,hwmods = "mpu";
  57. };
  58. };
  59. /*
  60. * XXX: Use a flat representation of the OMAP3 interconnect.
  61. * The real OMAP interconnect network is quite complex.
  62. * Since that will not bring real advantage to represent that in DT for
  63. * the moment, just use a fake OCP bus entry to represent the whole bus
  64. * hierarchy.
  65. */
  66. ocp {
  67. compatible = "ti,omap4-l3-noc", "simple-bus";
  68. #address-cells = <1>;
  69. #size-cells = <1>;
  70. ranges;
  71. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  72. counter32k: counter@4ae04000 {
  73. compatible = "ti,omap-counter32k";
  74. reg = <0x4ae04000 0x40>;
  75. ti,hwmods = "counter_32k";
  76. };
  77. omap5_pmx_core: pinmux@4a002840 {
  78. compatible = "ti,omap4-padconf", "pinctrl-single";
  79. reg = <0x4a002840 0x01b6>;
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. pinctrl-single,register-width = <16>;
  83. pinctrl-single,function-mask = <0x7fff>;
  84. };
  85. omap5_pmx_wkup: pinmux@4ae0c840 {
  86. compatible = "ti,omap4-padconf", "pinctrl-single";
  87. reg = <0x4ae0c840 0x0038>;
  88. #address-cells = <1>;
  89. #size-cells = <0>;
  90. pinctrl-single,register-width = <16>;
  91. pinctrl-single,function-mask = <0x7fff>;
  92. };
  93. gic: interrupt-controller@48211000 {
  94. compatible = "arm,cortex-a15-gic";
  95. interrupt-controller;
  96. #interrupt-cells = <3>;
  97. reg = <0x48211000 0x1000>,
  98. <0x48212000 0x1000>;
  99. };
  100. sdma: dma-controller@4a056000 {
  101. compatible = "ti,omap4430-sdma";
  102. reg = <0x4a056000 0x1000>;
  103. interrupts = <0 12 0x4>,
  104. <0 13 0x4>,
  105. <0 14 0x4>,
  106. <0 15 0x4>;
  107. #dma-cells = <1>;
  108. #dma-channels = <32>;
  109. #dma-requests = <127>;
  110. };
  111. gpio1: gpio@4ae10000 {
  112. compatible = "ti,omap4-gpio";
  113. reg = <0x4ae10000 0x200>;
  114. interrupts = <0 29 0x4>;
  115. ti,hwmods = "gpio1";
  116. gpio-controller;
  117. #gpio-cells = <2>;
  118. interrupt-controller;
  119. #interrupt-cells = <2>;
  120. };
  121. gpio2: gpio@48055000 {
  122. compatible = "ti,omap4-gpio";
  123. reg = <0x48055000 0x200>;
  124. interrupts = <0 30 0x4>;
  125. ti,hwmods = "gpio2";
  126. gpio-controller;
  127. #gpio-cells = <2>;
  128. interrupt-controller;
  129. #interrupt-cells = <2>;
  130. };
  131. gpio3: gpio@48057000 {
  132. compatible = "ti,omap4-gpio";
  133. reg = <0x48057000 0x200>;
  134. interrupts = <0 31 0x4>;
  135. ti,hwmods = "gpio3";
  136. gpio-controller;
  137. #gpio-cells = <2>;
  138. interrupt-controller;
  139. #interrupt-cells = <2>;
  140. };
  141. gpio4: gpio@48059000 {
  142. compatible = "ti,omap4-gpio";
  143. reg = <0x48059000 0x200>;
  144. interrupts = <0 32 0x4>;
  145. ti,hwmods = "gpio4";
  146. gpio-controller;
  147. #gpio-cells = <2>;
  148. interrupt-controller;
  149. #interrupt-cells = <2>;
  150. };
  151. gpio5: gpio@4805b000 {
  152. compatible = "ti,omap4-gpio";
  153. reg = <0x4805b000 0x200>;
  154. interrupts = <0 33 0x4>;
  155. ti,hwmods = "gpio5";
  156. gpio-controller;
  157. #gpio-cells = <2>;
  158. interrupt-controller;
  159. #interrupt-cells = <2>;
  160. };
  161. gpio6: gpio@4805d000 {
  162. compatible = "ti,omap4-gpio";
  163. reg = <0x4805d000 0x200>;
  164. interrupts = <0 34 0x4>;
  165. ti,hwmods = "gpio6";
  166. gpio-controller;
  167. #gpio-cells = <2>;
  168. interrupt-controller;
  169. #interrupt-cells = <2>;
  170. };
  171. gpio7: gpio@48051000 {
  172. compatible = "ti,omap4-gpio";
  173. reg = <0x48051000 0x200>;
  174. interrupts = <0 35 0x4>;
  175. ti,hwmods = "gpio7";
  176. gpio-controller;
  177. #gpio-cells = <2>;
  178. interrupt-controller;
  179. #interrupt-cells = <2>;
  180. };
  181. gpio8: gpio@48053000 {
  182. compatible = "ti,omap4-gpio";
  183. reg = <0x48053000 0x200>;
  184. interrupts = <0 121 0x4>;
  185. ti,hwmods = "gpio8";
  186. gpio-controller;
  187. #gpio-cells = <2>;
  188. interrupt-controller;
  189. #interrupt-cells = <2>;
  190. };
  191. gpmc: gpmc@50000000 {
  192. compatible = "ti,omap4430-gpmc";
  193. reg = <0x50000000 0x1000>;
  194. #address-cells = <2>;
  195. #size-cells = <1>;
  196. interrupts = <0 20 0x4>;
  197. gpmc,num-cs = <8>;
  198. gpmc,num-waitpins = <4>;
  199. ti,hwmods = "gpmc";
  200. };
  201. i2c1: i2c@48070000 {
  202. compatible = "ti,omap4-i2c";
  203. reg = <0x48070000 0x100>;
  204. interrupts = <0 56 0x4>;
  205. #address-cells = <1>;
  206. #size-cells = <0>;
  207. ti,hwmods = "i2c1";
  208. };
  209. i2c2: i2c@48072000 {
  210. compatible = "ti,omap4-i2c";
  211. reg = <0x48072000 0x100>;
  212. interrupts = <0 57 0x4>;
  213. #address-cells = <1>;
  214. #size-cells = <0>;
  215. ti,hwmods = "i2c2";
  216. };
  217. i2c3: i2c@48060000 {
  218. compatible = "ti,omap4-i2c";
  219. reg = <0x48060000 0x100>;
  220. interrupts = <0 61 0x4>;
  221. #address-cells = <1>;
  222. #size-cells = <0>;
  223. ti,hwmods = "i2c3";
  224. };
  225. i2c4: i2c@4807a000 {
  226. compatible = "ti,omap4-i2c";
  227. reg = <0x4807a000 0x100>;
  228. interrupts = <0 62 0x4>;
  229. #address-cells = <1>;
  230. #size-cells = <0>;
  231. ti,hwmods = "i2c4";
  232. };
  233. i2c5: i2c@4807c000 {
  234. compatible = "ti,omap4-i2c";
  235. reg = <0x4807c000 0x100>;
  236. interrupts = <0 60 0x4>;
  237. #address-cells = <1>;
  238. #size-cells = <0>;
  239. ti,hwmods = "i2c5";
  240. };
  241. mcspi1: spi@48098000 {
  242. compatible = "ti,omap4-mcspi";
  243. reg = <0x48098000 0x200>;
  244. interrupts = <0 65 0x4>;
  245. #address-cells = <1>;
  246. #size-cells = <0>;
  247. ti,hwmods = "mcspi1";
  248. ti,spi-num-cs = <4>;
  249. dmas = <&sdma 35>,
  250. <&sdma 36>,
  251. <&sdma 37>,
  252. <&sdma 38>,
  253. <&sdma 39>,
  254. <&sdma 40>,
  255. <&sdma 41>,
  256. <&sdma 42>;
  257. dma-names = "tx0", "rx0", "tx1", "rx1",
  258. "tx2", "rx2", "tx3", "rx3";
  259. };
  260. mcspi2: spi@4809a000 {
  261. compatible = "ti,omap4-mcspi";
  262. reg = <0x4809a000 0x200>;
  263. interrupts = <0 66 0x4>;
  264. #address-cells = <1>;
  265. #size-cells = <0>;
  266. ti,hwmods = "mcspi2";
  267. ti,spi-num-cs = <2>;
  268. dmas = <&sdma 43>,
  269. <&sdma 44>,
  270. <&sdma 45>,
  271. <&sdma 46>;
  272. dma-names = "tx0", "rx0", "tx1", "rx1";
  273. };
  274. mcspi3: spi@480b8000 {
  275. compatible = "ti,omap4-mcspi";
  276. reg = <0x480b8000 0x200>;
  277. interrupts = <0 91 0x4>;
  278. #address-cells = <1>;
  279. #size-cells = <0>;
  280. ti,hwmods = "mcspi3";
  281. ti,spi-num-cs = <2>;
  282. dmas = <&sdma 15>, <&sdma 16>;
  283. dma-names = "tx0", "rx0";
  284. };
  285. mcspi4: spi@480ba000 {
  286. compatible = "ti,omap4-mcspi";
  287. reg = <0x480ba000 0x200>;
  288. interrupts = <0 48 0x4>;
  289. #address-cells = <1>;
  290. #size-cells = <0>;
  291. ti,hwmods = "mcspi4";
  292. ti,spi-num-cs = <1>;
  293. dmas = <&sdma 70>, <&sdma 71>;
  294. dma-names = "tx0", "rx0";
  295. };
  296. uart1: serial@4806a000 {
  297. compatible = "ti,omap4-uart";
  298. reg = <0x4806a000 0x100>;
  299. interrupts = <0 72 0x4>;
  300. ti,hwmods = "uart1";
  301. clock-frequency = <48000000>;
  302. };
  303. uart2: serial@4806c000 {
  304. compatible = "ti,omap4-uart";
  305. reg = <0x4806c000 0x100>;
  306. interrupts = <0 73 0x4>;
  307. ti,hwmods = "uart2";
  308. clock-frequency = <48000000>;
  309. };
  310. uart3: serial@48020000 {
  311. compatible = "ti,omap4-uart";
  312. reg = <0x48020000 0x100>;
  313. interrupts = <0 74 0x4>;
  314. ti,hwmods = "uart3";
  315. clock-frequency = <48000000>;
  316. };
  317. uart4: serial@4806e000 {
  318. compatible = "ti,omap4-uart";
  319. reg = <0x4806e000 0x100>;
  320. interrupts = <0 70 0x4>;
  321. ti,hwmods = "uart4";
  322. clock-frequency = <48000000>;
  323. };
  324. uart5: serial@48066000 {
  325. compatible = "ti,omap4-uart";
  326. reg = <0x48066000 0x100>;
  327. interrupts = <0 105 0x4>;
  328. ti,hwmods = "uart5";
  329. clock-frequency = <48000000>;
  330. };
  331. uart6: serial@48068000 {
  332. compatible = "ti,omap4-uart";
  333. reg = <0x48068000 0x100>;
  334. interrupts = <0 106 0x4>;
  335. ti,hwmods = "uart6";
  336. clock-frequency = <48000000>;
  337. };
  338. mmc1: mmc@4809c000 {
  339. compatible = "ti,omap4-hsmmc";
  340. reg = <0x4809c000 0x400>;
  341. interrupts = <0 83 0x4>;
  342. ti,hwmods = "mmc1";
  343. ti,dual-volt;
  344. ti,needs-special-reset;
  345. dmas = <&sdma 61>, <&sdma 62>;
  346. dma-names = "tx", "rx";
  347. };
  348. mmc2: mmc@480b4000 {
  349. compatible = "ti,omap4-hsmmc";
  350. reg = <0x480b4000 0x400>;
  351. interrupts = <0 86 0x4>;
  352. ti,hwmods = "mmc2";
  353. ti,needs-special-reset;
  354. dmas = <&sdma 47>, <&sdma 48>;
  355. dma-names = "tx", "rx";
  356. };
  357. mmc3: mmc@480ad000 {
  358. compatible = "ti,omap4-hsmmc";
  359. reg = <0x480ad000 0x400>;
  360. interrupts = <0 94 0x4>;
  361. ti,hwmods = "mmc3";
  362. ti,needs-special-reset;
  363. dmas = <&sdma 77>, <&sdma 78>;
  364. dma-names = "tx", "rx";
  365. };
  366. mmc4: mmc@480d1000 {
  367. compatible = "ti,omap4-hsmmc";
  368. reg = <0x480d1000 0x400>;
  369. interrupts = <0 96 0x4>;
  370. ti,hwmods = "mmc4";
  371. ti,needs-special-reset;
  372. dmas = <&sdma 57>, <&sdma 58>;
  373. dma-names = "tx", "rx";
  374. };
  375. mmc5: mmc@480d5000 {
  376. compatible = "ti,omap4-hsmmc";
  377. reg = <0x480d5000 0x400>;
  378. interrupts = <0 59 0x4>;
  379. ti,hwmods = "mmc5";
  380. ti,needs-special-reset;
  381. dmas = <&sdma 59>, <&sdma 60>;
  382. dma-names = "tx", "rx";
  383. };
  384. keypad: keypad@4ae1c000 {
  385. compatible = "ti,omap4-keypad";
  386. ti,hwmods = "kbd";
  387. };
  388. mcpdm: mcpdm@40132000 {
  389. compatible = "ti,omap4-mcpdm";
  390. reg = <0x40132000 0x7f>, /* MPU private access */
  391. <0x49032000 0x7f>; /* L3 Interconnect */
  392. reg-names = "mpu", "dma";
  393. interrupts = <0 112 0x4>;
  394. ti,hwmods = "mcpdm";
  395. dmas = <&sdma 65>,
  396. <&sdma 66>;
  397. dma-names = "up_link", "dn_link";
  398. };
  399. dmic: dmic@4012e000 {
  400. compatible = "ti,omap4-dmic";
  401. reg = <0x4012e000 0x7f>, /* MPU private access */
  402. <0x4902e000 0x7f>; /* L3 Interconnect */
  403. reg-names = "mpu", "dma";
  404. interrupts = <0 114 0x4>;
  405. ti,hwmods = "dmic";
  406. dmas = <&sdma 67>;
  407. dma-names = "up_link";
  408. };
  409. mcbsp1: mcbsp@40122000 {
  410. compatible = "ti,omap4-mcbsp";
  411. reg = <0x40122000 0xff>, /* MPU private access */
  412. <0x49022000 0xff>; /* L3 Interconnect */
  413. reg-names = "mpu", "dma";
  414. interrupts = <0 17 0x4>;
  415. interrupt-names = "common";
  416. ti,buffer-size = <128>;
  417. ti,hwmods = "mcbsp1";
  418. dmas = <&sdma 33>,
  419. <&sdma 34>;
  420. dma-names = "tx", "rx";
  421. };
  422. mcbsp2: mcbsp@40124000 {
  423. compatible = "ti,omap4-mcbsp";
  424. reg = <0x40124000 0xff>, /* MPU private access */
  425. <0x49024000 0xff>; /* L3 Interconnect */
  426. reg-names = "mpu", "dma";
  427. interrupts = <0 22 0x4>;
  428. interrupt-names = "common";
  429. ti,buffer-size = <128>;
  430. ti,hwmods = "mcbsp2";
  431. dmas = <&sdma 17>,
  432. <&sdma 18>;
  433. dma-names = "tx", "rx";
  434. };
  435. mcbsp3: mcbsp@40126000 {
  436. compatible = "ti,omap4-mcbsp";
  437. reg = <0x40126000 0xff>, /* MPU private access */
  438. <0x49026000 0xff>; /* L3 Interconnect */
  439. reg-names = "mpu", "dma";
  440. interrupts = <0 23 0x4>;
  441. interrupt-names = "common";
  442. ti,buffer-size = <128>;
  443. ti,hwmods = "mcbsp3";
  444. dmas = <&sdma 19>,
  445. <&sdma 20>;
  446. dma-names = "tx", "rx";
  447. };
  448. timer1: timer@4ae18000 {
  449. compatible = "ti,omap2-timer";
  450. reg = <0x4ae18000 0x80>;
  451. interrupts = <0 37 0x4>;
  452. ti,hwmods = "timer1";
  453. ti,timer-alwon;
  454. };
  455. timer2: timer@48032000 {
  456. compatible = "ti,omap2-timer";
  457. reg = <0x48032000 0x80>;
  458. interrupts = <0 38 0x4>;
  459. ti,hwmods = "timer2";
  460. };
  461. timer3: timer@48034000 {
  462. compatible = "ti,omap2-timer";
  463. reg = <0x48034000 0x80>;
  464. interrupts = <0 39 0x4>;
  465. ti,hwmods = "timer3";
  466. };
  467. timer4: timer@48036000 {
  468. compatible = "ti,omap2-timer";
  469. reg = <0x48036000 0x80>;
  470. interrupts = <0 40 0x4>;
  471. ti,hwmods = "timer4";
  472. };
  473. timer5: timer@40138000 {
  474. compatible = "ti,omap2-timer";
  475. reg = <0x40138000 0x80>,
  476. <0x49038000 0x80>;
  477. interrupts = <0 41 0x4>;
  478. ti,hwmods = "timer5";
  479. ti,timer-dsp;
  480. };
  481. timer6: timer@4013a000 {
  482. compatible = "ti,omap2-timer";
  483. reg = <0x4013a000 0x80>,
  484. <0x4903a000 0x80>;
  485. interrupts = <0 42 0x4>;
  486. ti,hwmods = "timer6";
  487. ti,timer-dsp;
  488. ti,timer-pwm;
  489. };
  490. timer7: timer@4013c000 {
  491. compatible = "ti,omap2-timer";
  492. reg = <0x4013c000 0x80>,
  493. <0x4903c000 0x80>;
  494. interrupts = <0 43 0x4>;
  495. ti,hwmods = "timer7";
  496. ti,timer-dsp;
  497. };
  498. timer8: timer@4013e000 {
  499. compatible = "ti,omap2-timer";
  500. reg = <0x4013e000 0x80>,
  501. <0x4903e000 0x80>;
  502. interrupts = <0 44 0x4>;
  503. ti,hwmods = "timer8";
  504. ti,timer-dsp;
  505. ti,timer-pwm;
  506. };
  507. timer9: timer@4803e000 {
  508. compatible = "ti,omap2-timer";
  509. reg = <0x4803e000 0x80>;
  510. interrupts = <0 45 0x4>;
  511. ti,hwmods = "timer9";
  512. };
  513. timer10: timer@48086000 {
  514. compatible = "ti,omap2-timer";
  515. reg = <0x48086000 0x80>;
  516. interrupts = <0 46 0x4>;
  517. ti,hwmods = "timer10";
  518. };
  519. timer11: timer@48088000 {
  520. compatible = "ti,omap2-timer";
  521. reg = <0x48088000 0x80>;
  522. interrupts = <0 47 0x4>;
  523. ti,hwmods = "timer11";
  524. ti,timer-pwm;
  525. };
  526. emif1: emif@0x4c000000 {
  527. compatible = "ti,emif-4d5";
  528. ti,hwmods = "emif1";
  529. phy-type = <2>; /* DDR PHY type: Intelli PHY */
  530. reg = <0x4c000000 0x400>;
  531. interrupts = <0 110 0x4>;
  532. hw-caps-read-idle-ctrl;
  533. hw-caps-ll-interface;
  534. hw-caps-temp-alert;
  535. };
  536. emif2: emif@0x4d000000 {
  537. compatible = "ti,emif-4d5";
  538. ti,hwmods = "emif2";
  539. phy-type = <2>; /* DDR PHY type: Intelli PHY */
  540. reg = <0x4d000000 0x400>;
  541. interrupts = <0 111 0x4>;
  542. hw-caps-read-idle-ctrl;
  543. hw-caps-ll-interface;
  544. hw-caps-temp-alert;
  545. };
  546. omap_control_usb: omap-control-usb@4a002300 {
  547. compatible = "ti,omap-control-usb";
  548. reg = <0x4a002300 0x4>,
  549. <0x4a002370 0x4>;
  550. reg-names = "control_dev_conf", "phy_power_usb";
  551. ti,type = <2>;
  552. };
  553. omap_dwc3@4a020000 {
  554. compatible = "ti,dwc3";
  555. ti,hwmods = "usb_otg_ss";
  556. reg = <0x4a020000 0x1000>;
  557. interrupts = <0 93 4>;
  558. #address-cells = <1>;
  559. #size-cells = <1>;
  560. utmi-mode = <2>;
  561. ranges;
  562. dwc3@4a030000 {
  563. compatible = "synopsys,dwc3";
  564. reg = <0x4a030000 0x1000>;
  565. interrupts = <0 92 4>;
  566. usb-phy = <&usb2_phy>, <&usb3_phy>;
  567. tx-fifo-resize;
  568. };
  569. };
  570. ocp2scp {
  571. compatible = "ti,omap-ocp2scp";
  572. #address-cells = <1>;
  573. #size-cells = <1>;
  574. ranges;
  575. ti,hwmods = "ocp2scp1";
  576. usb2_phy: usb2phy@4a084000 {
  577. compatible = "ti,omap-usb2";
  578. reg = <0x4a084000 0x7c>;
  579. ctrl-module = <&omap_control_usb>;
  580. };
  581. usb3_phy: usb3phy@4a084400 {
  582. compatible = "ti,omap-usb3";
  583. reg = <0x4a084400 0x80>,
  584. <0x4a084800 0x64>,
  585. <0x4a084c00 0x40>;
  586. reg-names = "phy_rx", "phy_tx", "pll_ctrl";
  587. ctrl-module = <&omap_control_usb>;
  588. };
  589. };
  590. };
  591. };