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

Commit 6797cdbe authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Benoit Cousson
Browse files

ARM: dts: AM33XX: Add PMU support



ARM Performance Monitor Units are available on the am33xx,
add the support in the dtsi.

Tested with perf and oprofile on a regular beaglebone.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 78132036
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@
		};
	};

	pmu {
		compatible = "arm,cortex-a8-pmu";
		interrupts = <3>;
	};

	/*
	 * The soc node represents the soc top level view. It is uses for IPs
	 * that are not memory mapped in the MPU view or for the MPU itself.