omap4.dtsi 16 KB

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