atlas6.dtsi 21 KB

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