Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
*Device-Tree bindings for ST SW reset functionality
|
|
|
|
Required properties:
|
|
- compatible: should be "st,<chip>-restart".
|
|
- st,syscfg: should be a phandle of the syscfg node.
|
|
|
|
Example node:
|
|
restart {
|
|
compatible = "st,stih416-restart";
|
|
st,syscfg = <&syscfg_sbc>;
|
|
};
|