1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2024 Ambiq Micro 3 4description: AMBIQ RTC 5 6compatible: "ambiq,rtc" 7 8include: rtc-device.yaml 9 10properties: 11 reg: 12 required: true 13 clock: 14 type: string 15 default: "XTAL" 16 enum: 17 - "XTAL" 18 - "LFRC" 19