]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.yaml
Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watchdog
[thirdparty/linux.git] / Documentation / devicetree / bindings / watchdog / st,stm32-iwdg.yaml
index 2cb1a2ed0f7b7a1d0fa4b33e0347d3468c968dee..6b13bfc11e114d39770d1dd29c2d41ebed8a8de6 100644 (file)
@@ -48,11 +48,11 @@ examples:
   - |
     #include <dt-bindings/clock/stm32mp1-clks.h>
     watchdog@5a002000 {
-      compatible = "st,stm32mp1-iwdg";
-      reg = <0x5a002000 0x400>;
-      clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
-      clock-names = "pclk", "lsi";
-      timeout-sec = <32>;
+        compatible = "st,stm32mp1-iwdg";
+        reg = <0x5a002000 0x400>;
+        clocks = <&rcc IWDG2>, <&rcc CK_LSI>;
+        clock-names = "pclk", "lsi";
+        timeout-sec = <32>;
     };
 
 ...