juno-base.dtsi 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. /*
  2. * Devices shared by all Juno boards
  3. */
  4. memtimer: timer@2a810000 {
  5. compatible = "arm,armv7-timer-mem";
  6. reg = <0x0 0x2a810000 0x0 0x10000>;
  7. clock-frequency = <50000000>;
  8. #address-cells = <2>;
  9. #size-cells = <2>;
  10. ranges;
  11. status = "disabled";
  12. frame@2a830000 {
  13. frame-number = <1>;
  14. interrupts = <0 60 4>;
  15. reg = <0x0 0x2a830000 0x0 0x10000>;
  16. };
  17. };
  18. mailbox: mhu@2b1f0000 {
  19. compatible = "arm,mhu", "arm,primecell";
  20. reg = <0x0 0x2b1f0000 0x0 0x1000>;
  21. interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>,
  22. <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
  23. interrupt-names = "mhu_lpri_rx",
  24. "mhu_hpri_rx";
  25. #mbox-cells = <1>;
  26. clocks = <&soc_refclk100mhz>;
  27. clock-names = "apb_pclk";
  28. };
  29. smmu_pcie: iommu@2b500000 {
  30. compatible = "arm,mmu-401", "arm,smmu-v1";
  31. reg = <0x0 0x2b500000 0x0 0x10000>;
  32. interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>,
  33. <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
  34. #iommu-cells = <1>;
  35. #global-interrupts = <1>;
  36. dma-coherent;
  37. status = "disabled";
  38. };
  39. smmu_etr: iommu@2b600000 {
  40. compatible = "arm,mmu-401", "arm,smmu-v1";
  41. reg = <0x0 0x2b600000 0x0 0x10000>;
  42. interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
  43. <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
  44. #iommu-cells = <1>;
  45. #global-interrupts = <1>;
  46. dma-coherent;
  47. status = "disabled";
  48. };
  49. gic: interrupt-controller@2c010000 {
  50. compatible = "arm,gic-400", "arm,cortex-a15-gic";
  51. reg = <0x0 0x2c010000 0 0x1000>,
  52. <0x0 0x2c02f000 0 0x2000>,
  53. <0x0 0x2c04f000 0 0x2000>,
  54. <0x0 0x2c06f000 0 0x2000>;
  55. #address-cells = <2>;
  56. #interrupt-cells = <3>;
  57. #size-cells = <2>;
  58. interrupt-controller;
  59. interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>;
  60. ranges = <0 0 0 0x2c1c0000 0 0x40000>;
  61. v2m_0: v2m@0 {
  62. compatible = "arm,gic-v2m-frame";
  63. msi-controller;
  64. reg = <0 0 0 0x1000>;
  65. };
  66. };
  67. timer {
  68. compatible = "arm,armv8-timer";
  69. interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
  70. <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
  71. <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
  72. <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>;
  73. };
  74. /*
  75. * Juno TRMs specify the size for these coresight components as 64K.
  76. * The actual size is just 4K though 64K is reserved. Access to the
  77. * unmapped reserved region results in a DECERR response.
  78. */
  79. etf@20010000 {
  80. compatible = "arm,coresight-tmc", "arm,primecell";
  81. reg = <0 0x20010000 0 0x1000>;
  82. clocks = <&soc_smc50mhz>;
  83. clock-names = "apb_pclk";
  84. power-domains = <&scpi_devpd 0>;
  85. ports {
  86. #address-cells = <1>;
  87. #size-cells = <0>;
  88. /* input port */
  89. port@0 {
  90. reg = <0>;
  91. etf_in_port: endpoint {
  92. slave-mode;
  93. remote-endpoint = <&main_funnel_out_port>;
  94. };
  95. };
  96. /* output port */
  97. port@1 {
  98. reg = <0>;
  99. etf_out_port: endpoint {
  100. remote-endpoint = <&replicator_in_port0>;
  101. };
  102. };
  103. };
  104. };
  105. tpiu@20030000 {
  106. compatible = "arm,coresight-tpiu", "arm,primecell";
  107. reg = <0 0x20030000 0 0x1000>;
  108. clocks = <&soc_smc50mhz>;
  109. clock-names = "apb_pclk";
  110. power-domains = <&scpi_devpd 0>;
  111. port {
  112. tpiu_in_port: endpoint {
  113. slave-mode;
  114. remote-endpoint = <&replicator_out_port0>;
  115. };
  116. };
  117. };
  118. main-funnel@20040000 {
  119. compatible = "arm,coresight-funnel", "arm,primecell";
  120. reg = <0 0x20040000 0 0x1000>;
  121. clocks = <&soc_smc50mhz>;
  122. clock-names = "apb_pclk";
  123. power-domains = <&scpi_devpd 0>;
  124. ports {
  125. #address-cells = <1>;
  126. #size-cells = <0>;
  127. port@0 {
  128. reg = <0>;
  129. main_funnel_out_port: endpoint {
  130. remote-endpoint = <&etf_in_port>;
  131. };
  132. };
  133. port@1 {
  134. reg = <0>;
  135. main_funnel_in_port0: endpoint {
  136. slave-mode;
  137. remote-endpoint = <&cluster0_funnel_out_port>;
  138. };
  139. };
  140. port@2 {
  141. reg = <1>;
  142. main_funnel_in_port1: endpoint {
  143. slave-mode;
  144. remote-endpoint = <&cluster1_funnel_out_port>;
  145. };
  146. };
  147. };
  148. };
  149. etr@20070000 {
  150. compatible = "arm,coresight-tmc", "arm,primecell";
  151. reg = <0 0x20070000 0 0x1000>;
  152. iommus = <&smmu_etr 0>;
  153. clocks = <&soc_smc50mhz>;
  154. clock-names = "apb_pclk";
  155. power-domains = <&scpi_devpd 0>;
  156. port {
  157. etr_in_port: endpoint {
  158. slave-mode;
  159. remote-endpoint = <&replicator_out_port1>;
  160. };
  161. };
  162. };
  163. etm0: etm@22040000 {
  164. compatible = "arm,coresight-etm4x", "arm,primecell";
  165. reg = <0 0x22040000 0 0x1000>;
  166. clocks = <&soc_smc50mhz>;
  167. clock-names = "apb_pclk";
  168. power-domains = <&scpi_devpd 0>;
  169. port {
  170. cluster0_etm0_out_port: endpoint {
  171. remote-endpoint = <&cluster0_funnel_in_port0>;
  172. };
  173. };
  174. };
  175. cluster0-funnel@220c0000 {
  176. compatible = "arm,coresight-funnel", "arm,primecell";
  177. reg = <0 0x220c0000 0 0x1000>;
  178. clocks = <&soc_smc50mhz>;
  179. clock-names = "apb_pclk";
  180. power-domains = <&scpi_devpd 0>;
  181. ports {
  182. #address-cells = <1>;
  183. #size-cells = <0>;
  184. port@0 {
  185. reg = <0>;
  186. cluster0_funnel_out_port: endpoint {
  187. remote-endpoint = <&main_funnel_in_port0>;
  188. };
  189. };
  190. port@1 {
  191. reg = <0>;
  192. cluster0_funnel_in_port0: endpoint {
  193. slave-mode;
  194. remote-endpoint = <&cluster0_etm0_out_port>;
  195. };
  196. };
  197. port@2 {
  198. reg = <1>;
  199. cluster0_funnel_in_port1: endpoint {
  200. slave-mode;
  201. remote-endpoint = <&cluster0_etm1_out_port>;
  202. };
  203. };
  204. };
  205. };
  206. etm1: etm@22140000 {
  207. compatible = "arm,coresight-etm4x", "arm,primecell";
  208. reg = <0 0x22140000 0 0x1000>;
  209. clocks = <&soc_smc50mhz>;
  210. clock-names = "apb_pclk";
  211. power-domains = <&scpi_devpd 0>;
  212. port {
  213. cluster0_etm1_out_port: endpoint {
  214. remote-endpoint = <&cluster0_funnel_in_port1>;
  215. };
  216. };
  217. };
  218. etm2: etm@23040000 {
  219. compatible = "arm,coresight-etm4x", "arm,primecell";
  220. reg = <0 0x23040000 0 0x1000>;
  221. clocks = <&soc_smc50mhz>;
  222. clock-names = "apb_pclk";
  223. power-domains = <&scpi_devpd 0>;
  224. port {
  225. cluster1_etm0_out_port: endpoint {
  226. remote-endpoint = <&cluster1_funnel_in_port0>;
  227. };
  228. };
  229. };
  230. cluster1-funnel@230c0000 {
  231. compatible = "arm,coresight-funnel", "arm,primecell";
  232. reg = <0 0x230c0000 0 0x1000>;
  233. clocks = <&soc_smc50mhz>;
  234. clock-names = "apb_pclk";
  235. power-domains = <&scpi_devpd 0>;
  236. ports {
  237. #address-cells = <1>;
  238. #size-cells = <0>;
  239. port@0 {
  240. reg = <0>;
  241. cluster1_funnel_out_port: endpoint {
  242. remote-endpoint = <&main_funnel_in_port1>;
  243. };
  244. };
  245. port@1 {
  246. reg = <0>;
  247. cluster1_funnel_in_port0: endpoint {
  248. slave-mode;
  249. remote-endpoint = <&cluster1_etm0_out_port>;
  250. };
  251. };
  252. port@2 {
  253. reg = <1>;
  254. cluster1_funnel_in_port1: endpoint {
  255. slave-mode;
  256. remote-endpoint = <&cluster1_etm1_out_port>;
  257. };
  258. };
  259. port@3 {
  260. reg = <2>;
  261. cluster1_funnel_in_port2: endpoint {
  262. slave-mode;
  263. remote-endpoint = <&cluster1_etm2_out_port>;
  264. };
  265. };
  266. port@4 {
  267. reg = <3>;
  268. cluster1_funnel_in_port3: endpoint {
  269. slave-mode;
  270. remote-endpoint = <&cluster1_etm3_out_port>;
  271. };
  272. };
  273. };
  274. };
  275. etm3: etm@23140000 {
  276. compatible = "arm,coresight-etm4x", "arm,primecell";
  277. reg = <0 0x23140000 0 0x1000>;
  278. clocks = <&soc_smc50mhz>;
  279. clock-names = "apb_pclk";
  280. power-domains = <&scpi_devpd 0>;
  281. port {
  282. cluster1_etm1_out_port: endpoint {
  283. remote-endpoint = <&cluster1_funnel_in_port1>;
  284. };
  285. };
  286. };
  287. etm4: etm@23240000 {
  288. compatible = "arm,coresight-etm4x", "arm,primecell";
  289. reg = <0 0x23240000 0 0x1000>;
  290. clocks = <&soc_smc50mhz>;
  291. clock-names = "apb_pclk";
  292. power-domains = <&scpi_devpd 0>;
  293. port {
  294. cluster1_etm2_out_port: endpoint {
  295. remote-endpoint = <&cluster1_funnel_in_port2>;
  296. };
  297. };
  298. };
  299. etm5: etm@23340000 {
  300. compatible = "arm,coresight-etm4x", "arm,primecell";
  301. reg = <0 0x23340000 0 0x1000>;
  302. clocks = <&soc_smc50mhz>;
  303. clock-names = "apb_pclk";
  304. power-domains = <&scpi_devpd 0>;
  305. port {
  306. cluster1_etm3_out_port: endpoint {
  307. remote-endpoint = <&cluster1_funnel_in_port3>;
  308. };
  309. };
  310. };
  311. coresight-replicator {
  312. /*
  313. * Non-configurable replicators don't show up on the
  314. * AMBA bus. As such no need to add "arm,primecell".
  315. */
  316. compatible = "arm,coresight-replicator";
  317. ports {
  318. #address-cells = <1>;
  319. #size-cells = <0>;
  320. /* replicator output ports */
  321. port@0 {
  322. reg = <0>;
  323. replicator_out_port0: endpoint {
  324. remote-endpoint = <&tpiu_in_port>;
  325. };
  326. };
  327. port@1 {
  328. reg = <1>;
  329. replicator_out_port1: endpoint {
  330. remote-endpoint = <&etr_in_port>;
  331. };
  332. };
  333. /* replicator input port */
  334. port@2 {
  335. reg = <0>;
  336. replicator_in_port0: endpoint {
  337. slave-mode;
  338. remote-endpoint = <&etf_out_port>;
  339. };
  340. };
  341. };
  342. };
  343. sram: sram@2e000000 {
  344. compatible = "arm,juno-sram-ns", "mmio-sram";
  345. reg = <0x0 0x2e000000 0x0 0x8000>;
  346. #address-cells = <1>;
  347. #size-cells = <1>;
  348. ranges = <0 0x0 0x2e000000 0x8000>;
  349. cpu_scp_lpri: scp-shmem@0 {
  350. compatible = "arm,juno-scp-shmem";
  351. reg = <0x0 0x200>;
  352. };
  353. cpu_scp_hpri: scp-shmem@200 {
  354. compatible = "arm,juno-scp-shmem";
  355. reg = <0x200 0x200>;
  356. };
  357. };
  358. pcie_ctlr: pcie-controller@40000000 {
  359. compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic";
  360. device_type = "pci";
  361. reg = <0 0x40000000 0 0x10000000>; /* ECAM config space */
  362. bus-range = <0 255>;
  363. linux,pci-domain = <0>;
  364. #address-cells = <3>;
  365. #size-cells = <2>;
  366. dma-coherent;
  367. ranges = <0x01000000 0x00 0x00000000 0x00 0x5f800000 0x0 0x00800000>,
  368. <0x02000000 0x00 0x50000000 0x00 0x50000000 0x0 0x08000000>,
  369. <0x42000000 0x40 0x00000000 0x40 0x00000000 0x1 0x00000000>;
  370. #interrupt-cells = <1>;
  371. interrupt-map-mask = <0 0 0 7>;
  372. interrupt-map = <0 0 0 1 &gic 0 0 0 136 4>,
  373. <0 0 0 2 &gic 0 0 0 137 4>,
  374. <0 0 0 3 &gic 0 0 0 138 4>,
  375. <0 0 0 4 &gic 0 0 0 139 4>;
  376. msi-parent = <&v2m_0>;
  377. status = "disabled";
  378. iommu-map-mask = <0x0>; /* RC has no means to output PCI RID */
  379. iommu-map = <0x0 &smmu_pcie 0x0 0x1>;
  380. };
  381. scpi {
  382. compatible = "arm,scpi";
  383. mboxes = <&mailbox 1>;
  384. shmem = <&cpu_scp_hpri>;
  385. clocks {
  386. compatible = "arm,scpi-clocks";
  387. scpi_dvfs: scpi-dvfs {
  388. compatible = "arm,scpi-dvfs-clocks";
  389. #clock-cells = <1>;
  390. clock-indices = <0>, <1>, <2>;
  391. clock-output-names = "atlclk", "aplclk","gpuclk";
  392. };
  393. scpi_clk: scpi-clk {
  394. compatible = "arm,scpi-variable-clocks";
  395. #clock-cells = <1>;
  396. clock-indices = <3>;
  397. clock-output-names = "pxlclk";
  398. };
  399. };
  400. scpi_devpd: scpi-power-domains {
  401. compatible = "arm,scpi-power-domains";
  402. num-domains = <2>;
  403. #power-domain-cells = <1>;
  404. };
  405. scpi_sensors0: sensors {
  406. compatible = "arm,scpi-sensors";
  407. #thermal-sensor-cells = <1>;
  408. };
  409. };
  410. thermal-zones {
  411. pmic {
  412. polling-delay = <1000>;
  413. polling-delay-passive = <100>;
  414. thermal-sensors = <&scpi_sensors0 0>;
  415. };
  416. soc {
  417. polling-delay = <1000>;
  418. polling-delay-passive = <100>;
  419. thermal-sensors = <&scpi_sensors0 3>;
  420. };
  421. big_cluster_thermal_zone: big_cluster {
  422. polling-delay = <1000>;
  423. polling-delay-passive = <100>;
  424. thermal-sensors = <&scpi_sensors0 21>;
  425. status = "disabled";
  426. };
  427. little_cluster_thermal_zone: little_cluster {
  428. polling-delay = <1000>;
  429. polling-delay-passive = <100>;
  430. thermal-sensors = <&scpi_sensors0 22>;
  431. status = "disabled";
  432. };
  433. gpu0_thermal_zone: gpu0 {
  434. polling-delay = <1000>;
  435. polling-delay-passive = <100>;
  436. thermal-sensors = <&scpi_sensors0 23>;
  437. status = "disabled";
  438. };
  439. gpu1_thermal_zone: gpu1 {
  440. polling-delay = <1000>;
  441. polling-delay-passive = <100>;
  442. thermal-sensors = <&scpi_sensors0 24>;
  443. status = "disabled";
  444. };
  445. };
  446. /include/ "juno-clocks.dtsi"
  447. smmu_dma: iommu@7fb00000 {
  448. compatible = "arm,mmu-401", "arm,smmu-v1";
  449. reg = <0x0 0x7fb00000 0x0 0x10000>;
  450. interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
  451. <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
  452. #iommu-cells = <1>;
  453. #global-interrupts = <1>;
  454. dma-coherent;
  455. status = "disabled";
  456. };
  457. smmu_hdlcd1: iommu@7fb10000 {
  458. compatible = "arm,mmu-401", "arm,smmu-v1";
  459. reg = <0x0 0x7fb10000 0x0 0x10000>;
  460. interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
  461. <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
  462. #iommu-cells = <1>;
  463. #global-interrupts = <1>;
  464. status = "disabled";
  465. };
  466. smmu_hdlcd0: iommu@7fb20000 {
  467. compatible = "arm,mmu-401", "arm,smmu-v1";
  468. reg = <0x0 0x7fb20000 0x0 0x10000>;
  469. interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,
  470. <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
  471. #iommu-cells = <1>;
  472. #global-interrupts = <1>;
  473. status = "disabled";
  474. };
  475. smmu_usb: iommu@7fb30000 {
  476. compatible = "arm,mmu-401", "arm,smmu-v1";
  477. reg = <0x0 0x7fb30000 0x0 0x10000>;
  478. interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>,
  479. <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
  480. #iommu-cells = <1>;
  481. #global-interrupts = <1>;
  482. dma-coherent;
  483. status = "disabled";
  484. };
  485. dma@7ff00000 {
  486. compatible = "arm,pl330", "arm,primecell";
  487. reg = <0x0 0x7ff00000 0 0x1000>;
  488. #dma-cells = <1>;
  489. #dma-channels = <8>;
  490. #dma-requests = <32>;
  491. interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
  492. <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
  493. <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>,
  494. <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>,
  495. <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
  496. <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
  497. <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
  498. <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
  499. <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
  500. iommus = <&smmu_dma 0>,
  501. <&smmu_dma 1>,
  502. <&smmu_dma 2>,
  503. <&smmu_dma 3>,
  504. <&smmu_dma 4>,
  505. <&smmu_dma 5>,
  506. <&smmu_dma 6>,
  507. <&smmu_dma 7>,
  508. <&smmu_dma 8>;
  509. clocks = <&soc_faxiclk>;
  510. clock-names = "apb_pclk";
  511. };
  512. hdlcd@7ff50000 {
  513. compatible = "arm,hdlcd";
  514. reg = <0 0x7ff50000 0 0x1000>;
  515. interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
  516. iommus = <&smmu_hdlcd1 0>;
  517. clocks = <&scpi_clk 3>;
  518. clock-names = "pxlclk";
  519. port {
  520. hdlcd1_output: hdlcd1-endpoint {
  521. remote-endpoint = <&tda998x_1_input>;
  522. };
  523. };
  524. };
  525. hdlcd@7ff60000 {
  526. compatible = "arm,hdlcd";
  527. reg = <0 0x7ff60000 0 0x1000>;
  528. interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
  529. iommus = <&smmu_hdlcd0 0>;
  530. clocks = <&scpi_clk 3>;
  531. clock-names = "pxlclk";
  532. port {
  533. hdlcd0_output: hdlcd0-endpoint {
  534. remote-endpoint = <&tda998x_0_input>;
  535. };
  536. };
  537. };
  538. soc_uart0: uart@7ff80000 {
  539. compatible = "arm,pl011", "arm,primecell";
  540. reg = <0x0 0x7ff80000 0x0 0x1000>;
  541. interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
  542. clocks = <&soc_uartclk>, <&soc_refclk100mhz>;
  543. clock-names = "uartclk", "apb_pclk";
  544. };
  545. i2c@7ffa0000 {
  546. compatible = "snps,designware-i2c";
  547. reg = <0x0 0x7ffa0000 0x0 0x1000>;
  548. #address-cells = <1>;
  549. #size-cells = <0>;
  550. interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
  551. clock-frequency = <400000>;
  552. i2c-sda-hold-time-ns = <500>;
  553. clocks = <&soc_smc50mhz>;
  554. hdmi-transmitter@70 {
  555. compatible = "nxp,tda998x";
  556. reg = <0x70>;
  557. port {
  558. tda998x_0_input: tda998x-0-endpoint {
  559. remote-endpoint = <&hdlcd0_output>;
  560. };
  561. };
  562. };
  563. hdmi-transmitter@71 {
  564. compatible = "nxp,tda998x";
  565. reg = <0x71>;
  566. port {
  567. tda998x_1_input: tda998x-1-endpoint {
  568. remote-endpoint = <&hdlcd1_output>;
  569. };
  570. };
  571. };
  572. };
  573. ohci@7ffb0000 {
  574. compatible = "generic-ohci";
  575. reg = <0x0 0x7ffb0000 0x0 0x10000>;
  576. interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
  577. iommus = <&smmu_usb 0>;
  578. clocks = <&soc_usb48mhz>;
  579. };
  580. ehci@7ffc0000 {
  581. compatible = "generic-ehci";
  582. reg = <0x0 0x7ffc0000 0x0 0x10000>;
  583. interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>;
  584. iommus = <&smmu_usb 0>;
  585. clocks = <&soc_usb48mhz>;
  586. };
  587. memory-controller@7ffd0000 {
  588. compatible = "arm,pl354", "arm,primecell";
  589. reg = <0 0x7ffd0000 0 0x1000>;
  590. interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>,
  591. <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
  592. clocks = <&soc_smc50mhz>;
  593. clock-names = "apb_pclk";
  594. };
  595. memory@80000000 {
  596. device_type = "memory";
  597. /* last 16MB of the first memory area is reserved for secure world use by firmware */
  598. reg = <0x00000000 0x80000000 0x0 0x7f000000>,
  599. <0x00000008 0x80000000 0x1 0x80000000>;
  600. };
  601. smb@08000000 {
  602. compatible = "simple-bus";
  603. #address-cells = <2>;
  604. #size-cells = <1>;
  605. ranges = <0 0 0 0x08000000 0x04000000>,
  606. <1 0 0 0x14000000 0x04000000>,
  607. <2 0 0 0x18000000 0x04000000>,
  608. <3 0 0 0x1c000000 0x04000000>,
  609. <4 0 0 0x0c000000 0x04000000>,
  610. <5 0 0 0x10000000 0x04000000>;
  611. #interrupt-cells = <1>;
  612. interrupt-map-mask = <0 0 15>;
  613. interrupt-map = <0 0 0 &gic 0 0 0 68 IRQ_TYPE_LEVEL_HIGH>,
  614. <0 0 1 &gic 0 0 0 69 IRQ_TYPE_LEVEL_HIGH>,
  615. <0 0 2 &gic 0 0 0 70 IRQ_TYPE_LEVEL_HIGH>,
  616. <0 0 3 &gic 0 0 0 160 IRQ_TYPE_LEVEL_HIGH>,
  617. <0 0 4 &gic 0 0 0 161 IRQ_TYPE_LEVEL_HIGH>,
  618. <0 0 5 &gic 0 0 0 162 IRQ_TYPE_LEVEL_HIGH>,
  619. <0 0 6 &gic 0 0 0 163 IRQ_TYPE_LEVEL_HIGH>,
  620. <0 0 7 &gic 0 0 0 164 IRQ_TYPE_LEVEL_HIGH>,
  621. <0 0 8 &gic 0 0 0 165 IRQ_TYPE_LEVEL_HIGH>,
  622. <0 0 9 &gic 0 0 0 166 IRQ_TYPE_LEVEL_HIGH>,
  623. <0 0 10 &gic 0 0 0 167 IRQ_TYPE_LEVEL_HIGH>,
  624. <0 0 11 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>,
  625. <0 0 12 &gic 0 0 0 169 IRQ_TYPE_LEVEL_HIGH>;
  626. /include/ "juno-motherboard.dtsi"
  627. };
  628. site2: tlx@60000000 {
  629. compatible = "simple-bus";
  630. #address-cells = <1>;
  631. #size-cells = <1>;
  632. ranges = <0 0 0x60000000 0x10000000>;
  633. #interrupt-cells = <1>;
  634. interrupt-map-mask = <0 0>;
  635. interrupt-map = <0 0 &gic 0 0 0 168 IRQ_TYPE_LEVEL_HIGH>;
  636. };