Commit 49bdf58e authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Shawn Guo

ARM: dts: i.MX53: add pmu node

The i.MX53 has a Cortex-A8 Performance Monitor Unit.

Add it to the dtsi.
Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 7881fb3f
...@@ -747,5 +747,10 @@ ocram: sram@f8000000 { ...@@ -747,5 +747,10 @@ ocram: sram@f8000000 {
reg = <0xf8000000 0x20000>; reg = <0xf8000000 0x20000>;
clocks = <&clks IMX5_CLK_OCRAM>; clocks = <&clks IMX5_CLK_OCRAM>;
}; };
pmu {
compatible = "arm,cortex-a8-pmu";
interrupts = <77>;
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment