ocelot-reset.txt 290 B

1234567891011121314
  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 MIPS core.
  4. Required Properties:
  5. - compatible: "mscc,ocelot-chip-reset"
  6. Example:
  7. reset@1070008 {
  8. compatible = "mscc,ocelot-chip-reset";
  9. reg = <0x1070008 0x4>;
  10. };