uniphier-wdt.txt 400 B

1234567891011121314151617181920
  1. UniPhier watchdog timer controller
  2. This UniPhier watchdog timer controller must be under sysctrl node.
  3. Required properties:
  4. - compatible: should be "socionext,uniphier-wdt"
  5. Example:
  6. sysctrl@61840000 {
  7. compatible = "socionext,uniphier-ld11-sysctrl",
  8. "simple-mfd", "syscon";
  9. reg = <0x61840000 0x4000>;
  10. watchdog {
  11. compatible = "socionext,uniphier-wdt";
  12. }
  13. other nodes ...
  14. };