st-reset.txt 270 B

1234567891011
  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. };