juno: Add stub device tree node for CCI-400
authorDave Martin <Dave.Martin@arm.com>
Fri, 23 May 2014 14:51:47 +0000 (15:51 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 7 Oct 2014 11:11:04 +0000 (12:11 +0100)
This patch adds a basic device tree node for the CCI-400
interconnect, so that the system profiler driver can refer to it.

This node is provisional and may change.  For now it serves only to
provide the CCI-400 programmer's view register block base address
and size.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
arch/arm64/boot/dts/juno.dts

index 95456f992997d24eccebac97d8cb4df0b6ef02d4..001edb792b4cf1d07c90654f6bc989a20ad43ced 100644 (file)
                };
        };
 
+       cci {
+               compatible = "arm,cci-400";
+               reg = <0 0x2c090000 0 0x1000>;
+
+               // ToDo: Add slave port descriptions
+       };
+
        pmu {
                compatible = "arm,armv8-pmuv3";
                interrupts = <0 18 4>,