ARM64: zynqmp: Add CCI-400 node
Add CCI-400 node to DTSI. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
14cd9eabb8
commit
ff50d21bd2
@ -292,6 +292,25 @@
|
|||||||
power-domains = <&pd_can1>;
|
power-domains = <&pd_can1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cci: cci@fd6e0000 {
|
||||||
|
compatible = "arm,cci-400";
|
||||||
|
reg = <0x0 0xfd6e0000 0x9000>;
|
||||||
|
ranges = <0x0 0x0 0xfd6e0000 0x10000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
pmu@9000 {
|
||||||
|
compatible = "arm,cci-400-pmu,r1";
|
||||||
|
reg = <0x9000 0x5000>;
|
||||||
|
interrupt-parent = <&gic>;
|
||||||
|
interrupts = <0 123 4>,
|
||||||
|
<0 123 4>,
|
||||||
|
<0 123 4>,
|
||||||
|
<0 123 4>,
|
||||||
|
<0 123 4>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
/* GDMA */
|
/* GDMA */
|
||||||
fpd_dma_chan1: dma@fd500000 {
|
fpd_dma_chan1: dma@fd500000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
Loading…
Reference in New Issue
Block a user