1 # SPDX-License-Identifier: GPL-2.0-only OR BSD 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/watchdog/re 4 $id: http://devicetree.org/schemas/watchdog/realtek,rtd1295-watchdog.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Realtek RTD1295 Watchdog 7 title: Realtek RTD1295 Watchdog 8 8 9 maintainers: 9 maintainers: 10 - Andreas Färber <afaerber@suse.de> 10 - Andreas Färber <afaerber@suse.de> 11 11 12 allOf: 12 allOf: 13 - $ref: watchdog.yaml# 13 - $ref: watchdog.yaml# 14 14 15 properties: 15 properties: 16 compatible: 16 compatible: 17 const: realtek,rtd1295-watchdog 17 const: realtek,rtd1295-watchdog 18 18 19 reg: 19 reg: 20 maxItems: 1 20 maxItems: 1 21 21 22 clocks: 22 clocks: 23 maxItems: 1 23 maxItems: 1 24 24 25 required: 25 required: 26 - compatible 26 - compatible 27 - reg 27 - reg 28 - clocks 28 - clocks 29 29 30 unevaluatedProperties: false 30 unevaluatedProperties: false 31 31 32 examples: 32 examples: 33 - | 33 - | 34 watchdog@98007680 { 34 watchdog@98007680 { 35 compatible = "realtek,rtd1295-watchdog 35 compatible = "realtek,rtd1295-watchdog"; 36 reg = <0x98007680 0x100>; 36 reg = <0x98007680 0x100>; 37 clocks = <&osc27M>; 37 clocks = <&osc27M>; 38 }; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.