omap5.dtsi 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  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. /include/ "skeleton.dtsi"
  10. / {
  11. #address-cells = <1>;
  12. #size-cells = <1>;
  13. compatible = "ti,omap5";
  14. interrupt-parent = <&gic>;
  15. aliases {
  16. serial0 = &uart1;
  17. serial1 = &uart2;
  18. serial2 = &uart3;
  19. serial3 = &uart4;
  20. serial4 = &uart5;
  21. serial5 = &uart6;
  22. };
  23. cpus {
  24. cpu@0 {
  25. compatible = "arm,cortex-a15";
  26. };
  27. cpu@1 {
  28. compatible = "arm,cortex-a15";
  29. };
  30. };
  31. timer {
  32. compatible = "arm,armv7-timer";
  33. /* PPI secure/nonsecure IRQ, active low level-sensitive */
  34. interrupts = <1 13 0x308>,
  35. <1 14 0x308>,
  36. <1 11 0x308>,
  37. <1 10 0x308>;
  38. clock-frequency = <6144000>;
  39. };
  40. gic: interrupt-controller@48211000 {
  41. compatible = "arm,cortex-a15-gic";
  42. interrupt-controller;
  43. #interrupt-cells = <3>;
  44. reg = <0x48211000 0x1000>,
  45. <0x48212000 0x1000>,
  46. <0x48214000 0x2000>,
  47. <0x48216000 0x2000>;
  48. };
  49. /*
  50. * The soc node represents the soc top level view. It is uses for IPs
  51. * that are not memory mapped in the MPU view or for the MPU itself.
  52. */
  53. soc {
  54. compatible = "ti,omap-infra";
  55. mpu {
  56. compatible = "ti,omap5-mpu";
  57. ti,hwmods = "mpu";
  58. };
  59. };
  60. /*
  61. * XXX: Use a flat representation of the OMAP3 interconnect.
  62. * The real OMAP interconnect network is quite complex.
  63. * Since that will not bring real advantage to represent that in DT for
  64. * the moment, just use a fake OCP bus entry to represent the whole bus
  65. * hierarchy.
  66. */
  67. ocp {
  68. compatible = "ti,omap4-l3-noc", "simple-bus";
  69. #address-cells = <1>;
  70. #size-cells = <1>;
  71. ranges;
  72. ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
  73. reg = <0x44000000 0x2000>,
  74. <0x44800000 0x3000>,
  75. <0x45000000 0x4000>;
  76. interrupts = <0 9 0x4>,
  77. <0 10 0x4>;
  78. counter32k: counter@4ae04000 {
  79. compatible = "ti,omap-counter32k";
  80. reg = <0x4ae04000 0x40>;
  81. ti,hwmods = "counter_32k";
  82. };
  83. omap5_pmx_core: pinmux@4a002840 {
  84. compatible = "ti,omap4-padconf", "pinctrl-single";
  85. reg = <0x4a002840 0x01b6>;
  86. #address-cells = <1>;
  87. #size-cells = <0>;
  88. pinctrl-single,register-width = <16>;
  89. pinctrl-single,function-mask = <0x7fff>;
  90. };
  91. omap5_pmx_wkup: pinmux@4ae0c840 {
  92. compatible = "ti,omap4-padconf", "pinctrl-single";
  93. reg = <0x4ae0c840 0x0038>;
  94. #address-cells = <1>;
  95. #size-cells = <0>;
  96. pinctrl-single,register-width = <16>;
  97. pinctrl-single,function-mask = <0x7fff>;
  98. };
  99. sdma: dma-controller@4a056000 {
  100. compatible = "ti,omap4430-sdma";
  101. reg = <0x4a056000 0x1000>;
  102. interrupts = <0 12 0x4>,
  103. <0 13 0x4>,
  104. <0 14 0x4>,
  105. <0 15 0x4>;
  106. #dma-cells = <1>;
  107. #dma-channels = <32>;
  108. #dma-requests = <127>;
  109. };
  110. gpio1: gpio@4ae10000 {
  111. compatible = "ti,omap4-gpio";
  112. reg = <0x4ae10000 0x200>;
  113. interrupts = <0 29 0x4>;
  114. ti,hwmods = "gpio1";
  115. ti,gpio-always-on;
  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. reg = <0x4ae1c000 0x400>;
  387. ti,hwmods = "kbd";
  388. };
  389. mcpdm: mcpdm@40132000 {
  390. compatible = "ti,omap4-mcpdm";
  391. reg = <0x40132000 0x7f>, /* MPU private access */
  392. <0x49032000 0x7f>; /* L3 Interconnect */
  393. reg-names = "mpu", "dma";
  394. interrupts = <0 112 0x4>;
  395. ti,hwmods = "mcpdm";
  396. dmas = <&sdma 65>,
  397. <&sdma 66>;
  398. dma-names = "up_link", "dn_link";
  399. };
  400. dmic: dmic@4012e000 {
  401. compatible = "ti,omap4-dmic";
  402. reg = <0x4012e000 0x7f>, /* MPU private access */
  403. <0x4902e000 0x7f>; /* L3 Interconnect */
  404. reg-names = "mpu", "dma";
  405. interrupts = <0 114 0x4>;
  406. ti,hwmods = "dmic";
  407. dmas = <&sdma 67>;
  408. dma-names = "up_link";
  409. };
  410. mcbsp1: mcbsp@40122000 {
  411. compatible = "ti,omap4-mcbsp";
  412. reg = <0x40122000 0xff>, /* MPU private access */
  413. <0x49022000 0xff>; /* L3 Interconnect */
  414. reg-names = "mpu", "dma";
  415. interrupts = <0 17 0x4>;
  416. interrupt-names = "common";
  417. ti,buffer-size = <128>;
  418. ti,hwmods = "mcbsp1";
  419. dmas = <&sdma 33>,
  420. <&sdma 34>;
  421. dma-names = "tx", "rx";
  422. };
  423. mcbsp2: mcbsp@40124000 {
  424. compatible = "ti,omap4-mcbsp";
  425. reg = <0x40124000 0xff>, /* MPU private access */
  426. <0x49024000 0xff>; /* L3 Interconnect */
  427. reg-names = "mpu", "dma";
  428. interrupts = <0 22 0x4>;
  429. interrupt-names = "common";
  430. ti,buffer-size = <128>;
  431. ti,hwmods = "mcbsp2";
  432. dmas = <&sdma 17>,
  433. <&sdma 18>;
  434. dma-names = "tx", "rx";
  435. };
  436. mcbsp3: mcbsp@40126000 {
  437. compatible = "ti,omap4-mcbsp";
  438. reg = <0x40126000 0xff>, /* MPU private access */
  439. <0x49026000 0xff>; /* L3 Interconnect */
  440. reg-names = "mpu", "dma";
  441. interrupts = <0 23 0x4>;
  442. interrupt-names = "common";
  443. ti,buffer-size = <128>;
  444. ti,hwmods = "mcbsp3";
  445. dmas = <&sdma 19>,
  446. <&sdma 20>;
  447. dma-names = "tx", "rx";
  448. };
  449. timer1: timer@4ae18000 {
  450. compatible = "ti,omap5430-timer";
  451. reg = <0x4ae18000 0x80>;
  452. interrupts = <0 37 0x4>;
  453. ti,hwmods = "timer1";
  454. ti,timer-alwon;
  455. };
  456. timer2: timer@48032000 {
  457. compatible = "ti,omap5430-timer";
  458. reg = <0x48032000 0x80>;
  459. interrupts = <0 38 0x4>;
  460. ti,hwmods = "timer2";
  461. };
  462. timer3: timer@48034000 {
  463. compatible = "ti,omap5430-timer";
  464. reg = <0x48034000 0x80>;
  465. interrupts = <0 39 0x4>;
  466. ti,hwmods = "timer3";
  467. };
  468. timer4: timer@48036000 {
  469. compatible = "ti,omap5430-timer";
  470. reg = <0x48036000 0x80>;
  471. interrupts = <0 40 0x4>;
  472. ti,hwmods = "timer4";
  473. };
  474. timer5: timer@40138000 {
  475. compatible = "ti,omap5430-timer";
  476. reg = <0x40138000 0x80>,
  477. <0x49038000 0x80>;
  478. interrupts = <0 41 0x4>;
  479. ti,hwmods = "timer5";
  480. ti,timer-dsp;
  481. ti,timer-pwm;
  482. };
  483. timer6: timer@4013a000 {
  484. compatible = "ti,omap5430-timer";
  485. reg = <0x4013a000 0x80>,
  486. <0x4903a000 0x80>;
  487. interrupts = <0 42 0x4>;
  488. ti,hwmods = "timer6";
  489. ti,timer-dsp;
  490. ti,timer-pwm;
  491. };
  492. timer7: timer@4013c000 {
  493. compatible = "ti,omap5430-timer";
  494. reg = <0x4013c000 0x80>,
  495. <0x4903c000 0x80>;
  496. interrupts = <0 43 0x4>;
  497. ti,hwmods = "timer7";
  498. ti,timer-dsp;
  499. };
  500. timer8: timer@4013e000 {
  501. compatible = "ti,omap5430-timer";
  502. reg = <0x4013e000 0x80>,
  503. <0x4903e000 0x80>;
  504. interrupts = <0 44 0x4>;
  505. ti,hwmods = "timer8";
  506. ti,timer-dsp;
  507. ti,timer-pwm;
  508. };
  509. timer9: timer@4803e000 {
  510. compatible = "ti,omap5430-timer";
  511. reg = <0x4803e000 0x80>;
  512. interrupts = <0 45 0x4>;
  513. ti,hwmods = "timer9";
  514. ti,timer-pwm;
  515. };
  516. timer10: timer@48086000 {
  517. compatible = "ti,omap5430-timer";
  518. reg = <0x48086000 0x80>;
  519. interrupts = <0 46 0x4>;
  520. ti,hwmods = "timer10";
  521. ti,timer-pwm;
  522. };
  523. timer11: timer@48088000 {
  524. compatible = "ti,omap5430-timer";
  525. reg = <0x48088000 0x80>;
  526. interrupts = <0 47 0x4>;
  527. ti,hwmods = "timer11";
  528. ti,timer-pwm;
  529. };
  530. wdt2: wdt@4ae14000 {
  531. compatible = "ti,omap5-wdt", "ti,omap3-wdt";
  532. reg = <0x4ae14000 0x80>;
  533. interrupts = <0 80 0x4>;
  534. ti,hwmods = "wd_timer2";
  535. };
  536. emif1: emif@0x4c000000 {
  537. compatible = "ti,emif-4d5";
  538. ti,hwmods = "emif1";
  539. phy-type = <2>; /* DDR PHY type: Intelli PHY */
  540. reg = <0x4c000000 0x400>;
  541. interrupts = <0 110 0x4>;
  542. hw-caps-read-idle-ctrl;
  543. hw-caps-ll-interface;
  544. hw-caps-temp-alert;
  545. };
  546. emif2: emif@0x4d000000 {
  547. compatible = "ti,emif-4d5";
  548. ti,hwmods = "emif2";
  549. phy-type = <2>; /* DDR PHY type: Intelli PHY */
  550. reg = <0x4d000000 0x400>;
  551. interrupts = <0 111 0x4>;
  552. hw-caps-read-idle-ctrl;
  553. hw-caps-ll-interface;
  554. hw-caps-temp-alert;
  555. };
  556. omap_control_usb: omap-control-usb@4a002300 {
  557. compatible = "ti,omap-control-usb";
  558. reg = <0x4a002300 0x4>,
  559. <0x4a002370 0x4>;
  560. reg-names = "control_dev_conf", "phy_power_usb";
  561. ti,type = <2>;
  562. };
  563. omap_dwc3@4a020000 {
  564. compatible = "ti,dwc3";
  565. ti,hwmods = "usb_otg_ss";
  566. reg = <0x4a020000 0x1000>;
  567. interrupts = <0 93 4>;
  568. #address-cells = <1>;
  569. #size-cells = <1>;
  570. utmi-mode = <2>;
  571. ranges;
  572. dwc3@4a030000 {
  573. compatible = "synopsys,dwc3";
  574. reg = <0x4a030000 0x1000>;
  575. interrupts = <0 92 4>;
  576. usb-phy = <&usb2_phy>, <&usb3_phy>;
  577. tx-fifo-resize;
  578. };
  579. };
  580. ocp2scp {
  581. compatible = "ti,omap-ocp2scp";
  582. #address-cells = <1>;
  583. #size-cells = <1>;
  584. ranges;
  585. ti,hwmods = "ocp2scp1";
  586. usb2_phy: usb2phy@4a084000 {
  587. compatible = "ti,omap-usb2";
  588. reg = <0x4a084000 0x7c>;
  589. ctrl-module = <&omap_control_usb>;
  590. };
  591. usb3_phy: usb3phy@4a084400 {
  592. compatible = "ti,omap-usb3";
  593. reg = <0x4a084400 0x80>,
  594. <0x4a084800 0x64>,
  595. <0x4a084c00 0x40>;
  596. reg-names = "phy_rx", "phy_tx", "pll_ctrl";
  597. ctrl-module = <&omap_control_usb>;
  598. };
  599. };
  600. };
  601. };