armada-375.dtsi 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Include file for Marvell Armada 375 family SoC
  4. *
  5. * Copyright (C) 2014 Marvell
  6. *
  7. * Gregory CLEMENT <[email protected]>
  8. * Thomas Petazzoni <[email protected]>
  9. */
  10. #include <dt-bindings/interrupt-controller/arm-gic.h>
  11. #include <dt-bindings/interrupt-controller/irq.h>
  12. #include <dt-bindings/phy/phy.h>
  13. #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
  14. / {
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. model = "Marvell Armada 375 family SoC";
  18. compatible = "marvell,armada375";
  19. aliases {
  20. gpio0 = &gpio0;
  21. gpio1 = &gpio1;
  22. gpio2 = &gpio2;
  23. serial0 = &uart0;
  24. serial1 = &uart1;
  25. };
  26. clocks {
  27. /* 1 GHz fixed main PLL */
  28. mainpll: mainpll {
  29. compatible = "fixed-clock";
  30. #clock-cells = <0>;
  31. clock-frequency = <1000000000>;
  32. };
  33. /* 25 MHz reference crystal */
  34. refclk: oscillator {
  35. compatible = "fixed-clock";
  36. #clock-cells = <0>;
  37. clock-frequency = <25000000>;
  38. };
  39. };
  40. cpus {
  41. #address-cells = <1>;
  42. #size-cells = <0>;
  43. enable-method = "marvell,armada-375-smp";
  44. cpu0: cpu@0 {
  45. device_type = "cpu";
  46. compatible = "arm,cortex-a9";
  47. reg = <0>;
  48. };
  49. cpu1: cpu@1 {
  50. device_type = "cpu";
  51. compatible = "arm,cortex-a9";
  52. reg = <1>;
  53. };
  54. };
  55. pmu {
  56. compatible = "arm,cortex-a9-pmu";
  57. interrupts-extended = <&mpic 3>;
  58. };
  59. soc {
  60. compatible = "marvell,armada375-mbus", "simple-bus";
  61. #address-cells = <2>;
  62. #size-cells = <1>;
  63. controller = <&mbusc>;
  64. interrupt-parent = <&gic>;
  65. pcie-mem-aperture = <0xe0000000 0x8000000>;
  66. pcie-io-aperture = <0xe8000000 0x100000>;
  67. bootrom {
  68. compatible = "marvell,bootrom";
  69. reg = <MBUS_ID(0x01, 0x1d) 0 0x100000>;
  70. };
  71. devbus_bootcs: devbus-bootcs {
  72. compatible = "marvell,mvebu-devbus";
  73. reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>;
  74. ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>;
  75. #address-cells = <1>;
  76. #size-cells = <1>;
  77. clocks = <&coreclk 0>;
  78. status = "disabled";
  79. };
  80. devbus_cs0: devbus-cs0 {
  81. compatible = "marvell,mvebu-devbus";
  82. reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>;
  83. ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>;
  84. #address-cells = <1>;
  85. #size-cells = <1>;
  86. clocks = <&coreclk 0>;
  87. status = "disabled";
  88. };
  89. devbus_cs1: devbus-cs1 {
  90. compatible = "marvell,mvebu-devbus";
  91. reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>;
  92. ranges = <0 MBUS_ID(0x01, 0x3d) 0 0xffffffff>;
  93. #address-cells = <1>;
  94. #size-cells = <1>;
  95. clocks = <&coreclk 0>;
  96. status = "disabled";
  97. };
  98. devbus_cs2: devbus-cs2 {
  99. compatible = "marvell,mvebu-devbus";
  100. reg = <MBUS_ID(0xf0, 0x01) 0x10418 0x8>;
  101. ranges = <0 MBUS_ID(0x01, 0x3b) 0 0xffffffff>;
  102. #address-cells = <1>;
  103. #size-cells = <1>;
  104. clocks = <&coreclk 0>;
  105. status = "disabled";
  106. };
  107. devbus_cs3: devbus-cs3 {
  108. compatible = "marvell,mvebu-devbus";
  109. reg = <MBUS_ID(0xf0, 0x01) 0x10420 0x8>;
  110. ranges = <0 MBUS_ID(0x01, 0x37) 0 0xffffffff>;
  111. #address-cells = <1>;
  112. #size-cells = <1>;
  113. clocks = <&coreclk 0>;
  114. status = "disabled";
  115. };
  116. internal-regs {
  117. compatible = "simple-bus";
  118. #address-cells = <1>;
  119. #size-cells = <1>;
  120. ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
  121. L2: cache-controller@8000 {
  122. compatible = "arm,pl310-cache";
  123. reg = <0x8000 0x1000>;
  124. cache-unified;
  125. cache-level = <2>;
  126. arm,double-linefill-incr = <0>;
  127. arm,double-linefill-wrap = <0>;
  128. arm,double-linefill = <0>;
  129. prefetch-data = <1>;
  130. };
  131. scu: scu@c000 {
  132. compatible = "arm,cortex-a9-scu";
  133. reg = <0xc000 0x58>;
  134. };
  135. timer0: timer@c600 {
  136. compatible = "arm,cortex-a9-twd-timer";
  137. reg = <0xc600 0x20>;
  138. interrupts = <GIC_PPI 13 (IRQ_TYPE_EDGE_RISING | GIC_CPU_MASK_SIMPLE(2))>;
  139. clocks = <&coreclk 2>;
  140. };
  141. gic: interrupt-controller@d000 {
  142. compatible = "arm,cortex-a9-gic";
  143. #interrupt-cells = <3>;
  144. #size-cells = <0>;
  145. interrupt-controller;
  146. reg = <0xd000 0x1000>,
  147. <0xc100 0x100>;
  148. };
  149. mdio: mdio@c0054 {
  150. #address-cells = <1>;
  151. #size-cells = <0>;
  152. compatible = "marvell,orion-mdio";
  153. reg = <0xc0054 0x4>;
  154. clocks = <&gateclk 19>;
  155. };
  156. /* Network controller */
  157. ethernet: ethernet@f0000 {
  158. compatible = "marvell,armada-375-pp2";
  159. reg = <0xf0000 0xa000>, /* Packet Processor regs */
  160. <0xc0000 0x3060>, /* LMS regs */
  161. <0xc4000 0x100>, /* eth0 regs */
  162. <0xc5000 0x100>; /* eth1 regs */
  163. clocks = <&gateclk 3>, <&gateclk 19>;
  164. clock-names = "pp_clk", "gop_clk";
  165. status = "disabled";
  166. eth0: eth0 {
  167. interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
  168. port-id = <0>;
  169. status = "disabled";
  170. };
  171. eth1: eth1 {
  172. interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
  173. port-id = <1>;
  174. status = "disabled";
  175. };
  176. };
  177. rtc: rtc@10300 {
  178. compatible = "marvell,orion-rtc";
  179. reg = <0x10300 0x20>;
  180. interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
  181. };
  182. spi0: spi@10600 {
  183. compatible = "marvell,armada-375-spi",
  184. "marvell,orion-spi";
  185. reg = <0x10600 0x50>;
  186. #address-cells = <1>;
  187. #size-cells = <0>;
  188. cell-index = <0>;
  189. interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
  190. clocks = <&coreclk 0>;
  191. status = "disabled";
  192. };
  193. spi1: spi@10680 {
  194. compatible = "marvell,armada-375-spi",
  195. "marvell,orion-spi";
  196. reg = <0x10680 0x50>;
  197. #address-cells = <1>;
  198. #size-cells = <0>;
  199. cell-index = <1>;
  200. interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
  201. clocks = <&coreclk 0>;
  202. status = "disabled";
  203. };
  204. i2c0: i2c@11000 {
  205. compatible = "marvell,mv64xxx-i2c";
  206. reg = <0x11000 0x20>;
  207. #address-cells = <1>;
  208. #size-cells = <0>;
  209. interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
  210. clocks = <&coreclk 0>;
  211. status = "disabled";
  212. };
  213. i2c1: i2c@11100 {
  214. compatible = "marvell,mv64xxx-i2c";
  215. reg = <0x11100 0x20>;
  216. #address-cells = <1>;
  217. #size-cells = <0>;
  218. interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
  219. clocks = <&coreclk 0>;
  220. status = "disabled";
  221. };
  222. uart0: serial@12000 {
  223. compatible = "snps,dw-apb-uart";
  224. reg = <0x12000 0x100>;
  225. reg-shift = <2>;
  226. interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
  227. reg-io-width = <1>;
  228. clocks = <&coreclk 0>;
  229. status = "disabled";
  230. };
  231. uart1: serial@12100 {
  232. compatible = "snps,dw-apb-uart";
  233. reg = <0x12100 0x100>;
  234. reg-shift = <2>;
  235. interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
  236. reg-io-width = <1>;
  237. clocks = <&coreclk 0>;
  238. status = "disabled";
  239. };
  240. pinctrl: pinctrl@18000 {
  241. compatible = "marvell,mv88f6720-pinctrl";
  242. reg = <0x18000 0x24>;
  243. i2c0_pins: i2c0-pins {
  244. marvell,pins = "mpp14", "mpp15";
  245. marvell,function = "i2c0";
  246. };
  247. i2c1_pins: i2c1-pins {
  248. marvell,pins = "mpp61", "mpp62";
  249. marvell,function = "i2c1";
  250. };
  251. nand_pins: nand-pins {
  252. marvell,pins = "mpp0", "mpp1", "mpp2",
  253. "mpp3", "mpp4", "mpp5",
  254. "mpp6", "mpp7", "mpp8",
  255. "mpp9", "mpp10", "mpp11",
  256. "mpp12", "mpp13";
  257. marvell,function = "nand";
  258. };
  259. sdio_pins: sdio-pins {
  260. marvell,pins = "mpp24", "mpp25", "mpp26",
  261. "mpp27", "mpp28", "mpp29";
  262. marvell,function = "sd";
  263. };
  264. spi0_pins: spi0-pins {
  265. marvell,pins = "mpp0", "mpp1", "mpp4",
  266. "mpp5", "mpp8", "mpp9";
  267. marvell,function = "spi0";
  268. };
  269. };
  270. gpio0: gpio@18100 {
  271. compatible = "marvell,orion-gpio";
  272. reg = <0x18100 0x40>;
  273. ngpios = <32>;
  274. gpio-controller;
  275. #gpio-cells = <2>;
  276. interrupt-controller;
  277. #interrupt-cells = <2>;
  278. interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>,
  279. <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>,
  280. <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
  281. <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
  282. };
  283. gpio1: gpio@18140 {
  284. compatible = "marvell,orion-gpio";
  285. reg = <0x18140 0x40>;
  286. ngpios = <32>;
  287. gpio-controller;
  288. #gpio-cells = <2>;
  289. interrupt-controller;
  290. #interrupt-cells = <2>;
  291. interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>,
  292. <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>,
  293. <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
  294. <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
  295. };
  296. gpio2: gpio@18180 {
  297. compatible = "marvell,orion-gpio";
  298. reg = <0x18180 0x40>;
  299. ngpios = <3>;
  300. gpio-controller;
  301. #gpio-cells = <2>;
  302. interrupt-controller;
  303. #interrupt-cells = <2>;
  304. interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
  305. };
  306. systemc: system-controller@18200 {
  307. compatible = "marvell,armada-375-system-controller";
  308. reg = <0x18200 0x100>;
  309. };
  310. gateclk: clock-gating-control@18220 {
  311. compatible = "marvell,armada-375-gating-clock";
  312. reg = <0x18220 0x4>;
  313. clocks = <&coreclk 0>;
  314. #clock-cells = <1>;
  315. };
  316. usbcluster: usb-cluster@18400 {
  317. compatible = "marvell,armada-375-usb-cluster";
  318. reg = <0x18400 0x4>;
  319. #phy-cells = <1>;
  320. };
  321. mbusc: mbus-controller@20000 {
  322. compatible = "marvell,mbus-controller";
  323. reg = <0x20000 0x100>, <0x20180 0x20>;
  324. };
  325. mpic: interrupt-controller@20a00 {
  326. compatible = "marvell,mpic";
  327. reg = <0x20a00 0x2d0>, <0x21070 0x58>;
  328. #interrupt-cells = <1>;
  329. #size-cells = <1>;
  330. interrupt-controller;
  331. msi-controller;
  332. interrupts = <GIC_PPI 15 IRQ_TYPE_LEVEL_HIGH>;
  333. };
  334. timer1: timer@20300 {
  335. compatible = "marvell,armada-375-timer", "marvell,armada-370-timer";
  336. reg = <0x20300 0x30>, <0x21040 0x30>;
  337. interrupts-extended = <&gic GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
  338. <&gic GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
  339. <&gic GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
  340. <&gic GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
  341. <&mpic 5>,
  342. <&mpic 6>;
  343. clocks = <&coreclk 0>, <&refclk>;
  344. clock-names = "nbclk", "fixed";
  345. };
  346. watchdog: watchdog@20300 {
  347. compatible = "marvell,armada-375-wdt";
  348. reg = <0x20300 0x34>, <0x20704 0x4>, <0x18254 0x4>;
  349. clocks = <&coreclk 0>, <&refclk>;
  350. clock-names = "nbclk", "fixed";
  351. };
  352. cpurst: cpurst@20800 {
  353. compatible = "marvell,armada-370-cpu-reset";
  354. reg = <0x20800 0x10>;
  355. };
  356. coherencyfab: coherency-fabric@21010 {
  357. compatible = "marvell,armada-375-coherency-fabric";
  358. reg = <0x21010 0x1c>;
  359. };
  360. usb0: usb@50000 {
  361. compatible = "marvell,orion-ehci";
  362. reg = <0x50000 0x500>;
  363. interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
  364. clocks = <&gateclk 18>;
  365. phys = <&usbcluster PHY_TYPE_USB2>;
  366. phy-names = "usb";
  367. status = "disabled";
  368. };
  369. usb1: usb@54000 {
  370. compatible = "marvell,orion-ehci";
  371. reg = <0x54000 0x500>;
  372. interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
  373. clocks = <&gateclk 26>;
  374. status = "disabled";
  375. };
  376. usb2: usb@58000 {
  377. compatible = "marvell,armada-375-xhci";
  378. reg = <0x58000 0x20000>,<0x5b880 0x80>;
  379. interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
  380. clocks = <&gateclk 16>;
  381. phys = <&usbcluster PHY_TYPE_USB3>;
  382. phy-names = "usb";
  383. status = "disabled";
  384. };
  385. xor0: xor@60800 {
  386. compatible = "marvell,orion-xor";
  387. reg = <0x60800 0x100
  388. 0x60A00 0x100>;
  389. clocks = <&gateclk 22>;
  390. status = "okay";
  391. xor00 {
  392. interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
  393. dmacap,memcpy;
  394. dmacap,xor;
  395. };
  396. xor01 {
  397. interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
  398. dmacap,memcpy;
  399. dmacap,xor;
  400. dmacap,memset;
  401. };
  402. };
  403. xor1: xor@60900 {
  404. compatible = "marvell,orion-xor";
  405. reg = <0x60900 0x100
  406. 0x60b00 0x100>;
  407. clocks = <&gateclk 23>;
  408. status = "okay";
  409. xor10 {
  410. interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
  411. dmacap,memcpy;
  412. dmacap,xor;
  413. };
  414. xor11 {
  415. interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
  416. dmacap,memcpy;
  417. dmacap,xor;
  418. dmacap,memset;
  419. };
  420. };
  421. cesa: crypto@90000 {
  422. compatible = "marvell,armada-375-crypto";
  423. reg = <0x90000 0x10000>;
  424. reg-names = "regs";
  425. interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
  426. <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
  427. clocks = <&gateclk 30>, <&gateclk 31>,
  428. <&gateclk 28>, <&gateclk 29>;
  429. clock-names = "cesa0", "cesa1",
  430. "cesaz0", "cesaz1";
  431. marvell,crypto-srams = <&crypto_sram0>,
  432. <&crypto_sram1>;
  433. marvell,crypto-sram-size = <0x800>;
  434. };
  435. sata: sata@a0000 {
  436. compatible = "marvell,armada-370-sata";
  437. reg = <0xa0000 0x5000>;
  438. interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
  439. clocks = <&gateclk 14>, <&gateclk 20>;
  440. clock-names = "0", "1";
  441. status = "disabled";
  442. };
  443. nand_controller: nand-controller@d0000 {
  444. compatible = "marvell,armada370-nand-controller";
  445. reg = <0xd0000 0x54>;
  446. #address-cells = <1>;
  447. #size-cells = <0>;
  448. interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
  449. clocks = <&gateclk 11>;
  450. status = "disabled";
  451. };
  452. sdio: mvsdio@d4000 {
  453. compatible = "marvell,orion-sdio";
  454. reg = <0xd4000 0x200>;
  455. interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
  456. clocks = <&gateclk 17>;
  457. bus-width = <4>;
  458. cap-sdio-irq;
  459. cap-sd-highspeed;
  460. cap-mmc-highspeed;
  461. status = "disabled";
  462. };
  463. thermal: thermal@e8078 {
  464. compatible = "marvell,armada375-thermal";
  465. reg = <0xe8078 0x4>, <0xe807c 0x8>;
  466. status = "okay";
  467. };
  468. coreclk: mvebu-sar@e8204 {
  469. compatible = "marvell,armada-375-core-clock";
  470. reg = <0xe8204 0x04>;
  471. #clock-cells = <1>;
  472. };
  473. coredivclk: corediv-clock@e8250 {
  474. compatible = "marvell,armada-375-corediv-clock";
  475. reg = <0xe8250 0xc>;
  476. #clock-cells = <1>;
  477. clocks = <&mainpll>;
  478. clock-output-names = "nand";
  479. };
  480. };
  481. pciec: pcie@82000000 {
  482. compatible = "marvell,armada-370-pcie";
  483. status = "disabled";
  484. device_type = "pci";
  485. #address-cells = <3>;
  486. #size-cells = <2>;
  487. msi-parent = <&mpic>;
  488. bus-range = <0x00 0xff>;
  489. ranges =
  490. <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000
  491. 0x82000000 0 0x44000 MBUS_ID(0xf0, 0x01) 0x44000 0 0x00002000
  492. 0x82000000 0x1 0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0 MEM */
  493. 0x81000000 0x1 0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0 IO */
  494. 0x82000000 0x2 0 MBUS_ID(0x04, 0xd8) 0 1 0 /* Port 1 MEM */
  495. 0x81000000 0x2 0 MBUS_ID(0x04, 0xd0) 0 1 0 /* Port 1 IO */>;
  496. pcie0: pcie@1,0 {
  497. device_type = "pci";
  498. assigned-addresses = <0x82000800 0 0x40000 0 0x2000>;
  499. reg = <0x0800 0 0 0 0>;
  500. #address-cells = <3>;
  501. #size-cells = <2>;
  502. interrupt-names = "intx";
  503. interrupts-extended = <&gic GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
  504. #interrupt-cells = <1>;
  505. ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
  506. 0x81000000 0 0 0x81000000 0x1 0 1 0>;
  507. bus-range = <0x00 0xff>;
  508. interrupt-map-mask = <0 0 0 7>;
  509. interrupt-map = <0 0 0 1 &pcie0_intc 0>,
  510. <0 0 0 2 &pcie0_intc 1>,
  511. <0 0 0 3 &pcie0_intc 2>,
  512. <0 0 0 4 &pcie0_intc 3>;
  513. marvell,pcie-port = <0>;
  514. marvell,pcie-lane = <0>;
  515. clocks = <&gateclk 5>;
  516. status = "disabled";
  517. pcie0_intc: interrupt-controller {
  518. interrupt-controller;
  519. #interrupt-cells = <1>;
  520. };
  521. };
  522. pcie1: pcie@2,0 {
  523. device_type = "pci";
  524. assigned-addresses = <0x82001000 0 0x44000 0 0x2000>;
  525. reg = <0x1000 0 0 0 0>;
  526. #address-cells = <3>;
  527. #size-cells = <2>;
  528. interrupt-names = "intx";
  529. interrupts-extended = <&gic GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
  530. #interrupt-cells = <1>;
  531. ranges = <0x82000000 0 0 0x82000000 0x2 0 1 0
  532. 0x81000000 0 0 0x81000000 0x2 0 1 0>;
  533. bus-range = <0x00 0xff>;
  534. interrupt-map-mask = <0 0 0 7>;
  535. interrupt-map = <0 0 0 1 &pcie1_intc 0>,
  536. <0 0 0 2 &pcie1_intc 1>,
  537. <0 0 0 3 &pcie1_intc 2>,
  538. <0 0 0 4 &pcie1_intc 3>;
  539. marvell,pcie-port = <0>;
  540. marvell,pcie-lane = <1>;
  541. clocks = <&gateclk 6>;
  542. status = "disabled";
  543. pcie1_intc: interrupt-controller {
  544. interrupt-controller;
  545. #interrupt-cells = <1>;
  546. };
  547. };
  548. };
  549. crypto_sram0: sa-sram0 {
  550. compatible = "mmio-sram";
  551. reg = <MBUS_ID(0x09, 0x09) 0 0x800>;
  552. clocks = <&gateclk 30>;
  553. #address-cells = <1>;
  554. #size-cells = <1>;
  555. ranges = <0 MBUS_ID(0x09, 0x09) 0 0x800>;
  556. };
  557. crypto_sram1: sa-sram1 {
  558. compatible = "mmio-sram";
  559. reg = <MBUS_ID(0x09, 0x05) 0 0x800>;
  560. clocks = <&gateclk 31>;
  561. #address-cells = <1>;
  562. #size-cells = <1>;
  563. ranges = <0 MBUS_ID(0x09, 0x05) 0 0x800>;
  564. };
  565. };
  566. };