Message ID | 1387316473-3250-5-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 4c8028513133..42b9810e96c1 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -136,6 +136,16 @@ marvell,#interrupts = <5>; }; + pmu: pmu@d0000 { + compatible = "marvell,dove-pmu"; + reg = <0xd0000 0x0700>, + <0xd8000 0x0140>; + clocks = <&core_clk 1>, <&core_clk 3>; + clock-names = "cpu", "ddr"; + interrupt-parent = <&pmu_intc>; + interrupts = <0>; + }; + pmu_intc: pmu-interrupt-ctrl@d0050 { compatible = "marvell,dove-pmu-intc"; interrupt-controller;