axxia-reset.txt 444 B

1234567891011121314151617181920
  1. Axxia Restart Driver
  2. This driver can do reset of the Axxia SoC. It uses the registers in the syscon
  3. block to initiate a chip reset.
  4. Required Properties:
  5. -compatible: "lsi,axm55xx-reset"
  6. -syscon: phandle to the syscon node.
  7. Example:
  8. syscon: syscon@2010030000 {
  9. compatible = "lsi,axxia-syscon", "syscon";
  10. reg = <0x20 0x10030000 0 0x2000>;
  11. };
  12. reset: reset@2010031000 {
  13. compatible = "lsi,axm55xx-reset";
  14. syscon = <&syscon>;
  15. };