Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb8d5e09 authored by Suravee Suthikulpanit's avatar Suravee Suthikulpanit Committed by Olof Johansson
Browse files

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



Add PERF CCN-504 device tree node.

Signed-off-by: default avatarSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent ce00c22f
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -229,5 +229,12 @@
				/* 64-bit MMIO (size= 124G) */
				/* 64-bit MMIO (size= 124G) */
				<0x03000000 0x01 0x00000000 0x01 0x00000000 0x7f 0x00000000>;
				<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>;
		};
	};
	};
};
};