|
5 | 5 |
|
6 | 6 | #include <dt-bindings/clock/qcom,rpmcc.h> |
7 | 7 | #include <dt-bindings/clock/qcom,shikra-gcc.h> |
| 8 | +#include <dt-bindings/interconnect/qcom,rpm-icc.h> |
| 9 | +#include <dt-bindings/interconnect/qcom,shikra.h> |
8 | 10 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
9 | 11 | #include <dt-bindings/power/qcom-rpmpd.h> |
10 | 12 |
|
|
350 | 352 | }; |
351 | 353 | }; |
352 | 354 |
|
| 355 | + mem_noc: interconnect@d00000 { |
| 356 | + compatible = "qcom,shikra-mem-noc-core"; |
| 357 | + reg = <0x0 0x00d00000 0x0 0x43080>; |
| 358 | + clocks = <&gcc GCC_DDRSS_GPU_AXI_CLK>; |
| 359 | + clock-names = "gpu_axi"; |
| 360 | + #interconnect-cells = <2>; |
| 361 | + }; |
| 362 | + |
353 | 363 | gcc: clock-controller@1400000 { |
354 | 364 | compatible = "qcom,shikra-gcc"; |
355 | 365 | reg = <0x0 0x01400000 0x0 0x1f0000>; |
|
366 | 376 | #power-domain-cells = <1>; |
367 | 377 | }; |
368 | 378 |
|
| 379 | + system_noc: interconnect@1880000 { |
| 380 | + compatible = "qcom,shikra-sys-noc"; |
| 381 | + reg = <0x0 0x01880000 0x0 0x6a080>; |
| 382 | + clocks = <&gcc GCC_EMAC0_AXI_SYS_NOC_CLK>, |
| 383 | + <&gcc GCC_EMAC1_AXI_SYS_NOC_CLK>, |
| 384 | + <&gcc GCC_SYS_NOC_USB2_PRIM_AXI_CLK>, |
| 385 | + <&gcc GCC_SYS_NOC_USB3_PRIM_AXI_CLK>; |
| 386 | + clock-names = "emac0_axi", |
| 387 | + "emac1_axi", |
| 388 | + "usb2_axi", |
| 389 | + "usb3_axi"; |
| 390 | + #interconnect-cells = <2>; |
| 391 | + |
| 392 | + clk_virt: interconnect-clk { |
| 393 | + compatible = "qcom,shikra-clk-virt"; |
| 394 | + #interconnect-cells = <2>; |
| 395 | + }; |
| 396 | + |
| 397 | + mc_virt: interconnect-mc { |
| 398 | + compatible = "qcom,shikra-mc-virt"; |
| 399 | + #interconnect-cells = <2>; |
| 400 | + }; |
| 401 | + |
| 402 | + mmrt_virt: interconnect-mmrt { |
| 403 | + compatible = "qcom,shikra-mmrt-virt"; |
| 404 | + #interconnect-cells = <2>; |
| 405 | + }; |
| 406 | + |
| 407 | + mmnrt_virt: interconnect-mmnrt { |
| 408 | + compatible = "qcom,shikra-mmnrt-virt"; |
| 409 | + #interconnect-cells = <2>; |
| 410 | + }; |
| 411 | + }; |
| 412 | + |
| 413 | + config_noc: interconnect@1900000 { |
| 414 | + compatible = "qcom,shikra-config-noc"; |
| 415 | + reg = <0x0 0x01900000 0x0 0x8080>; |
| 416 | + #interconnect-cells = <2>; |
| 417 | + }; |
| 418 | + |
369 | 419 | qfprom: efuse@1b44000 { |
370 | 420 | compatible = "qcom,shikra-qfprom", "qcom,qfprom"; |
371 | 421 | reg = <0x0 0x01b44000 0x0 0x3000>; |
|
0 commit comments