ARM: STi: STiH407: Add Restart support for STiH407
Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
parent
bc7dbcd08e
commit
48f3fe6b1e
|
@ -65,6 +65,12 @@ soc {
|
|||
ranges;
|
||||
compatible = "simple-bus";
|
||||
|
||||
restart {
|
||||
compatible = "st,stih407-restart";
|
||||
st,syscfg = <&syscfg_sbc_reg>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
powerdown: powerdown-controller {
|
||||
compatible = "st,stih407-powerdown";
|
||||
#reset-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue