armada-cpu-reset.txt 363 B

1234567891011121314
  1. Marvell Armada CPU reset controller
  2. ===================================
  3. Required properties:
  4. - compatible: Should be "marvell,armada-370-cpu-reset".
  5. - reg: should be register base and length as documented in the
  6. datasheet for the CPU reset registers
  7. cpurst: cpurst@20800 {
  8. compatible = "marvell,armada-370-cpu-reset";
  9. reg = <0x20800 0x20>;
  10. };