am4372.dtsi 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  1. /*
  2. * Device Tree Source for AM4372 SoC
  3. *
  4. * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. #include <dt-bindings/gpio/gpio.h>
  11. #include <dt-bindings/interrupt-controller/arm-gic.h>
  12. #include "skeleton.dtsi"
  13. / {
  14. compatible = "ti,am4372", "ti,am43";
  15. interrupt-parent = <&gic>;
  16. aliases {
  17. i2c0 = &i2c0;
  18. i2c1 = &i2c1;
  19. i2c2 = &i2c2;
  20. serial0 = &uart0;
  21. ethernet0 = &cpsw_emac0;
  22. ethernet1 = &cpsw_emac1;
  23. };
  24. cpus {
  25. #address-cells = <1>;
  26. #size-cells = <0>;
  27. cpu: cpu@0 {
  28. compatible = "arm,cortex-a9";
  29. device_type = "cpu";
  30. reg = <0>;
  31. clocks = <&dpll_mpu_ck>;
  32. clock-names = "cpu";
  33. clock-latency = <300000>; /* From omap-cpufreq driver */
  34. };
  35. };
  36. gic: interrupt-controller@48241000 {
  37. compatible = "arm,cortex-a9-gic";
  38. interrupt-controller;
  39. #interrupt-cells = <3>;
  40. reg = <0x48241000 0x1000>,
  41. <0x48240100 0x0100>;
  42. };
  43. l2-cache-controller@48242000 {
  44. compatible = "arm,pl310-cache";
  45. reg = <0x48242000 0x1000>;
  46. cache-unified;
  47. cache-level = <2>;
  48. };
  49. am43xx_pinmux: pinmux@44e10800 {
  50. compatible = "ti,am437-padconf", "pinctrl-single";
  51. reg = <0x44e10800 0x31c>;
  52. #address-cells = <1>;
  53. #size-cells = <0>;
  54. #interrupt-cells = <1>;
  55. interrupt-controller;
  56. pinctrl-single,register-width = <32>;
  57. pinctrl-single,function-mask = <0xffffffff>;
  58. };
  59. ocp {
  60. compatible = "ti,am4372-l3-noc", "simple-bus";
  61. #address-cells = <1>;
  62. #size-cells = <1>;
  63. ranges;
  64. ti,hwmods = "l3_main";
  65. reg = <0x44000000 0x400000
  66. 0x44800000 0x400000>;
  67. interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
  68. <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
  69. prcm: prcm@44df0000 {
  70. compatible = "ti,am4-prcm";
  71. reg = <0x44df0000 0x11000>;
  72. prcm_clocks: clocks {
  73. #address-cells = <1>;
  74. #size-cells = <0>;
  75. };
  76. prcm_clockdomains: clockdomains {
  77. };
  78. };
  79. scrm: scrm@44e10000 {
  80. compatible = "ti,am4-scrm";
  81. reg = <0x44e10000 0x2000>;
  82. scrm_clocks: clocks {
  83. #address-cells = <1>;
  84. #size-cells = <0>;
  85. };
  86. scrm_clockdomains: clockdomains {
  87. };
  88. };
  89. edma: edma@49000000 {
  90. compatible = "ti,edma3";
  91. ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
  92. reg = <0x49000000 0x10000>,
  93. <0x44e10f90 0x10>;
  94. interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
  95. <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
  96. <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
  97. #dma-cells = <1>;
  98. };
  99. uart0: serial@44e09000 {
  100. compatible = "ti,am4372-uart","ti,omap2-uart";
  101. reg = <0x44e09000 0x2000>;
  102. interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
  103. ti,hwmods = "uart1";
  104. };
  105. uart1: serial@48022000 {
  106. compatible = "ti,am4372-uart","ti,omap2-uart";
  107. reg = <0x48022000 0x2000>;
  108. interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
  109. ti,hwmods = "uart2";
  110. status = "disabled";
  111. };
  112. uart2: serial@48024000 {
  113. compatible = "ti,am4372-uart","ti,omap2-uart";
  114. reg = <0x48024000 0x2000>;
  115. interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
  116. ti,hwmods = "uart3";
  117. status = "disabled";
  118. };
  119. uart3: serial@481a6000 {
  120. compatible = "ti,am4372-uart","ti,omap2-uart";
  121. reg = <0x481a6000 0x2000>;
  122. interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
  123. ti,hwmods = "uart4";
  124. status = "disabled";
  125. };
  126. uart4: serial@481a8000 {
  127. compatible = "ti,am4372-uart","ti,omap2-uart";
  128. reg = <0x481a8000 0x2000>;
  129. interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
  130. ti,hwmods = "uart5";
  131. status = "disabled";
  132. };
  133. uart5: serial@481aa000 {
  134. compatible = "ti,am4372-uart","ti,omap2-uart";
  135. reg = <0x481aa000 0x2000>;
  136. interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
  137. ti,hwmods = "uart6";
  138. status = "disabled";
  139. };
  140. mailbox: mailbox@480C8000 {
  141. compatible = "ti,omap4-mailbox";
  142. reg = <0x480C8000 0x200>;
  143. interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
  144. ti,hwmods = "mailbox";
  145. ti,mbox-num-users = <4>;
  146. ti,mbox-num-fifos = <8>;
  147. mbox_wkupm3: wkup_m3 {
  148. ti,mbox-tx = <0 0 0>;
  149. ti,mbox-rx = <0 0 3>;
  150. };
  151. };
  152. timer1: timer@44e31000 {
  153. compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
  154. reg = <0x44e31000 0x400>;
  155. interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
  156. ti,timer-alwon;
  157. ti,hwmods = "timer1";
  158. };
  159. timer2: timer@48040000 {
  160. compatible = "ti,am4372-timer","ti,am335x-timer";
  161. reg = <0x48040000 0x400>;
  162. interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
  163. ti,hwmods = "timer2";
  164. };
  165. timer3: timer@48042000 {
  166. compatible = "ti,am4372-timer","ti,am335x-timer";
  167. reg = <0x48042000 0x400>;
  168. interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
  169. ti,hwmods = "timer3";
  170. status = "disabled";
  171. };
  172. timer4: timer@48044000 {
  173. compatible = "ti,am4372-timer","ti,am335x-timer";
  174. reg = <0x48044000 0x400>;
  175. interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
  176. ti,timer-pwm;
  177. ti,hwmods = "timer4";
  178. status = "disabled";
  179. };
  180. timer5: timer@48046000 {
  181. compatible = "ti,am4372-timer","ti,am335x-timer";
  182. reg = <0x48046000 0x400>;
  183. interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
  184. ti,timer-pwm;
  185. ti,hwmods = "timer5";
  186. status = "disabled";
  187. };
  188. timer6: timer@48048000 {
  189. compatible = "ti,am4372-timer","ti,am335x-timer";
  190. reg = <0x48048000 0x400>;
  191. interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
  192. ti,timer-pwm;
  193. ti,hwmods = "timer6";
  194. status = "disabled";
  195. };
  196. timer7: timer@4804a000 {
  197. compatible = "ti,am4372-timer","ti,am335x-timer";
  198. reg = <0x4804a000 0x400>;
  199. interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
  200. ti,timer-pwm;
  201. ti,hwmods = "timer7";
  202. status = "disabled";
  203. };
  204. timer8: timer@481c1000 {
  205. compatible = "ti,am4372-timer","ti,am335x-timer";
  206. reg = <0x481c1000 0x400>;
  207. interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
  208. ti,hwmods = "timer8";
  209. status = "disabled";
  210. };
  211. timer9: timer@4833d000 {
  212. compatible = "ti,am4372-timer","ti,am335x-timer";
  213. reg = <0x4833d000 0x400>;
  214. interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
  215. ti,hwmods = "timer9";
  216. status = "disabled";
  217. };
  218. timer10: timer@4833f000 {
  219. compatible = "ti,am4372-timer","ti,am335x-timer";
  220. reg = <0x4833f000 0x400>;
  221. interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
  222. ti,hwmods = "timer10";
  223. status = "disabled";
  224. };
  225. timer11: timer@48341000 {
  226. compatible = "ti,am4372-timer","ti,am335x-timer";
  227. reg = <0x48341000 0x400>;
  228. interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
  229. ti,hwmods = "timer11";
  230. status = "disabled";
  231. };
  232. counter32k: counter@44e86000 {
  233. compatible = "ti,am4372-counter32k","ti,omap-counter32k";
  234. reg = <0x44e86000 0x40>;
  235. ti,hwmods = "counter_32k";
  236. };
  237. rtc: rtc@44e3e000 {
  238. compatible = "ti,am4372-rtc","ti,da830-rtc";
  239. reg = <0x44e3e000 0x1000>;
  240. interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
  241. GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
  242. ti,hwmods = "rtc";
  243. status = "disabled";
  244. };
  245. wdt: wdt@44e35000 {
  246. compatible = "ti,am4372-wdt","ti,omap3-wdt";
  247. reg = <0x44e35000 0x1000>;
  248. interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
  249. ti,hwmods = "wd_timer2";
  250. };
  251. gpio0: gpio@44e07000 {
  252. compatible = "ti,am4372-gpio","ti,omap4-gpio";
  253. reg = <0x44e07000 0x1000>;
  254. interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
  255. gpio-controller;
  256. #gpio-cells = <2>;
  257. interrupt-controller;
  258. #interrupt-cells = <2>;
  259. ti,hwmods = "gpio1";
  260. status = "disabled";
  261. };
  262. gpio1: gpio@4804c000 {
  263. compatible = "ti,am4372-gpio","ti,omap4-gpio";
  264. reg = <0x4804c000 0x1000>;
  265. interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
  266. gpio-controller;
  267. #gpio-cells = <2>;
  268. interrupt-controller;
  269. #interrupt-cells = <2>;
  270. ti,hwmods = "gpio2";
  271. status = "disabled";
  272. };
  273. gpio2: gpio@481ac000 {
  274. compatible = "ti,am4372-gpio","ti,omap4-gpio";
  275. reg = <0x481ac000 0x1000>;
  276. interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
  277. gpio-controller;
  278. #gpio-cells = <2>;
  279. interrupt-controller;
  280. #interrupt-cells = <2>;
  281. ti,hwmods = "gpio3";
  282. status = "disabled";
  283. };
  284. gpio3: gpio@481ae000 {
  285. compatible = "ti,am4372-gpio","ti,omap4-gpio";
  286. reg = <0x481ae000 0x1000>;
  287. interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
  288. gpio-controller;
  289. #gpio-cells = <2>;
  290. interrupt-controller;
  291. #interrupt-cells = <2>;
  292. ti,hwmods = "gpio4";
  293. status = "disabled";
  294. };
  295. gpio4: gpio@48320000 {
  296. compatible = "ti,am4372-gpio","ti,omap4-gpio";
  297. reg = <0x48320000 0x1000>;
  298. interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
  299. gpio-controller;
  300. #gpio-cells = <2>;
  301. interrupt-controller;
  302. #interrupt-cells = <2>;
  303. ti,hwmods = "gpio5";
  304. status = "disabled";
  305. };
  306. gpio5: gpio@48322000 {
  307. compatible = "ti,am4372-gpio","ti,omap4-gpio";
  308. reg = <0x48322000 0x1000>;
  309. interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
  310. gpio-controller;
  311. #gpio-cells = <2>;
  312. interrupt-controller;
  313. #interrupt-cells = <2>;
  314. ti,hwmods = "gpio6";
  315. status = "disabled";
  316. };
  317. hwspinlock: spinlock@480ca000 {
  318. compatible = "ti,omap4-hwspinlock";
  319. reg = <0x480ca000 0x1000>;
  320. ti,hwmods = "spinlock";
  321. #hwlock-cells = <1>;
  322. };
  323. i2c0: i2c@44e0b000 {
  324. compatible = "ti,am4372-i2c","ti,omap4-i2c";
  325. reg = <0x44e0b000 0x1000>;
  326. interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
  327. ti,hwmods = "i2c1";
  328. #address-cells = <1>;
  329. #size-cells = <0>;
  330. status = "disabled";
  331. };
  332. i2c1: i2c@4802a000 {
  333. compatible = "ti,am4372-i2c","ti,omap4-i2c";
  334. reg = <0x4802a000 0x1000>;
  335. interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
  336. ti,hwmods = "i2c2";
  337. #address-cells = <1>;
  338. #size-cells = <0>;
  339. status = "disabled";
  340. };
  341. i2c2: i2c@4819c000 {
  342. compatible = "ti,am4372-i2c","ti,omap4-i2c";
  343. reg = <0x4819c000 0x1000>;
  344. interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
  345. ti,hwmods = "i2c3";
  346. #address-cells = <1>;
  347. #size-cells = <0>;
  348. status = "disabled";
  349. };
  350. spi0: spi@48030000 {
  351. compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
  352. reg = <0x48030000 0x400>;
  353. interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
  354. ti,hwmods = "spi0";
  355. #address-cells = <1>;
  356. #size-cells = <0>;
  357. status = "disabled";
  358. };
  359. mmc1: mmc@48060000 {
  360. compatible = "ti,omap4-hsmmc";
  361. reg = <0x48060000 0x1000>;
  362. ti,hwmods = "mmc1";
  363. ti,dual-volt;
  364. ti,needs-special-reset;
  365. dmas = <&edma 24
  366. &edma 25>;
  367. dma-names = "tx", "rx";
  368. interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
  369. status = "disabled";
  370. };
  371. mmc2: mmc@481d8000 {
  372. compatible = "ti,omap4-hsmmc";
  373. reg = <0x481d8000 0x1000>;
  374. ti,hwmods = "mmc2";
  375. ti,needs-special-reset;
  376. dmas = <&edma 2
  377. &edma 3>;
  378. dma-names = "tx", "rx";
  379. interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
  380. status = "disabled";
  381. };
  382. mmc3: mmc@47810000 {
  383. compatible = "ti,omap4-hsmmc";
  384. reg = <0x47810000 0x1000>;
  385. ti,hwmods = "mmc3";
  386. ti,needs-special-reset;
  387. interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
  388. status = "disabled";
  389. };
  390. spi1: spi@481a0000 {
  391. compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
  392. reg = <0x481a0000 0x400>;
  393. interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
  394. ti,hwmods = "spi1";
  395. #address-cells = <1>;
  396. #size-cells = <0>;
  397. status = "disabled";
  398. };
  399. spi2: spi@481a2000 {
  400. compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
  401. reg = <0x481a2000 0x400>;
  402. interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
  403. ti,hwmods = "spi2";
  404. #address-cells = <1>;
  405. #size-cells = <0>;
  406. status = "disabled";
  407. };
  408. spi3: spi@481a4000 {
  409. compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
  410. reg = <0x481a4000 0x400>;
  411. interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
  412. ti,hwmods = "spi3";
  413. #address-cells = <1>;
  414. #size-cells = <0>;
  415. status = "disabled";
  416. };
  417. spi4: spi@48345000 {
  418. compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
  419. reg = <0x48345000 0x400>;
  420. interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
  421. ti,hwmods = "spi4";
  422. #address-cells = <1>;
  423. #size-cells = <0>;
  424. status = "disabled";
  425. };
  426. mac: ethernet@4a100000 {
  427. compatible = "ti,am4372-cpsw","ti,cpsw";
  428. reg = <0x4a100000 0x800
  429. 0x4a101200 0x100>;
  430. interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
  431. GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
  432. GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
  433. GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
  434. #address-cells = <1>;
  435. #size-cells = <1>;
  436. ti,hwmods = "cpgmac0";
  437. clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>;
  438. clock-names = "fck", "cpts";
  439. status = "disabled";
  440. cpdma_channels = <8>;
  441. ale_entries = <1024>;
  442. bd_ram_size = <0x2000>;
  443. no_bd_ram = <0>;
  444. rx_descs = <64>;
  445. mac_control = <0x20>;
  446. slaves = <2>;
  447. active_slave = <0>;
  448. cpts_clock_mult = <0x80000000>;
  449. cpts_clock_shift = <29>;
  450. ranges;
  451. davinci_mdio: mdio@4a101000 {
  452. compatible = "ti,am4372-mdio","ti,davinci_mdio";
  453. reg = <0x4a101000 0x100>;
  454. #address-cells = <1>;
  455. #size-cells = <0>;
  456. ti,hwmods = "davinci_mdio";
  457. bus_freq = <1000000>;
  458. status = "disabled";
  459. };
  460. cpsw_emac0: slave@4a100200 {
  461. /* Filled in by U-Boot */
  462. mac-address = [ 00 00 00 00 00 00 ];
  463. };
  464. cpsw_emac1: slave@4a100300 {
  465. /* Filled in by U-Boot */
  466. mac-address = [ 00 00 00 00 00 00 ];
  467. };
  468. phy_sel: cpsw-phy-sel@44e10650 {
  469. compatible = "ti,am43xx-cpsw-phy-sel";
  470. reg= <0x44e10650 0x4>;
  471. reg-names = "gmii-sel";
  472. };
  473. };
  474. epwmss0: epwmss@48300000 {
  475. compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
  476. reg = <0x48300000 0x10>;
  477. #address-cells = <1>;
  478. #size-cells = <1>;
  479. ranges;
  480. ti,hwmods = "epwmss0";
  481. status = "disabled";
  482. ecap0: ecap@48300100 {
  483. compatible = "ti,am4372-ecap","ti,am33xx-ecap";
  484. #pwm-cells = <3>;
  485. reg = <0x48300100 0x80>;
  486. ti,hwmods = "ecap0";
  487. status = "disabled";
  488. };
  489. ehrpwm0: ehrpwm@48300200 {
  490. compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
  491. #pwm-cells = <3>;
  492. reg = <0x48300200 0x80>;
  493. ti,hwmods = "ehrpwm0";
  494. status = "disabled";
  495. };
  496. };
  497. epwmss1: epwmss@48302000 {
  498. compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
  499. reg = <0x48302000 0x10>;
  500. #address-cells = <1>;
  501. #size-cells = <1>;
  502. ranges;
  503. ti,hwmods = "epwmss1";
  504. status = "disabled";
  505. ecap1: ecap@48302100 {
  506. compatible = "ti,am4372-ecap","ti,am33xx-ecap";
  507. #pwm-cells = <3>;
  508. reg = <0x48302100 0x80>;
  509. ti,hwmods = "ecap1";
  510. status = "disabled";
  511. };
  512. ehrpwm1: ehrpwm@48302200 {
  513. compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
  514. #pwm-cells = <3>;
  515. reg = <0x48302200 0x80>;
  516. ti,hwmods = "ehrpwm1";
  517. status = "disabled";
  518. };
  519. };
  520. epwmss2: epwmss@48304000 {
  521. compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
  522. reg = <0x48304000 0x10>;
  523. #address-cells = <1>;
  524. #size-cells = <1>;
  525. ranges;
  526. ti,hwmods = "epwmss2";
  527. status = "disabled";
  528. ecap2: ecap@48304100 {
  529. compatible = "ti,am4372-ecap","ti,am33xx-ecap";
  530. #pwm-cells = <3>;
  531. reg = <0x48304100 0x80>;
  532. ti,hwmods = "ecap2";
  533. status = "disabled";
  534. };
  535. ehrpwm2: ehrpwm@48304200 {
  536. compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
  537. #pwm-cells = <3>;
  538. reg = <0x48304200 0x80>;
  539. ti,hwmods = "ehrpwm2";
  540. status = "disabled";
  541. };
  542. };
  543. epwmss3: epwmss@48306000 {
  544. compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
  545. reg = <0x48306000 0x10>;
  546. #address-cells = <1>;
  547. #size-cells = <1>;
  548. ranges;
  549. ti,hwmods = "epwmss3";
  550. status = "disabled";
  551. ehrpwm3: ehrpwm@48306200 {
  552. compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
  553. #pwm-cells = <3>;
  554. reg = <0x48306200 0x80>;
  555. ti,hwmods = "ehrpwm3";
  556. status = "disabled";
  557. };
  558. };
  559. epwmss4: epwmss@48308000 {
  560. compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
  561. reg = <0x48308000 0x10>;
  562. #address-cells = <1>;
  563. #size-cells = <1>;
  564. ranges;
  565. ti,hwmods = "epwmss4";
  566. status = "disabled";
  567. ehrpwm4: ehrpwm@48308200 {
  568. compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
  569. #pwm-cells = <3>;
  570. reg = <0x48308200 0x80>;
  571. ti,hwmods = "ehrpwm4";
  572. status = "disabled";
  573. };
  574. };
  575. epwmss5: epwmss@4830a000 {
  576. compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
  577. reg = <0x4830a000 0x10>;
  578. #address-cells = <1>;
  579. #size-cells = <1>;
  580. ranges;
  581. ti,hwmods = "epwmss5";
  582. status = "disabled";
  583. ehrpwm5: ehrpwm@4830a200 {
  584. compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
  585. #pwm-cells = <3>;
  586. reg = <0x4830a200 0x80>;
  587. ti,hwmods = "ehrpwm5";
  588. status = "disabled";
  589. };
  590. };
  591. sham: sham@53100000 {
  592. compatible = "ti,omap5-sham";
  593. ti,hwmods = "sham";
  594. reg = <0x53100000 0x300>;
  595. dmas = <&edma 36>;
  596. dma-names = "rx";
  597. interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
  598. };
  599. aes: aes@53501000 {
  600. compatible = "ti,omap4-aes";
  601. ti,hwmods = "aes";
  602. reg = <0x53501000 0xa0>;
  603. interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
  604. dmas = <&edma 6
  605. &edma 5>;
  606. dma-names = "tx", "rx";
  607. };
  608. des: des@53701000 {
  609. compatible = "ti,omap4-des";
  610. ti,hwmods = "des";
  611. reg = <0x53701000 0xa0>;
  612. interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
  613. dmas = <&edma 34
  614. &edma 33>;
  615. dma-names = "tx", "rx";
  616. };
  617. mcasp0: mcasp@48038000 {
  618. compatible = "ti,am33xx-mcasp-audio";
  619. ti,hwmods = "mcasp0";
  620. reg = <0x48038000 0x2000>,
  621. <0x46000000 0x400000>;
  622. reg-names = "mpu", "dat";
  623. interrupts = <80>, <81>;
  624. interrupt-names = "tx", "rx";
  625. status = "disabled";
  626. dmas = <&edma 8>,
  627. <&edma 9>;
  628. dma-names = "tx", "rx";
  629. };
  630. mcasp1: mcasp@4803C000 {
  631. compatible = "ti,am33xx-mcasp-audio";
  632. ti,hwmods = "mcasp1";
  633. reg = <0x4803C000 0x2000>,
  634. <0x46400000 0x400000>;
  635. reg-names = "mpu", "dat";
  636. interrupts = <82>, <83>;
  637. interrupt-names = "tx", "rx";
  638. status = "disabled";
  639. dmas = <&edma 10>,
  640. <&edma 11>;
  641. dma-names = "tx", "rx";
  642. };
  643. elm: elm@48080000 {
  644. compatible = "ti,am3352-elm";
  645. reg = <0x48080000 0x2000>;
  646. interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
  647. ti,hwmods = "elm";
  648. clocks = <&l4ls_gclk>;
  649. clock-names = "fck";
  650. status = "disabled";
  651. };
  652. gpmc: gpmc@50000000 {
  653. compatible = "ti,am3352-gpmc";
  654. ti,hwmods = "gpmc";
  655. clocks = <&l3s_gclk>;
  656. clock-names = "fck";
  657. reg = <0x50000000 0x2000>;
  658. interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
  659. gpmc,num-cs = <7>;
  660. gpmc,num-waitpins = <2>;
  661. #address-cells = <2>;
  662. #size-cells = <1>;
  663. status = "disabled";
  664. };
  665. am43xx_control_usb2phy1: control-phy@44e10620 {
  666. compatible = "ti,control-phy-usb2-am437";
  667. reg = <0x44e10620 0x4>;
  668. reg-names = "power";
  669. };
  670. am43xx_control_usb2phy2: control-phy@0x44e10628 {
  671. compatible = "ti,control-phy-usb2-am437";
  672. reg = <0x44e10628 0x4>;
  673. reg-names = "power";
  674. };
  675. ocp2scp0: ocp2scp@483a8000 {
  676. compatible = "ti,omap-ocp2scp";
  677. #address-cells = <1>;
  678. #size-cells = <1>;
  679. ranges;
  680. ti,hwmods = "ocp2scp0";
  681. usb2_phy1: phy@483a8000 {
  682. compatible = "ti,am437x-usb2";
  683. reg = <0x483a8000 0x8000>;
  684. ctrl-module = <&am43xx_control_usb2phy1>;
  685. clocks = <&usb_phy0_always_on_clk32k>,
  686. <&usb_otg_ss0_refclk960m>;
  687. clock-names = "wkupclk", "refclk";
  688. #phy-cells = <0>;
  689. status = "disabled";
  690. };
  691. };
  692. ocp2scp1: ocp2scp@483e8000 {
  693. compatible = "ti,omap-ocp2scp";
  694. #address-cells = <1>;
  695. #size-cells = <1>;
  696. ranges;
  697. ti,hwmods = "ocp2scp1";
  698. usb2_phy2: phy@483e8000 {
  699. compatible = "ti,am437x-usb2";
  700. reg = <0x483e8000 0x8000>;
  701. ctrl-module = <&am43xx_control_usb2phy2>;
  702. clocks = <&usb_phy1_always_on_clk32k>,
  703. <&usb_otg_ss1_refclk960m>;
  704. clock-names = "wkupclk", "refclk";
  705. #phy-cells = <0>;
  706. status = "disabled";
  707. };
  708. };
  709. dwc3_1: omap_dwc3@48380000 {
  710. compatible = "ti,am437x-dwc3";
  711. ti,hwmods = "usb_otg_ss0";
  712. reg = <0x48380000 0x10000>;
  713. interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
  714. #address-cells = <1>;
  715. #size-cells = <1>;
  716. utmi-mode = <1>;
  717. ranges;
  718. usb1: usb@48390000 {
  719. compatible = "synopsys,dwc3";
  720. reg = <0x48390000 0x10000>;
  721. interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
  722. phys = <&usb2_phy1>;
  723. phy-names = "usb2-phy";
  724. maximum-speed = "high-speed";
  725. dr_mode = "otg";
  726. status = "disabled";
  727. };
  728. };
  729. dwc3_2: omap_dwc3@483c0000 {
  730. compatible = "ti,am437x-dwc3";
  731. ti,hwmods = "usb_otg_ss1";
  732. reg = <0x483c0000 0x10000>;
  733. interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
  734. #address-cells = <1>;
  735. #size-cells = <1>;
  736. utmi-mode = <1>;
  737. ranges;
  738. usb2: usb@483d0000 {
  739. compatible = "synopsys,dwc3";
  740. reg = <0x483d0000 0x10000>;
  741. interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
  742. phys = <&usb2_phy2>;
  743. phy-names = "usb2-phy";
  744. maximum-speed = "high-speed";
  745. dr_mode = "otg";
  746. status = "disabled";
  747. };
  748. };
  749. qspi: qspi@47900000 {
  750. compatible = "ti,am4372-qspi";
  751. reg = <0x47900000 0x100>;
  752. #address-cells = <1>;
  753. #size-cells = <0>;
  754. ti,hwmods = "qspi";
  755. interrupts = <0 138 0x4>;
  756. num-cs = <4>;
  757. status = "disabled";
  758. };
  759. hdq: hdq@48347000 {
  760. compatible = "ti,am43xx-hdq";
  761. reg = <0x48347000 0x1000>;
  762. interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
  763. clocks = <&func_12m_clk>;
  764. clock-names = "fck";
  765. ti,hwmods = "hdq1w";
  766. status = "disabled";
  767. };
  768. dss: dss@4832a000 {
  769. compatible = "ti,omap3-dss";
  770. reg = <0x4832a000 0x200>;
  771. status = "disabled";
  772. ti,hwmods = "dss_core";
  773. clocks = <&disp_clk>;
  774. clock-names = "fck";
  775. #address-cells = <1>;
  776. #size-cells = <1>;
  777. ranges;
  778. dispc: dispc@4832a400 {
  779. compatible = "ti,omap3-dispc";
  780. reg = <0x4832a400 0x400>;
  781. interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
  782. ti,hwmods = "dss_dispc";
  783. clocks = <&disp_clk>;
  784. clock-names = "fck";
  785. };
  786. rfbi: rfbi@4832a800 {
  787. compatible = "ti,omap3-rfbi";
  788. reg = <0x4832a800 0x100>;
  789. ti,hwmods = "dss_rfbi";
  790. clocks = <&disp_clk>;
  791. clock-names = "fck";
  792. };
  793. };
  794. ocmcram: ocmcram@40300000 {
  795. compatible = "mmio-sram";
  796. reg = <0x40300000 0x40000>; /* 256k */
  797. };
  798. };
  799. };
  800. /include/ "am43xx-clocks.dtsi"