1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 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/rtc/cirrus, 4 $id: http://devicetree.org/schemas/rtc/cirrus,ep9301-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Cirrus EP93xx Real Time Clock controlle 7 title: Cirrus EP93xx Real Time Clock controller 8 8 9 maintainers: 9 maintainers: 10 - Hartley Sweeten <hsweeten@visionengravers.c 10 - Hartley Sweeten <hsweeten@visionengravers.com> 11 - Alexander Sverdlin <alexander.sverdlin@gmai 11 - Alexander Sverdlin <alexander.sverdlin@gmail.com> 12 12 13 allOf: 13 allOf: 14 - $ref: rtc.yaml# 14 - $ref: rtc.yaml# 15 15 16 properties: 16 properties: 17 compatible: 17 compatible: 18 oneOf: 18 oneOf: 19 - const: cirrus,ep9301-rtc 19 - const: cirrus,ep9301-rtc 20 - items: 20 - items: 21 - enum: 21 - enum: 22 - cirrus,ep9302-rtc 22 - cirrus,ep9302-rtc 23 - cirrus,ep9307-rtc 23 - cirrus,ep9307-rtc 24 - cirrus,ep9312-rtc 24 - cirrus,ep9312-rtc 25 - cirrus,ep9315-rtc 25 - cirrus,ep9315-rtc 26 - const: cirrus,ep9301-rtc 26 - const: cirrus,ep9301-rtc 27 27 28 reg: 28 reg: 29 maxItems: 1 29 maxItems: 1 30 30 31 required: 31 required: 32 - compatible 32 - compatible 33 - reg 33 - reg 34 34 35 unevaluatedProperties: false 35 unevaluatedProperties: false 36 36 37 examples: 37 examples: 38 - | 38 - | 39 rtc@80920000 { 39 rtc@80920000 { 40 compatible = "cirrus,ep9301-rtc"; 40 compatible = "cirrus,ep9301-rtc"; 41 reg = <0x80920000 0x100>; 41 reg = <0x80920000 0x100>; 42 }; 42 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.