Commit 6fb2de9d authored by Linus Walleij's avatar Linus Walleij

ARM: dts: add PMU to the NHK15 device tree

The so-called Nomadik Power Mangament Unit is actually a set
of some power management registers and some miscellaneous
system control stuff like muxing of entire hardware units.
Add this as a system controller.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6f101946
......@@ -168,6 +168,12 @@ i2c1_default_cfg {
};
};
/* Power Management Unit */
pmu: pmu@101e9000 {
compatible = "stericsson,nomadik-pmu", "syscon";
reg = <0x101e0000 0x1000>;
};
src: src@101e0000 {
compatible = "stericsson,nomadik-src";
reg = <0x101e0000 0x1000>;
......
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