linux/linux-5.4.31/Documentation/devicetree/bindings/power/reset/st-reset.txt

12 lines
270 B
Plaintext
Raw Normal View History

2024-01-30 10:43:28 +00:00
*Device-Tree bindings for ST SW reset functionality
Required properties:
- compatible: should be "stih407-restart".
- st,syscfg: should be a phandle of the syscfg node.
Example node:
restart {
compatible = "st,stih407-restart";
st,syscfg = <&syscfg_sbc_reg>;
};