meson6-wdt.txt 262 B

12345678910111213
  1. Meson SoCs Watchdog timer
  2. Required properties:
  3. - compatible : should be "amlogic,meson6-wdt"
  4. - reg : Specifies base physical address and size of the registers.
  5. Example:
  6. wdt: watchdog@c1109900 {
  7. compatible = "amlogic,meson6-wdt";
  8. reg = <0xc1109900 0x8>;
  9. };