imx6q.dtsi 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. /*
  2. * Copyright 2011 Freescale Semiconductor, Inc.
  3. * Copyright 2011 Linaro Ltd.
  4. *
  5. * The code contained herein is licensed under the GNU General Public
  6. * License. You may obtain a copy of the GNU General Public License
  7. * Version 2 or later at the following locations:
  8. *
  9. * http://www.opensource.org/licenses/gpl-license.html
  10. * http://www.gnu.org/copyleft/gpl.html
  11. */
  12. /include/ "skeleton.dtsi"
  13. / {
  14. aliases {
  15. serial0 = &uart1;
  16. serial1 = &uart2;
  17. serial2 = &uart3;
  18. serial3 = &uart4;
  19. serial4 = &uart5;
  20. };
  21. cpus {
  22. #address-cells = <1>;
  23. #size-cells = <0>;
  24. cpu@0 {
  25. compatible = "arm,cortex-a9";
  26. reg = <0>;
  27. next-level-cache = <&L2>;
  28. };
  29. cpu@1 {
  30. compatible = "arm,cortex-a9";
  31. reg = <1>;
  32. next-level-cache = <&L2>;
  33. };
  34. cpu@2 {
  35. compatible = "arm,cortex-a9";
  36. reg = <2>;
  37. next-level-cache = <&L2>;
  38. };
  39. cpu@3 {
  40. compatible = "arm,cortex-a9";
  41. reg = <3>;
  42. next-level-cache = <&L2>;
  43. };
  44. };
  45. intc: interrupt-controller@00a01000 {
  46. compatible = "arm,cortex-a9-gic";
  47. #interrupt-cells = <3>;
  48. #address-cells = <1>;
  49. #size-cells = <1>;
  50. interrupt-controller;
  51. reg = <0x00a01000 0x1000>,
  52. <0x00a00100 0x100>;
  53. };
  54. clocks {
  55. #address-cells = <1>;
  56. #size-cells = <0>;
  57. ckil {
  58. compatible = "fsl,imx-ckil", "fixed-clock";
  59. clock-frequency = <32768>;
  60. };
  61. ckih1 {
  62. compatible = "fsl,imx-ckih1", "fixed-clock";
  63. clock-frequency = <0>;
  64. };
  65. osc {
  66. compatible = "fsl,imx-osc", "fixed-clock";
  67. clock-frequency = <24000000>;
  68. };
  69. };
  70. soc {
  71. #address-cells = <1>;
  72. #size-cells = <1>;
  73. compatible = "simple-bus";
  74. interrupt-parent = <&intc>;
  75. ranges;
  76. timer@00a00600 {
  77. compatible = "arm,cortex-a9-twd-timer";
  78. reg = <0x00a00600 0x20>;
  79. interrupts = <1 13 0xf01>;
  80. };
  81. L2: l2-cache@00a02000 {
  82. compatible = "arm,pl310-cache";
  83. reg = <0x00a02000 0x1000>;
  84. interrupts = <0 92 0x04>;
  85. cache-unified;
  86. cache-level = <2>;
  87. };
  88. aips-bus@02000000 { /* AIPS1 */
  89. compatible = "fsl,aips-bus", "simple-bus";
  90. #address-cells = <1>;
  91. #size-cells = <1>;
  92. reg = <0x02000000 0x100000>;
  93. ranges;
  94. spba-bus@02000000 {
  95. compatible = "fsl,spba-bus", "simple-bus";
  96. #address-cells = <1>;
  97. #size-cells = <1>;
  98. reg = <0x02000000 0x40000>;
  99. ranges;
  100. spdif@02004000 {
  101. reg = <0x02004000 0x4000>;
  102. interrupts = <0 52 0x04>;
  103. };
  104. ecspi@02008000 { /* eCSPI1 */
  105. #address-cells = <1>;
  106. #size-cells = <0>;
  107. compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
  108. reg = <0x02008000 0x4000>;
  109. interrupts = <0 31 0x04>;
  110. status = "disabled";
  111. };
  112. ecspi@0200c000 { /* eCSPI2 */
  113. #address-cells = <1>;
  114. #size-cells = <0>;
  115. compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
  116. reg = <0x0200c000 0x4000>;
  117. interrupts = <0 32 0x04>;
  118. status = "disabled";
  119. };
  120. ecspi@02010000 { /* eCSPI3 */
  121. #address-cells = <1>;
  122. #size-cells = <0>;
  123. compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
  124. reg = <0x02010000 0x4000>;
  125. interrupts = <0 33 0x04>;
  126. status = "disabled";
  127. };
  128. ecspi@02014000 { /* eCSPI4 */
  129. #address-cells = <1>;
  130. #size-cells = <0>;
  131. compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
  132. reg = <0x02014000 0x4000>;
  133. interrupts = <0 34 0x04>;
  134. status = "disabled";
  135. };
  136. ecspi@02018000 { /* eCSPI5 */
  137. #address-cells = <1>;
  138. #size-cells = <0>;
  139. compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
  140. reg = <0x02018000 0x4000>;
  141. interrupts = <0 35 0x04>;
  142. status = "disabled";
  143. };
  144. uart1: serial@02020000 {
  145. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  146. reg = <0x02020000 0x4000>;
  147. interrupts = <0 26 0x04>;
  148. status = "disabled";
  149. };
  150. esai@02024000 {
  151. reg = <0x02024000 0x4000>;
  152. interrupts = <0 51 0x04>;
  153. };
  154. ssi@02028000 { /* SSI1 */
  155. reg = <0x02028000 0x4000>;
  156. interrupts = <0 46 0x04>;
  157. };
  158. ssi@0202c000 { /* SSI2 */
  159. reg = <0x0202c000 0x4000>;
  160. interrupts = <0 47 0x04>;
  161. };
  162. ssi@02030000 { /* SSI3 */
  163. reg = <0x02030000 0x4000>;
  164. interrupts = <0 48 0x04>;
  165. };
  166. asrc@02034000 {
  167. reg = <0x02034000 0x4000>;
  168. interrupts = <0 50 0x04>;
  169. };
  170. spba@0203c000 {
  171. reg = <0x0203c000 0x4000>;
  172. };
  173. };
  174. vpu@02040000 {
  175. reg = <0x02040000 0x3c000>;
  176. interrupts = <0 3 0x04 0 12 0x04>;
  177. };
  178. aipstz@0207c000 { /* AIPSTZ1 */
  179. reg = <0x0207c000 0x4000>;
  180. };
  181. pwm@02080000 { /* PWM1 */
  182. reg = <0x02080000 0x4000>;
  183. interrupts = <0 83 0x04>;
  184. };
  185. pwm@02084000 { /* PWM2 */
  186. reg = <0x02084000 0x4000>;
  187. interrupts = <0 84 0x04>;
  188. };
  189. pwm@02088000 { /* PWM3 */
  190. reg = <0x02088000 0x4000>;
  191. interrupts = <0 85 0x04>;
  192. };
  193. pwm@0208c000 { /* PWM4 */
  194. reg = <0x0208c000 0x4000>;
  195. interrupts = <0 86 0x04>;
  196. };
  197. flexcan@02090000 { /* CAN1 */
  198. reg = <0x02090000 0x4000>;
  199. interrupts = <0 110 0x04>;
  200. };
  201. flexcan@02094000 { /* CAN2 */
  202. reg = <0x02094000 0x4000>;
  203. interrupts = <0 111 0x04>;
  204. };
  205. gpt@02098000 {
  206. compatible = "fsl,imx6q-gpt";
  207. reg = <0x02098000 0x4000>;
  208. interrupts = <0 55 0x04>;
  209. };
  210. gpio1: gpio@0209c000 {
  211. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  212. reg = <0x0209c000 0x4000>;
  213. interrupts = <0 66 0x04 0 67 0x04>;
  214. gpio-controller;
  215. #gpio-cells = <2>;
  216. interrupt-controller;
  217. #interrupt-cells = <1>;
  218. };
  219. gpio2: gpio@020a0000 {
  220. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  221. reg = <0x020a0000 0x4000>;
  222. interrupts = <0 68 0x04 0 69 0x04>;
  223. gpio-controller;
  224. #gpio-cells = <2>;
  225. interrupt-controller;
  226. #interrupt-cells = <1>;
  227. };
  228. gpio3: gpio@020a4000 {
  229. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  230. reg = <0x020a4000 0x4000>;
  231. interrupts = <0 70 0x04 0 71 0x04>;
  232. gpio-controller;
  233. #gpio-cells = <2>;
  234. interrupt-controller;
  235. #interrupt-cells = <1>;
  236. };
  237. gpio4: gpio@020a8000 {
  238. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  239. reg = <0x020a8000 0x4000>;
  240. interrupts = <0 72 0x04 0 73 0x04>;
  241. gpio-controller;
  242. #gpio-cells = <2>;
  243. interrupt-controller;
  244. #interrupt-cells = <1>;
  245. };
  246. gpio5: gpio@020ac000 {
  247. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  248. reg = <0x020ac000 0x4000>;
  249. interrupts = <0 74 0x04 0 75 0x04>;
  250. gpio-controller;
  251. #gpio-cells = <2>;
  252. interrupt-controller;
  253. #interrupt-cells = <1>;
  254. };
  255. gpio6: gpio@020b0000 {
  256. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  257. reg = <0x020b0000 0x4000>;
  258. interrupts = <0 76 0x04 0 77 0x04>;
  259. gpio-controller;
  260. #gpio-cells = <2>;
  261. interrupt-controller;
  262. #interrupt-cells = <1>;
  263. };
  264. gpio7: gpio@020b4000 {
  265. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  266. reg = <0x020b4000 0x4000>;
  267. interrupts = <0 78 0x04 0 79 0x04>;
  268. gpio-controller;
  269. #gpio-cells = <2>;
  270. interrupt-controller;
  271. #interrupt-cells = <1>;
  272. };
  273. kpp@020b8000 {
  274. reg = <0x020b8000 0x4000>;
  275. interrupts = <0 82 0x04>;
  276. };
  277. wdog@020bc000 { /* WDOG1 */
  278. compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
  279. reg = <0x020bc000 0x4000>;
  280. interrupts = <0 80 0x04>;
  281. status = "disabled";
  282. };
  283. wdog@020c0000 { /* WDOG2 */
  284. compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
  285. reg = <0x020c0000 0x4000>;
  286. interrupts = <0 81 0x04>;
  287. status = "disabled";
  288. };
  289. ccm@020c4000 {
  290. compatible = "fsl,imx6q-ccm";
  291. reg = <0x020c4000 0x4000>;
  292. interrupts = <0 87 0x04 0 88 0x04>;
  293. };
  294. anatop@020c8000 {
  295. compatible = "fsl,imx6q-anatop";
  296. reg = <0x020c8000 0x1000>;
  297. interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>;
  298. regulator-1p1@110 {
  299. compatible = "fsl,anatop-regulator";
  300. regulator-name = "vdd1p1";
  301. regulator-min-microvolt = <800000>;
  302. regulator-max-microvolt = <1375000>;
  303. regulator-always-on;
  304. anatop-reg-offset = <0x110>;
  305. anatop-vol-bit-shift = <8>;
  306. anatop-vol-bit-width = <5>;
  307. anatop-min-bit-val = <4>;
  308. anatop-min-voltage = <800000>;
  309. anatop-max-voltage = <1375000>;
  310. };
  311. regulator-3p0@120 {
  312. compatible = "fsl,anatop-regulator";
  313. regulator-name = "vdd3p0";
  314. regulator-min-microvolt = <2800000>;
  315. regulator-max-microvolt = <3150000>;
  316. regulator-always-on;
  317. anatop-reg-offset = <0x120>;
  318. anatop-vol-bit-shift = <8>;
  319. anatop-vol-bit-width = <5>;
  320. anatop-min-bit-val = <0>;
  321. anatop-min-voltage = <2625000>;
  322. anatop-max-voltage = <3400000>;
  323. };
  324. regulator-2p5@130 {
  325. compatible = "fsl,anatop-regulator";
  326. regulator-name = "vdd2p5";
  327. regulator-min-microvolt = <2000000>;
  328. regulator-max-microvolt = <2750000>;
  329. regulator-always-on;
  330. anatop-reg-offset = <0x130>;
  331. anatop-vol-bit-shift = <8>;
  332. anatop-vol-bit-width = <5>;
  333. anatop-min-bit-val = <0>;
  334. anatop-min-voltage = <2000000>;
  335. anatop-max-voltage = <2750000>;
  336. };
  337. regulator-vddcore@140 {
  338. compatible = "fsl,anatop-regulator";
  339. regulator-name = "cpu";
  340. regulator-min-microvolt = <725000>;
  341. regulator-max-microvolt = <1450000>;
  342. regulator-always-on;
  343. anatop-reg-offset = <0x140>;
  344. anatop-vol-bit-shift = <0>;
  345. anatop-vol-bit-width = <5>;
  346. anatop-min-bit-val = <1>;
  347. anatop-min-voltage = <725000>;
  348. anatop-max-voltage = <1450000>;
  349. };
  350. regulator-vddpu@140 {
  351. compatible = "fsl,anatop-regulator";
  352. regulator-name = "vddpu";
  353. regulator-min-microvolt = <725000>;
  354. regulator-max-microvolt = <1450000>;
  355. regulator-always-on;
  356. anatop-reg-offset = <0x140>;
  357. anatop-vol-bit-shift = <9>;
  358. anatop-vol-bit-width = <5>;
  359. anatop-min-bit-val = <1>;
  360. anatop-min-voltage = <725000>;
  361. anatop-max-voltage = <1450000>;
  362. };
  363. regulator-vddsoc@140 {
  364. compatible = "fsl,anatop-regulator";
  365. regulator-name = "vddsoc";
  366. regulator-min-microvolt = <725000>;
  367. regulator-max-microvolt = <1450000>;
  368. regulator-always-on;
  369. anatop-reg-offset = <0x140>;
  370. anatop-vol-bit-shift = <18>;
  371. anatop-vol-bit-width = <5>;
  372. anatop-min-bit-val = <1>;
  373. anatop-min-voltage = <725000>;
  374. anatop-max-voltage = <1450000>;
  375. };
  376. };
  377. usbphy@020c9000 { /* USBPHY1 */
  378. reg = <0x020c9000 0x1000>;
  379. interrupts = <0 44 0x04>;
  380. };
  381. usbphy@020ca000 { /* USBPHY2 */
  382. reg = <0x020ca000 0x1000>;
  383. interrupts = <0 45 0x04>;
  384. };
  385. snvs@020cc000 {
  386. reg = <0x020cc000 0x4000>;
  387. interrupts = <0 19 0x04 0 20 0x04>;
  388. };
  389. epit@020d0000 { /* EPIT1 */
  390. reg = <0x020d0000 0x4000>;
  391. interrupts = <0 56 0x04>;
  392. };
  393. epit@020d4000 { /* EPIT2 */
  394. reg = <0x020d4000 0x4000>;
  395. interrupts = <0 57 0x04>;
  396. };
  397. src@020d8000 {
  398. compatible = "fsl,imx6q-src";
  399. reg = <0x020d8000 0x4000>;
  400. interrupts = <0 91 0x04 0 96 0x04>;
  401. };
  402. gpc@020dc000 {
  403. compatible = "fsl,imx6q-gpc";
  404. reg = <0x020dc000 0x4000>;
  405. interrupts = <0 89 0x04 0 90 0x04>;
  406. };
  407. iomuxc@020e0000 {
  408. reg = <0x020e0000 0x4000>;
  409. };
  410. dcic@020e4000 { /* DCIC1 */
  411. reg = <0x020e4000 0x4000>;
  412. interrupts = <0 124 0x04>;
  413. };
  414. dcic@020e8000 { /* DCIC2 */
  415. reg = <0x020e8000 0x4000>;
  416. interrupts = <0 125 0x04>;
  417. };
  418. sdma@020ec000 {
  419. compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
  420. reg = <0x020ec000 0x4000>;
  421. interrupts = <0 2 0x04>;
  422. };
  423. };
  424. aips-bus@02100000 { /* AIPS2 */
  425. compatible = "fsl,aips-bus", "simple-bus";
  426. #address-cells = <1>;
  427. #size-cells = <1>;
  428. reg = <0x02100000 0x100000>;
  429. ranges;
  430. caam@02100000 {
  431. reg = <0x02100000 0x40000>;
  432. interrupts = <0 105 0x04 0 106 0x04>;
  433. };
  434. aipstz@0217c000 { /* AIPSTZ2 */
  435. reg = <0x0217c000 0x4000>;
  436. };
  437. ethernet@02188000 {
  438. compatible = "fsl,imx6q-fec";
  439. reg = <0x02188000 0x4000>;
  440. interrupts = <0 118 0x04 0 119 0x04>;
  441. status = "disabled";
  442. };
  443. mlb@0218c000 {
  444. reg = <0x0218c000 0x4000>;
  445. interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
  446. };
  447. usdhc@02190000 { /* uSDHC1 */
  448. compatible = "fsl,imx6q-usdhc";
  449. reg = <0x02190000 0x4000>;
  450. interrupts = <0 22 0x04>;
  451. status = "disabled";
  452. };
  453. usdhc@02194000 { /* uSDHC2 */
  454. compatible = "fsl,imx6q-usdhc";
  455. reg = <0x02194000 0x4000>;
  456. interrupts = <0 23 0x04>;
  457. status = "disabled";
  458. };
  459. usdhc@02198000 { /* uSDHC3 */
  460. compatible = "fsl,imx6q-usdhc";
  461. reg = <0x02198000 0x4000>;
  462. interrupts = <0 24 0x04>;
  463. status = "disabled";
  464. };
  465. usdhc@0219c000 { /* uSDHC4 */
  466. compatible = "fsl,imx6q-usdhc";
  467. reg = <0x0219c000 0x4000>;
  468. interrupts = <0 25 0x04>;
  469. status = "disabled";
  470. };
  471. i2c@021a0000 { /* I2C1 */
  472. #address-cells = <1>;
  473. #size-cells = <0>;
  474. compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
  475. reg = <0x021a0000 0x4000>;
  476. interrupts = <0 36 0x04>;
  477. status = "disabled";
  478. };
  479. i2c@021a4000 { /* I2C2 */
  480. #address-cells = <1>;
  481. #size-cells = <0>;
  482. compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
  483. reg = <0x021a4000 0x4000>;
  484. interrupts = <0 37 0x04>;
  485. status = "disabled";
  486. };
  487. i2c@021a8000 { /* I2C3 */
  488. #address-cells = <1>;
  489. #size-cells = <0>;
  490. compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
  491. reg = <0x021a8000 0x4000>;
  492. interrupts = <0 38 0x04>;
  493. status = "disabled";
  494. };
  495. romcp@021ac000 {
  496. reg = <0x021ac000 0x4000>;
  497. };
  498. mmdc@021b0000 { /* MMDC0 */
  499. compatible = "fsl,imx6q-mmdc";
  500. reg = <0x021b0000 0x4000>;
  501. };
  502. mmdc@021b4000 { /* MMDC1 */
  503. reg = <0x021b4000 0x4000>;
  504. };
  505. weim@021b8000 {
  506. reg = <0x021b8000 0x4000>;
  507. interrupts = <0 14 0x04>;
  508. };
  509. ocotp@021bc000 {
  510. reg = <0x021bc000 0x4000>;
  511. };
  512. ocotp@021c0000 {
  513. reg = <0x021c0000 0x4000>;
  514. interrupts = <0 21 0x04>;
  515. };
  516. tzasc@021d0000 { /* TZASC1 */
  517. reg = <0x021d0000 0x4000>;
  518. interrupts = <0 108 0x04>;
  519. };
  520. tzasc@021d4000 { /* TZASC2 */
  521. reg = <0x021d4000 0x4000>;
  522. interrupts = <0 109 0x04>;
  523. };
  524. audmux@021d8000 {
  525. reg = <0x021d8000 0x4000>;
  526. };
  527. mipi@021dc000 { /* MIPI-CSI */
  528. reg = <0x021dc000 0x4000>;
  529. };
  530. mipi@021e0000 { /* MIPI-DSI */
  531. reg = <0x021e0000 0x4000>;
  532. };
  533. vdoa@021e4000 {
  534. reg = <0x021e4000 0x4000>;
  535. interrupts = <0 18 0x04>;
  536. };
  537. uart2: serial@021e8000 {
  538. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  539. reg = <0x021e8000 0x4000>;
  540. interrupts = <0 27 0x04>;
  541. status = "disabled";
  542. };
  543. uart3: serial@021ec000 {
  544. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  545. reg = <0x021ec000 0x4000>;
  546. interrupts = <0 28 0x04>;
  547. status = "disabled";
  548. };
  549. uart4: serial@021f0000 {
  550. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  551. reg = <0x021f0000 0x4000>;
  552. interrupts = <0 29 0x04>;
  553. status = "disabled";
  554. };
  555. uart5: serial@021f4000 {
  556. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  557. reg = <0x021f4000 0x4000>;
  558. interrupts = <0 30 0x04>;
  559. status = "disabled";
  560. };
  561. };
  562. };
  563. };