st-reset.txt 268 B

1234567891011
  1. *Device-Tree bindings for ST SW reset functionality
  2. Required properties:
  3. - compatible: should be "st,<chip>-restart".
  4. - st,syscfg: should be a phandle of the syscfg node.
  5. Example node:
  6. restart {
  7. compatible = "st,stih416-restart";
  8. st,syscfg = <&syscfg_sbc>;
  9. };