imx6q.dtsi 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  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. ssi1: ssi@02028000 {
  155. compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
  156. reg = <0x02028000 0x4000>;
  157. interrupts = <0 46 0x04>;
  158. fsl,fifo-depth = <15>;
  159. fsl,ssi-dma-events = <38 37>;
  160. status = "disabled";
  161. };
  162. ssi2: ssi@0202c000 {
  163. compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
  164. reg = <0x0202c000 0x4000>;
  165. interrupts = <0 47 0x04>;
  166. fsl,fifo-depth = <15>;
  167. fsl,ssi-dma-events = <42 41>;
  168. status = "disabled";
  169. };
  170. ssi3: ssi@02030000 {
  171. compatible = "fsl,imx6q-ssi","fsl,imx21-ssi";
  172. reg = <0x02030000 0x4000>;
  173. interrupts = <0 48 0x04>;
  174. fsl,fifo-depth = <15>;
  175. fsl,ssi-dma-events = <46 45>;
  176. status = "disabled";
  177. };
  178. asrc@02034000 {
  179. reg = <0x02034000 0x4000>;
  180. interrupts = <0 50 0x04>;
  181. };
  182. spba@0203c000 {
  183. reg = <0x0203c000 0x4000>;
  184. };
  185. };
  186. vpu@02040000 {
  187. reg = <0x02040000 0x3c000>;
  188. interrupts = <0 3 0x04 0 12 0x04>;
  189. };
  190. aipstz@0207c000 { /* AIPSTZ1 */
  191. reg = <0x0207c000 0x4000>;
  192. };
  193. pwm@02080000 { /* PWM1 */
  194. reg = <0x02080000 0x4000>;
  195. interrupts = <0 83 0x04>;
  196. };
  197. pwm@02084000 { /* PWM2 */
  198. reg = <0x02084000 0x4000>;
  199. interrupts = <0 84 0x04>;
  200. };
  201. pwm@02088000 { /* PWM3 */
  202. reg = <0x02088000 0x4000>;
  203. interrupts = <0 85 0x04>;
  204. };
  205. pwm@0208c000 { /* PWM4 */
  206. reg = <0x0208c000 0x4000>;
  207. interrupts = <0 86 0x04>;
  208. };
  209. flexcan@02090000 { /* CAN1 */
  210. reg = <0x02090000 0x4000>;
  211. interrupts = <0 110 0x04>;
  212. };
  213. flexcan@02094000 { /* CAN2 */
  214. reg = <0x02094000 0x4000>;
  215. interrupts = <0 111 0x04>;
  216. };
  217. gpt@02098000 {
  218. compatible = "fsl,imx6q-gpt";
  219. reg = <0x02098000 0x4000>;
  220. interrupts = <0 55 0x04>;
  221. };
  222. gpio1: gpio@0209c000 {
  223. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  224. reg = <0x0209c000 0x4000>;
  225. interrupts = <0 66 0x04 0 67 0x04>;
  226. gpio-controller;
  227. #gpio-cells = <2>;
  228. interrupt-controller;
  229. #interrupt-cells = <1>;
  230. };
  231. gpio2: gpio@020a0000 {
  232. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  233. reg = <0x020a0000 0x4000>;
  234. interrupts = <0 68 0x04 0 69 0x04>;
  235. gpio-controller;
  236. #gpio-cells = <2>;
  237. interrupt-controller;
  238. #interrupt-cells = <1>;
  239. };
  240. gpio3: gpio@020a4000 {
  241. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  242. reg = <0x020a4000 0x4000>;
  243. interrupts = <0 70 0x04 0 71 0x04>;
  244. gpio-controller;
  245. #gpio-cells = <2>;
  246. interrupt-controller;
  247. #interrupt-cells = <1>;
  248. };
  249. gpio4: gpio@020a8000 {
  250. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  251. reg = <0x020a8000 0x4000>;
  252. interrupts = <0 72 0x04 0 73 0x04>;
  253. gpio-controller;
  254. #gpio-cells = <2>;
  255. interrupt-controller;
  256. #interrupt-cells = <1>;
  257. };
  258. gpio5: gpio@020ac000 {
  259. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  260. reg = <0x020ac000 0x4000>;
  261. interrupts = <0 74 0x04 0 75 0x04>;
  262. gpio-controller;
  263. #gpio-cells = <2>;
  264. interrupt-controller;
  265. #interrupt-cells = <1>;
  266. };
  267. gpio6: gpio@020b0000 {
  268. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  269. reg = <0x020b0000 0x4000>;
  270. interrupts = <0 76 0x04 0 77 0x04>;
  271. gpio-controller;
  272. #gpio-cells = <2>;
  273. interrupt-controller;
  274. #interrupt-cells = <1>;
  275. };
  276. gpio7: gpio@020b4000 {
  277. compatible = "fsl,imx6q-gpio", "fsl,imx31-gpio";
  278. reg = <0x020b4000 0x4000>;
  279. interrupts = <0 78 0x04 0 79 0x04>;
  280. gpio-controller;
  281. #gpio-cells = <2>;
  282. interrupt-controller;
  283. #interrupt-cells = <1>;
  284. };
  285. kpp@020b8000 {
  286. reg = <0x020b8000 0x4000>;
  287. interrupts = <0 82 0x04>;
  288. };
  289. wdog@020bc000 { /* WDOG1 */
  290. compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
  291. reg = <0x020bc000 0x4000>;
  292. interrupts = <0 80 0x04>;
  293. status = "disabled";
  294. };
  295. wdog@020c0000 { /* WDOG2 */
  296. compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
  297. reg = <0x020c0000 0x4000>;
  298. interrupts = <0 81 0x04>;
  299. status = "disabled";
  300. };
  301. ccm@020c4000 {
  302. compatible = "fsl,imx6q-ccm";
  303. reg = <0x020c4000 0x4000>;
  304. interrupts = <0 87 0x04 0 88 0x04>;
  305. };
  306. anatop@020c8000 {
  307. compatible = "fsl,imx6q-anatop";
  308. reg = <0x020c8000 0x1000>;
  309. interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>;
  310. regulator-1p1@110 {
  311. compatible = "fsl,anatop-regulator";
  312. regulator-name = "vdd1p1";
  313. regulator-min-microvolt = <800000>;
  314. regulator-max-microvolt = <1375000>;
  315. regulator-always-on;
  316. anatop-reg-offset = <0x110>;
  317. anatop-vol-bit-shift = <8>;
  318. anatop-vol-bit-width = <5>;
  319. anatop-min-bit-val = <4>;
  320. anatop-min-voltage = <800000>;
  321. anatop-max-voltage = <1375000>;
  322. };
  323. regulator-3p0@120 {
  324. compatible = "fsl,anatop-regulator";
  325. regulator-name = "vdd3p0";
  326. regulator-min-microvolt = <2800000>;
  327. regulator-max-microvolt = <3150000>;
  328. regulator-always-on;
  329. anatop-reg-offset = <0x120>;
  330. anatop-vol-bit-shift = <8>;
  331. anatop-vol-bit-width = <5>;
  332. anatop-min-bit-val = <0>;
  333. anatop-min-voltage = <2625000>;
  334. anatop-max-voltage = <3400000>;
  335. };
  336. regulator-2p5@130 {
  337. compatible = "fsl,anatop-regulator";
  338. regulator-name = "vdd2p5";
  339. regulator-min-microvolt = <2000000>;
  340. regulator-max-microvolt = <2750000>;
  341. regulator-always-on;
  342. anatop-reg-offset = <0x130>;
  343. anatop-vol-bit-shift = <8>;
  344. anatop-vol-bit-width = <5>;
  345. anatop-min-bit-val = <0>;
  346. anatop-min-voltage = <2000000>;
  347. anatop-max-voltage = <2750000>;
  348. };
  349. regulator-vddcore@140 {
  350. compatible = "fsl,anatop-regulator";
  351. regulator-name = "cpu";
  352. regulator-min-microvolt = <725000>;
  353. regulator-max-microvolt = <1450000>;
  354. regulator-always-on;
  355. anatop-reg-offset = <0x140>;
  356. anatop-vol-bit-shift = <0>;
  357. anatop-vol-bit-width = <5>;
  358. anatop-min-bit-val = <1>;
  359. anatop-min-voltage = <725000>;
  360. anatop-max-voltage = <1450000>;
  361. };
  362. regulator-vddpu@140 {
  363. compatible = "fsl,anatop-regulator";
  364. regulator-name = "vddpu";
  365. regulator-min-microvolt = <725000>;
  366. regulator-max-microvolt = <1450000>;
  367. regulator-always-on;
  368. anatop-reg-offset = <0x140>;
  369. anatop-vol-bit-shift = <9>;
  370. anatop-vol-bit-width = <5>;
  371. anatop-min-bit-val = <1>;
  372. anatop-min-voltage = <725000>;
  373. anatop-max-voltage = <1450000>;
  374. };
  375. regulator-vddsoc@140 {
  376. compatible = "fsl,anatop-regulator";
  377. regulator-name = "vddsoc";
  378. regulator-min-microvolt = <725000>;
  379. regulator-max-microvolt = <1450000>;
  380. regulator-always-on;
  381. anatop-reg-offset = <0x140>;
  382. anatop-vol-bit-shift = <18>;
  383. anatop-vol-bit-width = <5>;
  384. anatop-min-bit-val = <1>;
  385. anatop-min-voltage = <725000>;
  386. anatop-max-voltage = <1450000>;
  387. };
  388. };
  389. usbphy@020c9000 { /* USBPHY1 */
  390. reg = <0x020c9000 0x1000>;
  391. interrupts = <0 44 0x04>;
  392. };
  393. usbphy@020ca000 { /* USBPHY2 */
  394. reg = <0x020ca000 0x1000>;
  395. interrupts = <0 45 0x04>;
  396. };
  397. snvs@020cc000 {
  398. reg = <0x020cc000 0x4000>;
  399. interrupts = <0 19 0x04 0 20 0x04>;
  400. };
  401. epit@020d0000 { /* EPIT1 */
  402. reg = <0x020d0000 0x4000>;
  403. interrupts = <0 56 0x04>;
  404. };
  405. epit@020d4000 { /* EPIT2 */
  406. reg = <0x020d4000 0x4000>;
  407. interrupts = <0 57 0x04>;
  408. };
  409. src@020d8000 {
  410. compatible = "fsl,imx6q-src";
  411. reg = <0x020d8000 0x4000>;
  412. interrupts = <0 91 0x04 0 96 0x04>;
  413. };
  414. gpc@020dc000 {
  415. compatible = "fsl,imx6q-gpc";
  416. reg = <0x020dc000 0x4000>;
  417. interrupts = <0 89 0x04 0 90 0x04>;
  418. };
  419. iomuxc@020e0000 {
  420. compatible = "fsl,imx6q-iomuxc";
  421. reg = <0x020e0000 0x4000>;
  422. /* shared pinctrl settings */
  423. audmux {
  424. pinctrl_audmux_1: audmux-1 {
  425. fsl,pins = <18 0x80000000 /* MX6Q_PAD_SD2_DAT0__AUDMUX_AUD4_RXD */
  426. 1586 0x80000000 /* MX6Q_PAD_SD2_DAT3__AUDMUX_AUD4_TXC */
  427. 11 0x80000000 /* MX6Q_PAD_SD2_DAT2__AUDMUX_AUD4_TXD */
  428. 3 0x80000000>; /* MX6Q_PAD_SD2_DAT1__AUDMUX_AUD4_TXFS */
  429. };
  430. };
  431. i2c1 {
  432. pinctrl_i2c1_1: i2c1grp-1 {
  433. fsl,pins = <137 0x4001b8b1 /* MX6Q_PAD_EIM_D21__I2C1_SCL */
  434. 196 0x4001b8b1>; /* MX6Q_PAD_EIM_D28__I2C1_SDA */
  435. };
  436. };
  437. serial2 {
  438. pinctrl_serial2_1: serial2grp-1 {
  439. fsl,pins = <183 0x1b0b1 /* MX6Q_PAD_EIM_D26__UART2_TXD */
  440. 191 0x1b0b1>; /* MX6Q_PAD_EIM_D27__UART2_RXD */
  441. };
  442. };
  443. usdhc3 {
  444. pinctrl_usdhc3_1: usdhc3grp-1 {
  445. fsl,pins = <1273 0x17059 /* MX6Q_PAD_SD3_CMD__USDHC3_CMD */
  446. 1281 0x10059 /* MX6Q_PAD_SD3_CLK__USDHC3_CLK */
  447. 1289 0x17059 /* MX6Q_PAD_SD3_DAT0__USDHC3_DAT0 */
  448. 1297 0x17059 /* MX6Q_PAD_SD3_DAT1__USDHC3_DAT1 */
  449. 1305 0x17059 /* MX6Q_PAD_SD3_DAT2__USDHC3_DAT2 */
  450. 1312 0x17059 /* MX6Q_PAD_SD3_DAT3__USDHC3_DAT3 */
  451. 1265 0x17059 /* MX6Q_PAD_SD3_DAT4__USDHC3_DAT4 */
  452. 1257 0x17059 /* MX6Q_PAD_SD3_DAT5__USDHC3_DAT5 */
  453. 1249 0x17059 /* MX6Q_PAD_SD3_DAT6__USDHC3_DAT6 */
  454. 1241 0x17059>; /* MX6Q_PAD_SD3_DAT7__USDHC3_DAT7 */
  455. };
  456. };
  457. usdhc4 {
  458. pinctrl_usdhc4_1: usdhc4grp-1 {
  459. fsl,pins = <1386 0x17059 /* MX6Q_PAD_SD4_CMD__USDHC4_CMD */
  460. 1392 0x10059 /* MX6Q_PAD_SD4_CLK__USDHC4_CLK */
  461. 1462 0x17059 /* MX6Q_PAD_SD4_DAT0__USDHC4_DAT0 */
  462. 1470 0x17059 /* MX6Q_PAD_SD4_DAT1__USDHC4_DAT1 */
  463. 1478 0x17059 /* MX6Q_PAD_SD4_DAT2__USDHC4_DAT2 */
  464. 1486 0x17059 /* MX6Q_PAD_SD4_DAT3__USDHC4_DAT3 */
  465. 1493 0x17059 /* MX6Q_PAD_SD4_DAT4__USDHC4_DAT4 */
  466. 1501 0x17059 /* MX6Q_PAD_SD4_DAT5__USDHC4_DAT5 */
  467. 1509 0x17059 /* MX6Q_PAD_SD4_DAT6__USDHC4_DAT6 */
  468. 1517 0x17059>; /* MX6Q_PAD_SD4_DAT7__USDHC4_DAT7 */
  469. };
  470. };
  471. };
  472. dcic@020e4000 { /* DCIC1 */
  473. reg = <0x020e4000 0x4000>;
  474. interrupts = <0 124 0x04>;
  475. };
  476. dcic@020e8000 { /* DCIC2 */
  477. reg = <0x020e8000 0x4000>;
  478. interrupts = <0 125 0x04>;
  479. };
  480. sdma@020ec000 {
  481. compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
  482. reg = <0x020ec000 0x4000>;
  483. interrupts = <0 2 0x04>;
  484. };
  485. };
  486. aips-bus@02100000 { /* AIPS2 */
  487. compatible = "fsl,aips-bus", "simple-bus";
  488. #address-cells = <1>;
  489. #size-cells = <1>;
  490. reg = <0x02100000 0x100000>;
  491. ranges;
  492. caam@02100000 {
  493. reg = <0x02100000 0x40000>;
  494. interrupts = <0 105 0x04 0 106 0x04>;
  495. };
  496. aipstz@0217c000 { /* AIPSTZ2 */
  497. reg = <0x0217c000 0x4000>;
  498. };
  499. ethernet@02188000 {
  500. compatible = "fsl,imx6q-fec";
  501. reg = <0x02188000 0x4000>;
  502. interrupts = <0 118 0x04 0 119 0x04>;
  503. status = "disabled";
  504. };
  505. mlb@0218c000 {
  506. reg = <0x0218c000 0x4000>;
  507. interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
  508. };
  509. usdhc@02190000 { /* uSDHC1 */
  510. compatible = "fsl,imx6q-usdhc";
  511. reg = <0x02190000 0x4000>;
  512. interrupts = <0 22 0x04>;
  513. status = "disabled";
  514. };
  515. usdhc@02194000 { /* uSDHC2 */
  516. compatible = "fsl,imx6q-usdhc";
  517. reg = <0x02194000 0x4000>;
  518. interrupts = <0 23 0x04>;
  519. status = "disabled";
  520. };
  521. usdhc@02198000 { /* uSDHC3 */
  522. compatible = "fsl,imx6q-usdhc";
  523. reg = <0x02198000 0x4000>;
  524. interrupts = <0 24 0x04>;
  525. status = "disabled";
  526. };
  527. usdhc@0219c000 { /* uSDHC4 */
  528. compatible = "fsl,imx6q-usdhc";
  529. reg = <0x0219c000 0x4000>;
  530. interrupts = <0 25 0x04>;
  531. status = "disabled";
  532. };
  533. i2c@021a0000 { /* I2C1 */
  534. #address-cells = <1>;
  535. #size-cells = <0>;
  536. compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
  537. reg = <0x021a0000 0x4000>;
  538. interrupts = <0 36 0x04>;
  539. status = "disabled";
  540. };
  541. i2c@021a4000 { /* I2C2 */
  542. #address-cells = <1>;
  543. #size-cells = <0>;
  544. compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
  545. reg = <0x021a4000 0x4000>;
  546. interrupts = <0 37 0x04>;
  547. status = "disabled";
  548. };
  549. i2c@021a8000 { /* I2C3 */
  550. #address-cells = <1>;
  551. #size-cells = <0>;
  552. compatible = "fsl,imx6q-i2c", "fsl,imx1-i2c";
  553. reg = <0x021a8000 0x4000>;
  554. interrupts = <0 38 0x04>;
  555. status = "disabled";
  556. };
  557. romcp@021ac000 {
  558. reg = <0x021ac000 0x4000>;
  559. };
  560. mmdc@021b0000 { /* MMDC0 */
  561. compatible = "fsl,imx6q-mmdc";
  562. reg = <0x021b0000 0x4000>;
  563. };
  564. mmdc@021b4000 { /* MMDC1 */
  565. reg = <0x021b4000 0x4000>;
  566. };
  567. weim@021b8000 {
  568. reg = <0x021b8000 0x4000>;
  569. interrupts = <0 14 0x04>;
  570. };
  571. ocotp@021bc000 {
  572. reg = <0x021bc000 0x4000>;
  573. };
  574. ocotp@021c0000 {
  575. reg = <0x021c0000 0x4000>;
  576. interrupts = <0 21 0x04>;
  577. };
  578. tzasc@021d0000 { /* TZASC1 */
  579. reg = <0x021d0000 0x4000>;
  580. interrupts = <0 108 0x04>;
  581. };
  582. tzasc@021d4000 { /* TZASC2 */
  583. reg = <0x021d4000 0x4000>;
  584. interrupts = <0 109 0x04>;
  585. };
  586. audmux@021d8000 {
  587. compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
  588. reg = <0x021d8000 0x4000>;
  589. status = "disabled";
  590. };
  591. mipi@021dc000 { /* MIPI-CSI */
  592. reg = <0x021dc000 0x4000>;
  593. };
  594. mipi@021e0000 { /* MIPI-DSI */
  595. reg = <0x021e0000 0x4000>;
  596. };
  597. vdoa@021e4000 {
  598. reg = <0x021e4000 0x4000>;
  599. interrupts = <0 18 0x04>;
  600. };
  601. uart2: serial@021e8000 {
  602. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  603. reg = <0x021e8000 0x4000>;
  604. interrupts = <0 27 0x04>;
  605. status = "disabled";
  606. };
  607. uart3: serial@021ec000 {
  608. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  609. reg = <0x021ec000 0x4000>;
  610. interrupts = <0 28 0x04>;
  611. status = "disabled";
  612. };
  613. uart4: serial@021f0000 {
  614. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  615. reg = <0x021f0000 0x4000>;
  616. interrupts = <0 29 0x04>;
  617. status = "disabled";
  618. };
  619. uart5: serial@021f4000 {
  620. compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
  621. reg = <0x021f4000 0x4000>;
  622. interrupts = <0 30 0x04>;
  623. status = "disabled";
  624. };
  625. };
  626. };
  627. };