Commit 62e4feed authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren

ARM: dts: dra7: Add dt node for the syscon control module wkup

Create a system control module node for the control module portion that
resides under l4_wkup.
Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2af84bdd
......@@ -233,6 +233,11 @@ prm_clocks: clocks {
prm_clockdomains: clockdomains {
};
};
scm_wkup: scm_conf@c000 {
compatible = "syscon";
reg = <0xc000 0x1000>;
};
};
axi@0 {
......
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