Commit b8ccf02a authored by Eric Anholt's avatar Eric Anholt Committed by Florian Fainelli
Browse files

ARM: dts: bcm283x: Add the PMU to the devicetree.



This only probes on arm64 so far, but hopefully that driver will be
generalized soon.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent e9af481c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -17,6 +17,12 @@ local_intc: local_intc@40000000 {
		};
	};

	arm-pmu {
		compatible = "arm,cortex-a53-pmu";
		interrupt-parent = <&local_intc>;
		interrupts = <9 IRQ_TYPE_LEVEL_HIGH>;
	};

	timer {
		compatible = "arm,armv7-timer";
		interrupt-parent = <&local_intc>;