omap5.dtsi 18 KB

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