Skip to content

Commit 8f2413f

Browse files
RichardSWheatleyfabiobaltieri
authored andcommitted
dts: bindings: rtc: add ambiq rtc
Add Ambiq rtc binding Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
1 parent 5f70958 commit 8f2413f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

dts/bindings/rtc/ambiq,rtc.yaml

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

0 commit comments

Comments
 (0)