ocelot-reset.txt 472 B

12345678910111213141516171819
  1. Microsemi Ocelot reset controller
  2. The DEVCPU_GCB:CHIP_REGS have a SOFT_RST register that can be used to reset the
  3. SoC core.
  4. The reset registers are both present in the MSCC vcoreiii MIPS and
  5. microchip Sparx5 armv8 SoC's.
  6. Required Properties:
  7. - compatible: "mscc,ocelot-chip-reset", "mscc,luton-chip-reset",
  8. "mscc,jaguar2-chip-reset" or "microchip,sparx5-chip-reset"
  9. Example:
  10. reset@1070008 {
  11. compatible = "mscc,ocelot-chip-reset";
  12. reg = <0x1070008 0x4>;
  13. };