dtb: amd: Add PERF CCN-504 device tree node

Add PERF CCN-504 device tree node.

Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Suravee Suthikulpanit 2016-02-08 11:59:13 -06:00 committed by Olof Johansson
parent ce00c22fc1
commit fb8d5e0983
1 changed files with 7 additions and 0 deletions

View File

@ -229,5 +229,12 @@
/* 64-bit MMIO (size= 124G) */
<0x03000000 0x01 0x00000000 0x01 0x00000000 0x7f 0x00000000>;
};
/* Perf CCN504 PMU */
ccn: ccn@0xe8000000 {
compatible = "arm,ccn-504";
reg = <0x0 0xe8000000 0 0x1000000>;
interrupts = <0 380 4>;
};
};
};