marvel.txt 340 B

12345678910111213141516171819
  1. * Marvell Orion Watchdog Time
  2. Required Properties:
  3. - Compatibility : "marvell,orion-wdt"
  4. - reg : Address of the timer registers
  5. Optional properties:
  6. - timeout-sec : Contains the watchdog timeout in seconds
  7. Example:
  8. wdt@20300 {
  9. compatible = "marvell,orion-wdt";
  10. reg = <0x20300 0x28>;
  11. timeout-sec = <10>;
  12. status = "okay";
  13. };