summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/power/reset/st-reset.txt
blob: 809af54f02f35c79bb98fe0a9f0b9c66247a8ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
*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>;
	};