summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2014-07-22 18:32:59 +0100
committerArnd Bergmann <arnd@arndb.de>2014-07-23 22:14:43 +0200
commita33b0daab73a0e08cc04459dd44b0121a8e8f81b (patch)
treee7c432add19822871a057313264825c85e9cdf80 /Documentation/devicetree/bindings/arm
parent779ae55bd8ee63f2ba35a0ec15f033e512e706ee (diff)
downloadop-kernel-dev-a33b0daab73a0e08cc04459dd44b0121a8e8f81b.zip
op-kernel-dev-a33b0daab73a0e08cc04459dd44b0121a8e8f81b.tar.gz
bus: ARM CCN PMU driver
Driver providing perf backend for ARM Cache Coherent Network interconnect. Supports counting all hardware events and crosspoint watchpoints. Currently works with CCN-504 only, although there should be no changes required for CCN-508 (just impossible to test it now). Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r--Documentation/devicetree/bindings/arm/ccn.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ccn.txt b/Documentation/devicetree/bindings/arm/ccn.txt
new file mode 100644
index 0000000..b100d38
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/ccn.txt
@@ -0,0 +1,21 @@
+* ARM CCN (Cache Coherent Network)
+
+Required properties:
+
+- compatible: (standard compatible string) should be one of:
+ "arm,ccn-504"
+ "arm,ccn-508"
+
+- reg: (standard registers property) physical address and size
+ (16MB) of the configuration registers block
+
+- interrupts: (standard interrupt property) single interrupt
+ generated by the control block
+
+Example:
+
+ ccn@0x2000000000 {
+ compatible = "arm,ccn-504";
+ reg = <0x20 0x00000000 0 0x1000000>;
+ interrupts = <0 181 4>;
+ };
OpenPOWER on IntegriCloud