marvel.txt 238 B

1234567891011121314
  1. * Marvell Orion Watchdog Time
  2. Required Properties:
  3. - Compatibility : "marvell,orion-wdt"
  4. - reg : Address of the timer registers
  5. Example:
  6. wdt@20300 {
  7. compatible = "marvell,orion-wdt";
  8. reg = <0x20300 0x28>;
  9. status = "okay";
  10. };