st-reset.txt 289 B

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