M7350/kernel/Documentation/devicetree/bindings/power/reset/st-reset.txt
2024-09-09 08:57:42 +00:00

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>;
};