^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) Lantiq WTD watchdog binding
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) ============================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) This describes the binding of the Lantiq watchdog driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) -------------------------------------------------------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) - compatible : Should be one of
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) "lantiq,wdt"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) "lantiq,xrx100-wdt"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) "lantiq,xrx200-wdt", "lantiq,xrx100-wdt"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) "lantiq,falcon-wdt"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - reg : Address of the watchdog block
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) - lantiq,rcu : A phandle to the RCU syscon (required for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) "lantiq,falcon-wdt" and "lantiq,xrx100-wdt")
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) -------------------------------------------------------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Example for the watchdog on the xRX200 SoCs:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) watchdog@803f0 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) compatible = "lantiq,xrx200-wdt", "lantiq,xrx100-wdt";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) reg = <0x803f0 0x10>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) lantiq,rcu = <&rcu0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) };