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>
};
};
+ cci {
+ compatible = "arm,cci-400";
+ reg = <0 0x2c090000 0 0x1000>;
+
+ // ToDo: Add slave port descriptions
+ };
+
pmu {
compatible = "arm,armv8-pmuv3";
interrupts = <0 18 4>,