From: Dave Martin Date: Fri, 23 May 2014 14:51:47 +0000 (+0100) Subject: juno: Add stub device tree node for CCI-400 X-Git-Tag: submit/tizen/20141203.153721~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa40a1be1f25f79d6759bfbe66a0fe8b75375e9;p=platform%2Fkernel%2Flinux-arm64.git juno: Add stub device tree node for CCI-400 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 --- diff --git a/arch/arm64/boot/dts/juno.dts b/arch/arm64/boot/dts/juno.dts index 95456f99299..001edb792b4 100644 --- a/arch/arm64/boot/dts/juno.dts +++ b/arch/arm64/boot/dts/juno.dts @@ -184,6 +184,13 @@ }; }; + cci { + compatible = "arm,cci-400"; + reg = <0 0x2c090000 0 0x1000>; + + // ToDo: Add slave port descriptions + }; + pmu { compatible = "arm,armv8-pmuv3"; interrupts = <0 18 4>,