diff options
author | Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | 2016-02-08 11:59:13 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-02-08 13:38:20 -0800 |
commit | fb8d5e09832fdb2a7c1a62f6f7a550aeffa2fb1c (patch) | |
tree | e11dca3e0f3453032f0af2a5c9c7fb31632e5182 /arch/arm64/boot/dts/amd | |
parent | ce00c22fc1d32d43c12d10ec372b043e056527d9 (diff) |
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>
Diffstat (limited to 'arch/arm64/boot/dts/amd')
-rw-r--r-- | arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index ba455d12971d..c5461b2bd162 100644 --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi @@ -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>; + }; }; }; |