mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-06 08:18:05 -04:00
11 lines
268 B
Text
11 lines
268 B
Text
*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>;
|
|
};
|