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