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/st,m48t 4 $id: http://devicetree.org/schemas/rtc/st,m48t86.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: ST M48T86 / Dallas DS12887 RTC with SRA 7 title: ST M48T86 / Dallas DS12887 RTC with SRAM 8 8 9 maintainers: 9 maintainers: 10 - Alexandre Belloni <alexandre.belloni@bootli 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 11 11 12 allOf: 12 allOf: 13 - $ref: rtc.yaml 13 - $ref: rtc.yaml 14 14 15 properties: 15 properties: 16 compatible: 16 compatible: 17 enum: 17 enum: 18 - st,m48t86 18 - st,m48t86 19 19 20 reg: 20 reg: 21 items: 21 items: 22 - description: index register 22 - description: index register 23 - description: data register 23 - description: data register 24 24 25 required: 25 required: 26 - compatible 26 - compatible 27 - reg 27 - reg 28 28 29 unevaluatedProperties: false 29 unevaluatedProperties: false 30 30 31 examples: 31 examples: 32 - | 32 - | 33 rtc@10800000 { 33 rtc@10800000 { 34 compatible = "st,m48t86"; 34 compatible = "st,m48t86"; 35 reg = <0x10800000 0x1>, <0x11700000 0x1> 35 reg = <0x10800000 0x1>, <0x11700000 0x1>; 36 }; 36 }; 37 37 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.