dm816x.dtsi 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. #include <dt-bindings/bus/ti-sysc.h>
  3. #include <dt-bindings/clock/dm816.h>
  4. #include <dt-bindings/gpio/gpio.h>
  5. #include <dt-bindings/pinctrl/omap.h>
  6. / {
  7. compatible = "ti,dm816";
  8. interrupt-parent = <&intc>;
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. chosen { };
  12. aliases {
  13. i2c0 = &i2c1;
  14. i2c1 = &i2c2;
  15. serial0 = &uart1;
  16. serial1 = &uart2;
  17. serial2 = &uart3;
  18. ethernet0 = &eth0;
  19. ethernet1 = &eth1;
  20. };
  21. cpus {
  22. #address-cells = <1>;
  23. #size-cells = <0>;
  24. cpu@0 {
  25. compatible = "arm,cortex-a8";
  26. device_type = "cpu";
  27. reg = <0>;
  28. };
  29. };
  30. pmu {
  31. compatible = "arm,cortex-a8-pmu";
  32. interrupts = <3>;
  33. };
  34. /*
  35. * The soc node represents the soc top level view. It is used for IPs
  36. * that are not memory mapped in the MPU view or for the MPU itself.
  37. */
  38. soc {
  39. compatible = "ti,omap-infra";
  40. mpu {
  41. compatible = "ti,omap3-mpu";
  42. ti,hwmods = "mpu";
  43. };
  44. };
  45. /*
  46. * XXX: Use a flat representation of the dm816x interconnect.
  47. * The real dm816x interconnect network is quite complex. Since
  48. * it will not bring real advantage to represent that in DT
  49. * for the moment, just use a fake OCP bus entry to represent
  50. * the whole bus hierarchy.
  51. */
  52. ocp {
  53. compatible = "simple-bus";
  54. reg = <0x44000000 0x10000>;
  55. interrupts = <9 10>;
  56. #address-cells = <1>;
  57. #size-cells = <1>;
  58. ranges;
  59. prcm: prcm@48180000 {
  60. compatible = "ti,dm816-prcm", "simple-bus";
  61. reg = <0x48180000 0x4000>;
  62. #address-cells = <1>;
  63. #size-cells = <1>;
  64. ranges = <0 0x48180000 0x4000>;
  65. prcm_clocks: clocks {
  66. #address-cells = <1>;
  67. #size-cells = <0>;
  68. };
  69. prcm_clockdomains: clockdomains {
  70. };
  71. };
  72. scrm: scrm@48140000 {
  73. compatible = "ti,dm816-scrm", "simple-bus";
  74. reg = <0x48140000 0x21000>;
  75. #address-cells = <1>;
  76. #size-cells = <1>;
  77. #pinctrl-cells = <1>;
  78. ranges = <0 0x48140000 0x21000>;
  79. dm816x_pinmux: pinmux@800 {
  80. compatible = "pinctrl-single";
  81. reg = <0x800 0x50a>;
  82. #address-cells = <1>;
  83. #size-cells = <0>;
  84. #pinctrl-cells = <1>;
  85. pinctrl-single,register-width = <16>;
  86. pinctrl-single,function-mask = <0xf>;
  87. };
  88. /* Device Configuration Registers */
  89. scm_conf: syscon@600 {
  90. compatible = "syscon", "simple-bus";
  91. reg = <0x600 0x110>;
  92. #address-cells = <1>;
  93. #size-cells = <1>;
  94. ranges = <0 0x600 0x110>;
  95. usb_phy0: usb-phy@20 {
  96. compatible = "ti,dm8168-usb-phy";
  97. reg = <0x20 0x8>;
  98. reg-names = "phy";
  99. clocks = <&main_fapll 6>;
  100. clock-names = "refclk";
  101. #phy-cells = <0>;
  102. syscon = <&scm_conf>;
  103. };
  104. usb_phy1: usb-phy@28 {
  105. compatible = "ti,dm8168-usb-phy";
  106. reg = <0x28 0x8>;
  107. reg-names = "phy";
  108. clocks = <&main_fapll 6>;
  109. clock-names = "refclk";
  110. #phy-cells = <0>;
  111. syscon = <&scm_conf>;
  112. };
  113. };
  114. scrm_clocks: clocks {
  115. #address-cells = <1>;
  116. #size-cells = <0>;
  117. };
  118. scrm_clockdomains: clockdomains {
  119. };
  120. };
  121. target-module@49000000 {
  122. compatible = "ti,sysc-omap4", "ti,sysc";
  123. reg = <0x49000000 0x4>;
  124. reg-names = "rev";
  125. clocks = <&alwon_clkctrl DM816_TPCC_CLKCTRL 0>;
  126. clock-names = "fck";
  127. #address-cells = <1>;
  128. #size-cells = <1>;
  129. ranges = <0x0 0x49000000 0x10000>;
  130. edma: dma@0 {
  131. compatible = "ti,edma3-tpcc";
  132. reg = <0 0x10000>;
  133. reg-names = "edma3_cc";
  134. interrupts = <12 13 14>;
  135. interrupt-names = "edma3_ccint", "edma3_mperr",
  136. "edma3_ccerrint";
  137. dma-requests = <64>;
  138. #dma-cells = <2>;
  139. ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 5>,
  140. <&edma_tptc2 3>, <&edma_tptc3 0>;
  141. ti,edma-memcpy-channels = <20 21>;
  142. };
  143. };
  144. target-module@49800000 {
  145. compatible = "ti,sysc-omap4", "ti,sysc";
  146. reg = <0x49800000 0x4>,
  147. <0x49800010 0x4>;
  148. reg-names = "rev", "sysc";
  149. ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
  150. ti,sysc-midle = <SYSC_IDLE_FORCE>;
  151. ti,sysc-sidle = <SYSC_IDLE_FORCE>,
  152. <SYSC_IDLE_SMART>;
  153. clocks = <&alwon_clkctrl DM816_TPTC0_CLKCTRL 0>;
  154. clock-names = "fck";
  155. #address-cells = <1>;
  156. #size-cells = <1>;
  157. ranges = <0x0 0x49800000 0x100000>;
  158. edma_tptc0: dma@0 {
  159. compatible = "ti,edma3-tptc";
  160. reg = <0 0x100000>;
  161. interrupts = <112>;
  162. interrupt-names = "edma3_tcerrint";
  163. };
  164. };
  165. target-module@49900000 {
  166. compatible = "ti,sysc-omap4", "ti,sysc";
  167. reg = <0x49900000 0x4>,
  168. <0x49900010 0x4>;
  169. reg-names = "rev", "sysc";
  170. ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
  171. ti,sysc-midle = <SYSC_IDLE_FORCE>;
  172. ti,sysc-sidle = <SYSC_IDLE_FORCE>,
  173. <SYSC_IDLE_SMART>;
  174. clocks = <&alwon_clkctrl DM816_TPTC1_CLKCTRL 0>;
  175. clock-names = "fck";
  176. #address-cells = <1>;
  177. #size-cells = <1>;
  178. ranges = <0x0 0x49900000 0x100000>;
  179. edma_tptc1: dma@0 {
  180. compatible = "ti,edma3-tptc";
  181. reg = <0 0x100000>;
  182. interrupts = <113>;
  183. interrupt-names = "edma3_tcerrint";
  184. };
  185. };
  186. target-module@49a00000 {
  187. compatible = "ti,sysc-omap4", "ti,sysc";
  188. reg = <0x49a00000 0x4>,
  189. <0x49a00010 0x4>;
  190. reg-names = "rev", "sysc";
  191. ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
  192. ti,sysc-midle = <SYSC_IDLE_FORCE>;
  193. ti,sysc-sidle = <SYSC_IDLE_FORCE>,
  194. <SYSC_IDLE_SMART>;
  195. clocks = <&alwon_clkctrl DM816_TPTC2_CLKCTRL 0>;
  196. clock-names = "fck";
  197. #address-cells = <1>;
  198. #size-cells = <1>;
  199. ranges = <0x0 0x49a00000 0x100000>;
  200. edma_tptc2: dma@0 {
  201. compatible = "ti,edma3-tptc";
  202. reg = <0 0x100000>;
  203. interrupts = <114>;
  204. interrupt-names = "edma3_tcerrint";
  205. };
  206. };
  207. target-module@49b00000 {
  208. compatible = "ti,sysc-omap4", "ti,sysc";
  209. reg = <0x49b00000 0x4>,
  210. <0x49b00010 0x4>;
  211. reg-names = "rev", "sysc";
  212. ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
  213. ti,sysc-midle = <SYSC_IDLE_FORCE>;
  214. ti,sysc-sidle = <SYSC_IDLE_FORCE>,
  215. <SYSC_IDLE_SMART>;
  216. clocks = <&alwon_clkctrl DM816_TPTC3_CLKCTRL 0>;
  217. clock-names = "fck";
  218. #address-cells = <1>;
  219. #size-cells = <1>;
  220. ranges = <0x0 0x49b00000 0x100000>;
  221. edma_tptc3: dma@0 {
  222. compatible = "ti,edma3-tptc";
  223. reg = <0 0x100000>;
  224. interrupts = <115>;
  225. interrupt-names = "edma3_tcerrint";
  226. };
  227. };
  228. elm: elm@48080000 {
  229. compatible = "ti,am3352-elm";
  230. ti,hwmods = "elm";
  231. reg = <0x48080000 0x2000>;
  232. interrupts = <4>;
  233. };
  234. gpio1: gpio@48032000 {
  235. compatible = "ti,omap4-gpio";
  236. ti,hwmods = "gpio1";
  237. ti,gpio-always-on;
  238. reg = <0x48032000 0x1000>;
  239. interrupts = <96>;
  240. gpio-controller;
  241. #gpio-cells = <2>;
  242. interrupt-controller;
  243. #interrupt-cells = <2>;
  244. };
  245. gpio2: gpio@4804c000 {
  246. compatible = "ti,omap4-gpio";
  247. ti,hwmods = "gpio2";
  248. ti,gpio-always-on;
  249. reg = <0x4804c000 0x1000>;
  250. interrupts = <98>;
  251. gpio-controller;
  252. #gpio-cells = <2>;
  253. interrupt-controller;
  254. #interrupt-cells = <2>;
  255. };
  256. gpmc: gpmc@50000000 {
  257. compatible = "ti,am3352-gpmc";
  258. ti,hwmods = "gpmc";
  259. reg = <0x50000000 0x2000>;
  260. #address-cells = <2>;
  261. #size-cells = <1>;
  262. interrupts = <100>;
  263. dmas = <&edma 52 0>;
  264. dma-names = "rxtx";
  265. gpmc,num-cs = <6>;
  266. gpmc,num-waitpins = <2>;
  267. interrupt-controller;
  268. #interrupt-cells = <2>;
  269. gpio-controller;
  270. #gpio-cells = <2>;
  271. };
  272. i2c1: i2c@48028000 {
  273. compatible = "ti,omap4-i2c";
  274. ti,hwmods = "i2c1";
  275. reg = <0x48028000 0x1000>;
  276. #address-cells = <1>;
  277. #size-cells = <0>;
  278. interrupts = <70>;
  279. };
  280. i2c2: i2c@4802a000 {
  281. compatible = "ti,omap4-i2c";
  282. ti,hwmods = "i2c2";
  283. reg = <0x4802a000 0x1000>;
  284. #address-cells = <1>;
  285. #size-cells = <0>;
  286. interrupts = <71>;
  287. };
  288. intc: interrupt-controller@48200000 {
  289. compatible = "ti,dm816-intc";
  290. interrupt-controller;
  291. #interrupt-cells = <1>;
  292. reg = <0x48200000 0x1000>;
  293. };
  294. rtc: rtc@480c0000 {
  295. compatible = "ti,am3352-rtc", "ti,da830-rtc";
  296. reg = <0x480c0000 0x1000>;
  297. interrupts = <75 76>;
  298. ti,hwmods = "rtc";
  299. };
  300. mailbox: mailbox@480c8000 {
  301. compatible = "ti,omap4-mailbox";
  302. reg = <0x480c8000 0x2000>;
  303. interrupts = <77>;
  304. ti,hwmods = "mailbox";
  305. #mbox-cells = <1>;
  306. ti,mbox-num-users = <4>;
  307. ti,mbox-num-fifos = <12>;
  308. mbox_dsp: mbox-dsp {
  309. ti,mbox-tx = <3 0 0>;
  310. ti,mbox-rx = <0 0 0>;
  311. };
  312. };
  313. spinbox: spinbox@480ca000 {
  314. compatible = "ti,omap4-hwspinlock";
  315. reg = <0x480ca000 0x2000>;
  316. ti,hwmods = "spinbox";
  317. #hwlock-cells = <1>;
  318. };
  319. mdio: mdio@4a100800 {
  320. compatible = "ti,davinci_mdio";
  321. #address-cells = <1>;
  322. #size-cells = <0>;
  323. reg = <0x4a100800 0x100>;
  324. ti,hwmods = "davinci_mdio";
  325. bus_freq = <1000000>;
  326. phy0: ethernet-phy@0 {
  327. reg = <1>;
  328. };
  329. phy1: ethernet-phy@1 {
  330. reg = <2>;
  331. };
  332. };
  333. eth0: ethernet@4a100000 {
  334. compatible = "ti,dm816-emac";
  335. ti,hwmods = "emac0";
  336. reg = <0x4a100000 0x800
  337. 0x4a100900 0x3700>;
  338. clocks = <&sysclk24_ck>;
  339. syscon = <&scm_conf>;
  340. ti,davinci-ctrl-reg-offset = <0>;
  341. ti,davinci-ctrl-mod-reg-offset = <0x900>;
  342. ti,davinci-ctrl-ram-offset = <0x2000>;
  343. ti,davinci-ctrl-ram-size = <0x2000>;
  344. interrupts = <40 41 42 43>;
  345. phy-handle = <&phy0>;
  346. };
  347. eth1: ethernet@4a120000 {
  348. compatible = "ti,dm816-emac";
  349. ti,hwmods = "emac1";
  350. reg = <0x4a120000 0x4000>;
  351. clocks = <&sysclk24_ck>;
  352. syscon = <&scm_conf>;
  353. ti,davinci-ctrl-reg-offset = <0>;
  354. ti,davinci-ctrl-mod-reg-offset = <0x900>;
  355. ti,davinci-ctrl-ram-offset = <0x2000>;
  356. ti,davinci-ctrl-ram-size = <0x2000>;
  357. interrupts = <44 45 46 47>;
  358. phy-handle = <&phy1>;
  359. };
  360. sata: sata@4a140000 {
  361. compatible = "ti,dm816-ahci";
  362. reg = <0x4a140000 0x10000>;
  363. interrupts = <16>;
  364. ti,hwmods = "sata";
  365. };
  366. mcspi1: spi@48030000 {
  367. compatible = "ti,omap4-mcspi";
  368. reg = <0x48030000 0x1000>;
  369. #address-cells = <1>;
  370. #size-cells = <0>;
  371. interrupts = <65>;
  372. ti,spi-num-cs = <4>;
  373. ti,hwmods = "mcspi1";
  374. dmas = <&edma 16 0 &edma 17 0
  375. &edma 18 0 &edma 19 0
  376. &edma 20 0 &edma 21 0
  377. &edma 22 0 &edma 23 0>;
  378. dma-names = "tx0", "rx0", "tx1", "rx1",
  379. "tx2", "rx2", "tx3", "rx3";
  380. };
  381. mmc1: mmc@48060000 {
  382. compatible = "ti,omap4-hsmmc";
  383. reg = <0x48060000 0x11000>;
  384. ti,hwmods = "mmc1";
  385. interrupts = <64>;
  386. dmas = <&edma 24 0 &edma 25 0>;
  387. dma-names = "tx", "rx";
  388. };
  389. timer1_target: target-module@4802e000 {
  390. compatible = "ti,sysc-omap4-timer", "ti,sysc";
  391. reg = <0x4802e000 0x4>,
  392. <0x4802e010 0x4>;
  393. reg-names = "rev", "sysc";
  394. ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
  395. ti,sysc-sidle = <SYSC_IDLE_FORCE>,
  396. <SYSC_IDLE_NO>,
  397. <SYSC_IDLE_SMART>,
  398. <SYSC_IDLE_SMART_WKUP>;
  399. clocks = <&alwon_clkctrl DM816_TIMER1_CLKCTRL 0>;
  400. clock-names = "fck";
  401. #address-cells = <1>;
  402. #size-cells = <1>;
  403. ranges = <0x0 0x4802e000 0x1000>;
  404. timer1: timer@0 {
  405. compatible = "ti,dm816-timer";
  406. reg = <0 0x1000>;
  407. interrupts = <67>;
  408. ti,timer-alwon;
  409. clocks = <&alwon_clkctrl DM816_TIMER1_CLKCTRL 0>;
  410. clock-names = "fck";
  411. };
  412. };
  413. timer2_target: target-module@48040000 {
  414. compatible = "ti,sysc-omap4-timer", "ti,sysc";
  415. reg = <0x48040000 0x4>,
  416. <0x48040010 0x4>;
  417. reg-names = "rev", "sysc";
  418. ti,sysc-mask = <SYSC_OMAP4_SOFTRESET>;
  419. ti,sysc-sidle = <SYSC_IDLE_FORCE>,
  420. <SYSC_IDLE_NO>,
  421. <SYSC_IDLE_SMART>,
  422. <SYSC_IDLE_SMART_WKUP>;
  423. clocks = <&alwon_clkctrl DM816_TIMER2_CLKCTRL 0>;
  424. clock-names = "fck";
  425. #address-cells = <1>;
  426. #size-cells = <1>;
  427. ranges = <0x0 0x48040000 0x1000>;
  428. timer2: timer@0 {
  429. compatible = "ti,dm816-timer";
  430. reg = <0 0x1000>;
  431. interrupts = <68>;
  432. clocks = <&alwon_clkctrl DM816_TIMER2_CLKCTRL 0>;
  433. clock-names = "fck";
  434. };
  435. };
  436. timer3: timer@48042000 {
  437. compatible = "ti,dm816-timer";
  438. reg = <0x48042000 0x2000>;
  439. interrupts = <69>;
  440. ti,hwmods = "timer3";
  441. };
  442. timer4: timer@48044000 {
  443. compatible = "ti,dm816-timer";
  444. reg = <0x48044000 0x2000>;
  445. interrupts = <92>;
  446. ti,hwmods = "timer4";
  447. ti,timer-pwm;
  448. };
  449. timer5: timer@48046000 {
  450. compatible = "ti,dm816-timer";
  451. reg = <0x48046000 0x2000>;
  452. interrupts = <93>;
  453. ti,hwmods = "timer5";
  454. ti,timer-pwm;
  455. };
  456. timer6: timer@48048000 {
  457. compatible = "ti,dm816-timer";
  458. reg = <0x48048000 0x2000>;
  459. interrupts = <94>;
  460. ti,hwmods = "timer6";
  461. ti,timer-pwm;
  462. };
  463. timer7: timer@4804a000 {
  464. compatible = "ti,dm816-timer";
  465. reg = <0x4804a000 0x2000>;
  466. interrupts = <95>;
  467. ti,hwmods = "timer7";
  468. ti,timer-pwm;
  469. };
  470. uart1: uart@48020000 {
  471. compatible = "ti,am3352-uart", "ti,omap3-uart";
  472. ti,hwmods = "uart1";
  473. reg = <0x48020000 0x2000>;
  474. clock-frequency = <48000000>;
  475. interrupts = <72>;
  476. dmas = <&edma 26 0 &edma 27 0>;
  477. dma-names = "tx", "rx";
  478. };
  479. uart2: uart@48022000 {
  480. compatible = "ti,am3352-uart", "ti,omap3-uart";
  481. ti,hwmods = "uart2";
  482. reg = <0x48022000 0x2000>;
  483. clock-frequency = <48000000>;
  484. interrupts = <73>;
  485. dmas = <&edma 28 0 &edma 29 0>;
  486. dma-names = "tx", "rx";
  487. };
  488. uart3: uart@48024000 {
  489. compatible = "ti,am3352-uart", "ti,omap3-uart";
  490. ti,hwmods = "uart3";
  491. reg = <0x48024000 0x2000>;
  492. clock-frequency = <48000000>;
  493. interrupts = <74>;
  494. dmas = <&edma 30 0 &edma 31 0>;
  495. dma-names = "tx", "rx";
  496. };
  497. /* NOTE: USB needs a transceiver driver for phys to work */
  498. usb: usb_otg_hs@47401000 {
  499. compatible = "ti,am33xx-usb";
  500. reg = <0x47401000 0x400000>;
  501. ranges;
  502. #address-cells = <1>;
  503. #size-cells = <1>;
  504. ti,hwmods = "usb_otg_hs";
  505. usb0: usb@47401000 {
  506. compatible = "ti,musb-dm816";
  507. reg = <0x47401400 0x400
  508. 0x47401000 0x200>;
  509. reg-names = "mc", "control";
  510. interrupts = <18>;
  511. interrupt-names = "mc";
  512. dr_mode = "host";
  513. interface-type = <0>;
  514. phys = <&usb_phy0>;
  515. phy-names = "usb2-phy";
  516. mentor,multipoint = <1>;
  517. mentor,num-eps = <16>;
  518. mentor,ram-bits = <12>;
  519. mentor,power = <500>;
  520. dmas = <&cppi41dma 0 0 &cppi41dma 1 0
  521. &cppi41dma 2 0 &cppi41dma 3 0
  522. &cppi41dma 4 0 &cppi41dma 5 0
  523. &cppi41dma 6 0 &cppi41dma 7 0
  524. &cppi41dma 8 0 &cppi41dma 9 0
  525. &cppi41dma 10 0 &cppi41dma 11 0
  526. &cppi41dma 12 0 &cppi41dma 13 0
  527. &cppi41dma 14 0 &cppi41dma 0 1
  528. &cppi41dma 1 1 &cppi41dma 2 1
  529. &cppi41dma 3 1 &cppi41dma 4 1
  530. &cppi41dma 5 1 &cppi41dma 6 1
  531. &cppi41dma 7 1 &cppi41dma 8 1
  532. &cppi41dma 9 1 &cppi41dma 10 1
  533. &cppi41dma 11 1 &cppi41dma 12 1
  534. &cppi41dma 13 1 &cppi41dma 14 1>;
  535. dma-names =
  536. "rx1", "rx2", "rx3", "rx4", "rx5", "rx6", "rx7",
  537. "rx8", "rx9", "rx10", "rx11", "rx12", "rx13",
  538. "rx14", "rx15",
  539. "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
  540. "tx8", "tx9", "tx10", "tx11", "tx12", "tx13",
  541. "tx14", "tx15";
  542. };
  543. usb1: usb@47401800 {
  544. compatible = "ti,musb-dm816";
  545. reg = <0x47401c00 0x400
  546. 0x47401800 0x200>;
  547. reg-names = "mc", "control";
  548. interrupts = <19>;
  549. interrupt-names = "mc";
  550. dr_mode = "host";
  551. interface-type = <0>;
  552. phys = <&usb_phy1>;
  553. phy-names = "usb2-phy";
  554. mentor,multipoint = <1>;
  555. mentor,num-eps = <16>;
  556. mentor,ram-bits = <12>;
  557. mentor,power = <500>;
  558. dmas = <&cppi41dma 15 0 &cppi41dma 16 0
  559. &cppi41dma 17 0 &cppi41dma 18 0
  560. &cppi41dma 19 0 &cppi41dma 20 0
  561. &cppi41dma 21 0 &cppi41dma 22 0
  562. &cppi41dma 23 0 &cppi41dma 24 0
  563. &cppi41dma 25 0 &cppi41dma 26 0
  564. &cppi41dma 27 0 &cppi41dma 28 0
  565. &cppi41dma 29 0 &cppi41dma 15 1
  566. &cppi41dma 16 1 &cppi41dma 17 1
  567. &cppi41dma 18 1 &cppi41dma 19 1
  568. &cppi41dma 20 1 &cppi41dma 21 1
  569. &cppi41dma 22 1 &cppi41dma 23 1
  570. &cppi41dma 24 1 &cppi41dma 25 1
  571. &cppi41dma 26 1 &cppi41dma 27 1
  572. &cppi41dma 28 1 &cppi41dma 29 1>;
  573. dma-names =
  574. "rx1", "rx2", "rx3", "rx4", "rx5", "rx6", "rx7",
  575. "rx8", "rx9", "rx10", "rx11", "rx12", "rx13",
  576. "rx14", "rx15",
  577. "tx1", "tx2", "tx3", "tx4", "tx5", "tx6", "tx7",
  578. "tx8", "tx9", "tx10", "tx11", "tx12", "tx13",
  579. "tx14", "tx15";
  580. };
  581. cppi41dma: dma-controller@47402000 {
  582. compatible = "ti,am3359-cppi41";
  583. reg = <0x47400000 0x1000
  584. 0x47402000 0x1000
  585. 0x47403000 0x1000
  586. 0x47404000 0x4000>;
  587. reg-names = "glue", "controller", "scheduler", "queuemgr";
  588. interrupts = <17>;
  589. interrupt-names = "glue";
  590. #dma-cells = <2>;
  591. /* For backwards compatibility: */
  592. #dma-channels = <30>;
  593. dma-channels = <30>;
  594. #dma-requests = <256>;
  595. dma-requests = <256>;
  596. };
  597. };
  598. wd_timer2: wd_timer@480c2000 {
  599. compatible = "ti,omap3-wdt";
  600. ti,hwmods = "wd_timer";
  601. reg = <0x480c2000 0x1000>;
  602. interrupts = <0>;
  603. };
  604. };
  605. };
  606. #include "dm816x-clocks.dtsi"
  607. /* Preferred always-on timer for clocksource */
  608. &timer1_target {
  609. ti,no-reset-on-init;
  610. ti,no-idle;
  611. timer@0 {
  612. assigned-clocks = <&timer1_fck>;
  613. assigned-clock-parents = <&sys_clkin_ck>;
  614. };
  615. };
  616. /* Preferred timer for clockevent */
  617. &timer2_target {
  618. ti,no-reset-on-init;
  619. ti,no-idle;
  620. timer@0 {
  621. assigned-clocks = <&timer2_fck>;
  622. assigned-clock-parents = <&sys_clkin_ck>;
  623. };
  624. };