]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM64: zynqmp: Add CCI-400 node
authorMichal Simek <michal.simek@xilinx.com>
Thu, 26 Nov 2015 10:21:25 +0000 (11:21 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 30 Nov 2015 07:05:43 +0000 (08:05 +0100)
Add CCI-400 node to DTSI.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
I have this description for a while but I haven't run any particular
test with it. There are two pmu versions for cci400 but which version we
have needs to be tested.

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 175c1ebdc595acd76b9d9bc196dc42cbbb5c433d..24b91e486ed778af8aa014dadbb09ee4a507c10a 100644 (file)
                        rx-fifo-depth = <0x40>;
                };
 
+               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 */
                fpd_dma_chan1: dma@fd500000 {
                        status = "disabled";