drm/bridge: Fix assignment of the of_node of the parent to aux bridge
[drm/drm-misc.git] / Documentation / devicetree / bindings / watchdog / realtek,rtd1295-watchdog.yaml
blob2a0ea1696317c63d3bad63c1a8cd257c7c21a577
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/watchdog/realtek,rtd1295-watchdog.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Realtek RTD1295 Watchdog
9 maintainers:
10   - Andreas Färber <afaerber@suse.de>
12 allOf:
13   - $ref: watchdog.yaml#
15 properties:
16   compatible:
17     const: realtek,rtd1295-watchdog
19   reg:
20     maxItems: 1
22   clocks:
23     maxItems: 1
25 required:
26   - compatible
27   - reg
28   - clocks
30 unevaluatedProperties: false
32 examples:
33   - |
34     watchdog@98007680 {
35         compatible = "realtek,rtd1295-watchdog";
36         reg = <0x98007680 0x100>;
37         clocks = <&osc27M>;
38     };