meson-gxbb-wdt.txt 405 B

1234567891011121314151617
  1. Meson GXBB SoCs Watchdog timer
  2. Required properties:
  3. - compatible : should be "amlogic,meson-gxbb-wdt"
  4. - reg : Specifies base physical address and size of the registers.
  5. - clocks : Should be a phandle to the Watchdog clock source, for GXBB the xtal
  6. is the default clock source.
  7. Example:
  8. wdt: watchdog@98d0 {
  9. compatible = "amlogic,meson-gxbb-wdt";
  10. reg = <0 0x98d0 0x0 0x10>;
  11. clocks = <&xtal>;
  12. };