Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | Realtek RTD1295 Watchdog |
2 | ======================== | ||||
3 | |||||
4 | Required properties: | ||||
5 | |||||
6 | - compatible : Should be "realtek,rtd1295-watchdog" | ||||
7 | - reg : Specifies the physical base address and size of registers | ||||
8 | - clocks : Specifies one clock input | ||||
9 | |||||
10 | |||||
11 | Example: | ||||
12 | |||||
13 | watchdog@98007680 { | ||||
14 | compatible = "realtek,rtd1295-watchdog"; | ||||
15 | reg = <0x98007680 0x100>; | ||||
16 | clocks = <&osc27M>; | ||||
17 | }; |