atlas6.dtsi 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. /*
  2. * DTS file for CSR SiRFatlas6 SoC
  3. *
  4. * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company.
  5. *
  6. * Licensed under GPLv2 or later.
  7. */
  8. /include/ "skeleton.dtsi"
  9. / {
  10. compatible = "sirf,atlas6";
  11. #address-cells = <1>;
  12. #size-cells = <1>;
  13. interrupt-parent = <&intc>;
  14. cpus {
  15. #address-cells = <1>;
  16. #size-cells = <0>;
  17. cpu@0 {
  18. reg = <0x0>;
  19. d-cache-line-size = <32>;
  20. i-cache-line-size = <32>;
  21. d-cache-size = <32768>;
  22. i-cache-size = <32768>;
  23. /* from bootloader */
  24. timebase-frequency = <0>;
  25. bus-frequency = <0>;
  26. clock-frequency = <0>;
  27. clocks = <&clks 12>;
  28. operating-points = <
  29. /* kHz uV */
  30. 200000 1025000
  31. 400000 1025000
  32. 600000 1050000
  33. 800000 1100000
  34. >;
  35. clock-latency = <150000>;
  36. };
  37. };
  38. arm-pmu {
  39. compatible = "arm,cortex-a9-pmu";
  40. interrupts = <29>;
  41. };
  42. axi {
  43. compatible = "simple-bus";
  44. #address-cells = <1>;
  45. #size-cells = <1>;
  46. ranges = <0x40000000 0x40000000 0x80000000>;
  47. intc: interrupt-controller@80020000 {
  48. #interrupt-cells = <1>;
  49. interrupt-controller;
  50. compatible = "sirf,prima2-intc";
  51. reg = <0x80020000 0x1000>;
  52. };
  53. sys-iobg {
  54. compatible = "simple-bus";
  55. #address-cells = <1>;
  56. #size-cells = <1>;
  57. ranges = <0x88000000 0x88000000 0x40000>;
  58. clks: clock-controller@88000000 {
  59. compatible = "sirf,atlas6-clkc";
  60. reg = <0x88000000 0x1000>;
  61. interrupts = <3>;
  62. #clock-cells = <1>;
  63. };
  64. rstc: reset-controller@88010000 {
  65. compatible = "sirf,prima2-rstc";
  66. reg = <0x88010000 0x1000>;
  67. #reset-cells = <1>;
  68. };
  69. rsc-controller@88020000 {
  70. compatible = "sirf,prima2-rsc";
  71. reg = <0x88020000 0x1000>;
  72. };
  73. cphifbg@88030000 {
  74. compatible = "sirf,prima2-cphifbg";
  75. reg = <0x88030000 0x1000>;
  76. clocks = <&clks 42>;
  77. };
  78. };
  79. mem-iobg {
  80. compatible = "simple-bus";
  81. #address-cells = <1>;
  82. #size-cells = <1>;
  83. ranges = <0x90000000 0x90000000 0x10000>;
  84. memory-controller@90000000 {
  85. compatible = "sirf,prima2-memc";
  86. reg = <0x90000000 0x2000>;
  87. interrupts = <27>;
  88. clocks = <&clks 5>;
  89. };
  90. memc-monitor {
  91. compatible = "sirf,prima2-memcmon";
  92. reg = <0x90002000 0x200>;
  93. interrupts = <4>;
  94. clocks = <&clks 32>;
  95. };
  96. };
  97. disp-iobg {
  98. compatible = "simple-bus";
  99. #address-cells = <1>;
  100. #size-cells = <1>;
  101. ranges = <0x90010000 0x90010000 0x30000>;
  102. lcd@90010000 {
  103. compatible = "sirf,prima2-lcd";
  104. reg = <0x90010000 0x20000>;
  105. interrupts = <30>;
  106. clocks = <&clks 34>;
  107. display=<&display>;
  108. /* later transfer to pwm */
  109. bl-gpio = <&gpio 7 0>;
  110. default-panel = <&panel0>;
  111. };
  112. vpp@90020000 {
  113. compatible = "sirf,prima2-vpp";
  114. reg = <0x90020000 0x10000>;
  115. interrupts = <31>;
  116. clocks = <&clks 35>;
  117. };
  118. };
  119. graphics-iobg {
  120. compatible = "simple-bus";
  121. #address-cells = <1>;
  122. #size-cells = <1>;
  123. ranges = <0x98000000 0x98000000 0x8000000>;
  124. graphics@98000000 {
  125. compatible = "powervr,sgx510";
  126. reg = <0x98000000 0x8000000>;
  127. interrupts = <6>;
  128. clocks = <&clks 32>;
  129. };
  130. };
  131. graphics2d-iobg {
  132. compatible = "simple-bus";
  133. #address-cells = <1>;
  134. #size-cells = <1>;
  135. ranges = <0xa0000000 0xa0000000 0x8000000>;
  136. ble@a0000000 {
  137. compatible = "sirf,atlas6-ble";
  138. reg = <0xa0000000 0x2000>;
  139. interrupts = <5>;
  140. clocks = <&clks 33>;
  141. };
  142. };
  143. dsp-iobg {
  144. compatible = "simple-bus";
  145. #address-cells = <1>;
  146. #size-cells = <1>;
  147. ranges = <0xa8000000 0xa8000000 0x2000000>;
  148. dspif@a8000000 {
  149. compatible = "sirf,prima2-dspif";
  150. reg = <0xa8000000 0x10000>;
  151. interrupts = <9>;
  152. resets = <&rstc 1>;
  153. };
  154. gps@a8010000 {
  155. compatible = "sirf,prima2-gps";
  156. reg = <0xa8010000 0x10000>;
  157. interrupts = <7>;
  158. clocks = <&clks 9>;
  159. resets = <&rstc 2>;
  160. };
  161. dsp@a9000000 {
  162. compatible = "sirf,prima2-dsp";
  163. reg = <0xa9000000 0x1000000>;
  164. interrupts = <8>;
  165. clocks = <&clks 8>;
  166. resets = <&rstc 0>;
  167. };
  168. };
  169. peri-iobg {
  170. compatible = "simple-bus";
  171. #address-cells = <1>;
  172. #size-cells = <1>;
  173. ranges = <0xb0000000 0xb0000000 0x180000>,
  174. <0x56000000 0x56000000 0x1b00000>;
  175. timer@b0020000 {
  176. compatible = "sirf,prima2-tick";
  177. reg = <0xb0020000 0x1000>;
  178. interrupts = <0>;
  179. clocks = <&clks 11>;
  180. };
  181. nand@b0030000 {
  182. compatible = "sirf,prima2-nand";
  183. reg = <0xb0030000 0x10000>;
  184. interrupts = <41>;
  185. clocks = <&clks 26>;
  186. };
  187. audio@b0040000 {
  188. compatible = "sirf,prima2-audio";
  189. reg = <0xb0040000 0x10000>;
  190. interrupts = <35>;
  191. clocks = <&clks 27>;
  192. };
  193. uart0: uart@b0050000 {
  194. cell-index = <0>;
  195. compatible = "sirf,prima2-uart";
  196. reg = <0xb0050000 0x1000>;
  197. interrupts = <17>;
  198. fifosize = <128>;
  199. clocks = <&clks 13>;
  200. dmas = <&dmac1 5>, <&dmac0 2>;
  201. dma-names = "rx", "tx";
  202. };
  203. uart1: uart@b0060000 {
  204. cell-index = <1>;
  205. compatible = "sirf,prima2-uart";
  206. reg = <0xb0060000 0x1000>;
  207. interrupts = <18>;
  208. fifosize = <32>;
  209. clocks = <&clks 14>;
  210. dma-names = "no-rx", "no-tx";
  211. };
  212. uart2: uart@b0070000 {
  213. cell-index = <2>;
  214. compatible = "sirf,prima2-uart";
  215. reg = <0xb0070000 0x1000>;
  216. interrupts = <19>;
  217. fifosize = <128>;
  218. clocks = <&clks 15>;
  219. dmas = <&dmac0 6>, <&dmac0 7>;
  220. dma-names = "rx", "tx";
  221. };
  222. usp0: usp@b0080000 {
  223. cell-index = <0>;
  224. compatible = "sirf,prima2-usp";
  225. reg = <0xb0080000 0x10000>;
  226. interrupts = <20>;
  227. fifosize = <128>;
  228. clocks = <&clks 28>;
  229. dmas = <&dmac1 1>, <&dmac1 2>;
  230. dma-names = "rx", "tx";
  231. };
  232. usp1: usp@b0090000 {
  233. cell-index = <1>;
  234. compatible = "sirf,prima2-usp";
  235. reg = <0xb0090000 0x10000>;
  236. interrupts = <21>;
  237. fifosize = <128>;
  238. clocks = <&clks 29>;
  239. dmas = <&dmac0 14>, <&dmac0 15>;
  240. dma-names = "rx", "tx";
  241. };
  242. dmac0: dma-controller@b00b0000 {
  243. cell-index = <0>;
  244. compatible = "sirf,prima2-dmac";
  245. reg = <0xb00b0000 0x10000>;
  246. interrupts = <12>;
  247. clocks = <&clks 24>;
  248. #dma-cells = <1>;
  249. };
  250. dmac1: dma-controller@b0160000 {
  251. cell-index = <1>;
  252. compatible = "sirf,prima2-dmac";
  253. reg = <0xb0160000 0x10000>;
  254. interrupts = <13>;
  255. clocks = <&clks 25>;
  256. #dma-cells = <1>;
  257. };
  258. vip@b00C0000 {
  259. compatible = "sirf,prima2-vip";
  260. reg = <0xb00C0000 0x10000>;
  261. clocks = <&clks 31>;
  262. interrupts = <14>;
  263. sirf,vip-dma-rx-channel = <16>;
  264. };
  265. spi0: spi@b00d0000 {
  266. cell-index = <0>;
  267. compatible = "sirf,prima2-spi";
  268. reg = <0xb00d0000 0x10000>;
  269. interrupts = <15>;
  270. sirf,spi-num-chipselects = <1>;
  271. dmas = <&dmac1 9>,
  272. <&dmac1 4>;
  273. dma-names = "rx", "tx";
  274. #address-cells = <1>;
  275. #size-cells = <0>;
  276. clocks = <&clks 19>;
  277. status = "disabled";
  278. };
  279. spi1: spi@b0170000 {
  280. cell-index = <1>;
  281. compatible = "sirf,prima2-spi";
  282. reg = <0xb0170000 0x10000>;
  283. interrupts = <16>;
  284. sirf,spi-num-chipselects = <1>;
  285. dmas = <&dmac0 12>,
  286. <&dmac0 13>;
  287. dma-names = "rx", "tx";
  288. #address-cells = <1>;
  289. #size-cells = <0>;
  290. clocks = <&clks 20>;
  291. status = "disabled";
  292. };
  293. i2c0: i2c@b00e0000 {
  294. cell-index = <0>;
  295. compatible = "sirf,prima2-i2c";
  296. reg = <0xb00e0000 0x10000>;
  297. interrupts = <24>;
  298. #address-cells = <1>;
  299. #size-cells = <0>;
  300. clocks = <&clks 17>;
  301. };
  302. i2c1: i2c@b00f0000 {
  303. cell-index = <1>;
  304. compatible = "sirf,prima2-i2c";
  305. reg = <0xb00f0000 0x10000>;
  306. interrupts = <25>;
  307. #address-cells = <1>;
  308. #size-cells = <0>;
  309. clocks = <&clks 18>;
  310. };
  311. tsc@b0110000 {
  312. compatible = "sirf,prima2-tsc";
  313. reg = <0xb0110000 0x10000>;
  314. interrupts = <33>;
  315. clocks = <&clks 16>;
  316. };
  317. gpio: pinctrl@b0120000 {
  318. #gpio-cells = <2>;
  319. #interrupt-cells = <2>;
  320. compatible = "sirf,atlas6-pinctrl";
  321. reg = <0xb0120000 0x10000>;
  322. interrupts = <43 44 45 46 47>;
  323. gpio-controller;
  324. interrupt-controller;
  325. lcd_16pins_a: lcd0@0 {
  326. lcd {
  327. sirf,pins = "lcd_16bitsgrp";
  328. sirf,function = "lcd_16bits";
  329. };
  330. };
  331. lcd_18pins_a: lcd0@1 {
  332. lcd {
  333. sirf,pins = "lcd_18bitsgrp";
  334. sirf,function = "lcd_18bits";
  335. };
  336. };
  337. lcd_24pins_a: lcd0@2 {
  338. lcd {
  339. sirf,pins = "lcd_24bitsgrp";
  340. sirf,function = "lcd_24bits";
  341. };
  342. };
  343. lcdrom_pins_a: lcdrom0@0 {
  344. lcd {
  345. sirf,pins = "lcdromgrp";
  346. sirf,function = "lcdrom";
  347. };
  348. };
  349. uart0_pins_a: uart0@0 {
  350. uart {
  351. sirf,pins = "uart0grp";
  352. sirf,function = "uart0";
  353. };
  354. };
  355. uart0_noflow_pins_a: uart0@1 {
  356. uart {
  357. sirf,pins = "uart0_nostreamctrlgrp";
  358. sirf,function = "uart0_nostreamctrl";
  359. };
  360. };
  361. uart1_pins_a: uart1@0 {
  362. uart {
  363. sirf,pins = "uart1grp";
  364. sirf,function = "uart1";
  365. };
  366. };
  367. uart2_pins_a: uart2@0 {
  368. uart {
  369. sirf,pins = "uart2grp";
  370. sirf,function = "uart2";
  371. };
  372. };
  373. uart2_noflow_pins_a: uart2@1 {
  374. uart {
  375. sirf,pins = "uart2_nostreamctrlgrp";
  376. sirf,function = "uart2_nostreamctrl";
  377. };
  378. };
  379. spi0_pins_a: spi0@0 {
  380. spi {
  381. sirf,pins = "spi0grp";
  382. sirf,function = "spi0";
  383. };
  384. };
  385. spi1_pins_a: spi1@0 {
  386. spi {
  387. sirf,pins = "spi1grp";
  388. sirf,function = "spi1";
  389. };
  390. };
  391. i2c0_pins_a: i2c0@0 {
  392. i2c {
  393. sirf,pins = "i2c0grp";
  394. sirf,function = "i2c0";
  395. };
  396. };
  397. i2c1_pins_a: i2c1@0 {
  398. i2c {
  399. sirf,pins = "i2c1grp";
  400. sirf,function = "i2c1";
  401. };
  402. };
  403. pwm0_pins_a: pwm0@0 {
  404. pwm {
  405. sirf,pins = "pwm0grp";
  406. sirf,function = "pwm0";
  407. };
  408. };
  409. pwm1_pins_a: pwm1@0 {
  410. pwm {
  411. sirf,pins = "pwm1grp";
  412. sirf,function = "pwm1";
  413. };
  414. };
  415. pwm2_pins_a: pwm2@0 {
  416. pwm {
  417. sirf,pins = "pwm2grp";
  418. sirf,function = "pwm2";
  419. };
  420. };
  421. pwm3_pins_a: pwm3@0 {
  422. pwm {
  423. sirf,pins = "pwm3grp";
  424. sirf,function = "pwm3";
  425. };
  426. };
  427. pwm4_pins_a: pwm4@0 {
  428. pwm {
  429. sirf,pins = "pwm4grp";
  430. sirf,function = "pwm4";
  431. };
  432. };
  433. gps_pins_a: gps@0 {
  434. gps {
  435. sirf,pins = "gpsgrp";
  436. sirf,function = "gps";
  437. };
  438. };
  439. vip_pins_a: vip@0 {
  440. vip {
  441. sirf,pins = "vipgrp";
  442. sirf,function = "vip";
  443. };
  444. };
  445. sdmmc0_pins_a: sdmmc0@0 {
  446. sdmmc0 {
  447. sirf,pins = "sdmmc0grp";
  448. sirf,function = "sdmmc0";
  449. };
  450. };
  451. sdmmc1_pins_a: sdmmc1@0 {
  452. sdmmc1 {
  453. sirf,pins = "sdmmc1grp";
  454. sirf,function = "sdmmc1";
  455. };
  456. };
  457. sdmmc2_pins_a: sdmmc2@0 {
  458. sdmmc2 {
  459. sirf,pins = "sdmmc2grp";
  460. sirf,function = "sdmmc2";
  461. };
  462. };
  463. sdmmc2_nowp_pins_a: sdmmc2_nowp@0 {
  464. sdmmc2_nowp {
  465. sirf,pins = "sdmmc2_nowpgrp";
  466. sirf,function = "sdmmc2_nowp";
  467. };
  468. };
  469. sdmmc3_pins_a: sdmmc3@0 {
  470. sdmmc3 {
  471. sirf,pins = "sdmmc3grp";
  472. sirf,function = "sdmmc3";
  473. };
  474. };
  475. sdmmc5_pins_a: sdmmc5@0 {
  476. sdmmc5 {
  477. sirf,pins = "sdmmc5grp";
  478. sirf,function = "sdmmc5";
  479. };
  480. };
  481. i2s_pins_a: i2s@0 {
  482. i2s {
  483. sirf,pins = "i2sgrp";
  484. sirf,function = "i2s";
  485. };
  486. };
  487. i2s_no_din_pins_a: i2s_no_din@0 {
  488. i2s_no_din {
  489. sirf,pins = "i2s_no_dingrp";
  490. sirf,function = "i2s_no_din";
  491. };
  492. };
  493. i2s_6chn_pins_a: i2s_6chn@0 {
  494. i2s_6chn {
  495. sirf,pins = "i2s_6chngrp";
  496. sirf,function = "i2s_6chn";
  497. };
  498. };
  499. ac97_pins_a: ac97@0 {
  500. ac97 {
  501. sirf,pins = "ac97grp";
  502. sirf,function = "ac97";
  503. };
  504. };
  505. nand_pins_a: nand@0 {
  506. nand {
  507. sirf,pins = "nandgrp";
  508. sirf,function = "nand";
  509. };
  510. };
  511. usp0_pins_a: usp0@0 {
  512. usp0 {
  513. sirf,pins = "usp0grp";
  514. sirf,function = "usp0";
  515. };
  516. };
  517. usp0_uart_nostreamctrl_pins_a: usp0@1 {
  518. usp0 {
  519. sirf,pins = "usp0_uart_nostreamctrl_grp";
  520. sirf,function = "usp0_uart_nostreamctrl";
  521. };
  522. };
  523. usp0_only_utfs_pins_a: usp0@2 {
  524. usp0 {
  525. sirf,pins = "usp0_only_utfs_grp";
  526. sirf,function = "usp0_only_utfs";
  527. };
  528. };
  529. usp0_only_urfs_pins_a: usp0@3 {
  530. usp0 {
  531. sirf,pins = "usp0_only_urfs_grp";
  532. sirf,function = "usp0_only_urfs";
  533. };
  534. };
  535. usp1_pins_a: usp1@0 {
  536. usp1 {
  537. sirf,pins = "usp1grp";
  538. sirf,function = "usp1";
  539. };
  540. };
  541. usp1_uart_nostreamctrl_pins_a: usp1@1 {
  542. usp1 {
  543. sirf,pins = "usp1_uart_nostreamctrl_grp";
  544. sirf,function = "usp1_uart_nostreamctrl";
  545. };
  546. };
  547. usb0_upli_drvbus_pins_a: usb0_upli_drvbus@0 {
  548. usb0_upli_drvbus {
  549. sirf,pins = "usb0_upli_drvbusgrp";
  550. sirf,function = "usb0_upli_drvbus";
  551. };
  552. };
  553. usb1_utmi_drvbus_pins_a: usb1_utmi_drvbus@0 {
  554. usb1_utmi_drvbus {
  555. sirf,pins = "usb1_utmi_drvbusgrp";
  556. sirf,function = "usb1_utmi_drvbus";
  557. };
  558. };
  559. usb1_dp_dn_pins_a: usb1_dp_dn@0 {
  560. usb1_dp_dn {
  561. sirf,pins = "usb1_dp_dngrp";
  562. sirf,function = "usb1_dp_dn";
  563. };
  564. };
  565. uart1_route_io_usb1_pins_a: uart1_route_io_usb1@0 {
  566. uart1_route_io_usb1 {
  567. sirf,pins = "uart1_route_io_usb1grp";
  568. sirf,function = "uart1_route_io_usb1";
  569. };
  570. };
  571. warm_rst_pins_a: warm_rst@0 {
  572. warm_rst {
  573. sirf,pins = "warm_rstgrp";
  574. sirf,function = "warm_rst";
  575. };
  576. };
  577. pulse_count_pins_a: pulse_count@0 {
  578. pulse_count {
  579. sirf,pins = "pulse_countgrp";
  580. sirf,function = "pulse_count";
  581. };
  582. };
  583. cko0_pins_a: cko0@0 {
  584. cko0 {
  585. sirf,pins = "cko0grp";
  586. sirf,function = "cko0";
  587. };
  588. };
  589. cko1_pins_a: cko1@0 {
  590. cko1 {
  591. sirf,pins = "cko1grp";
  592. sirf,function = "cko1";
  593. };
  594. };
  595. };
  596. pwm@b0130000 {
  597. compatible = "sirf,prima2-pwm";
  598. reg = <0xb0130000 0x10000>;
  599. clocks = <&clks 21>;
  600. };
  601. efusesys@b0140000 {
  602. compatible = "sirf,prima2-efuse";
  603. reg = <0xb0140000 0x10000>;
  604. clocks = <&clks 22>;
  605. };
  606. pulsec@b0150000 {
  607. compatible = "sirf,prima2-pulsec";
  608. reg = <0xb0150000 0x10000>;
  609. interrupts = <48>;
  610. clocks = <&clks 23>;
  611. };
  612. pci-iobg {
  613. compatible = "sirf,prima2-pciiobg", "simple-bus";
  614. #address-cells = <1>;
  615. #size-cells = <1>;
  616. ranges = <0x56000000 0x56000000 0x1b00000>;
  617. sd0: sdhci@56000000 {
  618. cell-index = <0>;
  619. compatible = "sirf,prima2-sdhc";
  620. reg = <0x56000000 0x100000>;
  621. interrupts = <38>;
  622. bus-width = <8>;
  623. clocks = <&clks 36>;
  624. };
  625. sd1: sdhci@56100000 {
  626. cell-index = <1>;
  627. compatible = "sirf,prima2-sdhc";
  628. reg = <0x56100000 0x100000>;
  629. interrupts = <38>;
  630. status = "disabled";
  631. bus-width = <4>;
  632. clocks = <&clks 36>;
  633. };
  634. sd2: sdhci@56200000 {
  635. cell-index = <2>;
  636. compatible = "sirf,prima2-sdhc";
  637. reg = <0x56200000 0x100000>;
  638. interrupts = <23>;
  639. status = "disabled";
  640. bus-width = <4>;
  641. clocks = <&clks 37>;
  642. };
  643. sd3: sdhci@56300000 {
  644. cell-index = <3>;
  645. compatible = "sirf,prima2-sdhc";
  646. reg = <0x56300000 0x100000>;
  647. interrupts = <23>;
  648. status = "disabled";
  649. bus-width = <4>;
  650. clocks = <&clks 37>;
  651. };
  652. sd5: sdhci@56500000 {
  653. cell-index = <5>;
  654. compatible = "sirf,prima2-sdhc";
  655. reg = <0x56500000 0x100000>;
  656. interrupts = <39>;
  657. status = "disabled";
  658. bus-width = <4>;
  659. clocks = <&clks 38>;
  660. };
  661. pci-copy@57900000 {
  662. compatible = "sirf,prima2-pcicp";
  663. reg = <0x57900000 0x100000>;
  664. interrupts = <40>;
  665. };
  666. rom-interface@57a00000 {
  667. compatible = "sirf,prima2-romif";
  668. reg = <0x57a00000 0x100000>;
  669. };
  670. };
  671. };
  672. rtc-iobg {
  673. compatible = "sirf,prima2-rtciobg", "sirf-prima2-rtciobg-bus", "simple-bus";
  674. #address-cells = <1>;
  675. #size-cells = <1>;
  676. reg = <0x80030000 0x10000>;
  677. gpsrtc@1000 {
  678. compatible = "sirf,prima2-gpsrtc";
  679. reg = <0x1000 0x1000>;
  680. interrupts = <55 56 57>;
  681. };
  682. sysrtc@2000 {
  683. compatible = "sirf,prima2-sysrtc";
  684. reg = <0x2000 0x1000>;
  685. interrupts = <52 53 54>;
  686. };
  687. minigpsrtc@2000 {
  688. compatible = "sirf,prima2-minigpsrtc";
  689. reg = <0x2000 0x1000>;
  690. interrupts = <54>;
  691. };
  692. pwrc@3000 {
  693. compatible = "sirf,prima2-pwrc";
  694. reg = <0x3000 0x1000>;
  695. interrupts = <32>;
  696. };
  697. };
  698. uus-iobg {
  699. compatible = "simple-bus";
  700. #address-cells = <1>;
  701. #size-cells = <1>;
  702. ranges = <0xb8000000 0xb8000000 0x40000>;
  703. usb0: usb@b00e0000 {
  704. compatible = "chipidea,ci13611a-prima2";
  705. reg = <0xb8000000 0x10000>;
  706. interrupts = <10>;
  707. clocks = <&clks 40>;
  708. };
  709. usb1: usb@b00f0000 {
  710. compatible = "chipidea,ci13611a-prima2";
  711. reg = <0xb8010000 0x10000>;
  712. interrupts = <11>;
  713. clocks = <&clks 41>;
  714. };
  715. security@b00f0000 {
  716. compatible = "sirf,prima2-security";
  717. reg = <0xb8030000 0x10000>;
  718. interrupts = <42>;
  719. clocks = <&clks 7>;
  720. };
  721. };
  722. };
  723. };