We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d18c7e commit 25ebec2Copy full SHA for 25ebec2
dts/bindings/counter/adi,max32-rtc-counter.yaml
@@ -7,3 +7,18 @@ description: ADI MAX32 compatible Counter RTC
7
compatible: "adi,max32-rtc-counter"
8
9
include: [base.yaml]
10
+
11
+properties:
12
+ reg:
13
+ required: true
14
15
+ clock-source:
16
+ type: int
17
+ enum: [4, 5]
18
+ description: |
19
+ Clock source to be used by the RTC peripheral. The following options
20
+ are available:
21
+ - 4: "ADI_MAX32_PRPH_CLK_SRC_ERTCO" External Real-Time Clock Oscillator
22
+ - 5: "ADI_MAX32_PRPH_CLK_SRC_INRO" Internal Ring Oscillator
23
+ The target device might not support all option please take a look on
24
+ target device user guide
0 commit comments