Skip to content

Commit 8b55c7b

Browse files
khoatranyjduynguyenxa
authored andcommitted
dts: bindings: renesas: Add battery backup node bindings for
Renesas RA family Add dts bindings for the battery backup (VBAT) node used on the Renesas RA family. Signed-off-by: Khoa Tran <[email protected]>
1 parent 8624d7f commit 8b55c7b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
description: Renesas RA battery backup domain
2+
3+
compatible: "renesas,ra-battery-backup"
4+
5+
include: base.yaml
6+
7+
properties:
8+
reg:
9+
required: true
10+
11+
reg-names:
12+
required: true
13+
14+
switch-threshold:
15+
type: string
16+
enum:
17+
- "2.80V"
18+
- "2.53V"
19+
- "2.10V"
20+
- "1.95V"
21+
- "1.85V"
22+
- "1.75V"
23+
description: |
24+
VBATT detection threshold (VDETLVL). Below this threshold,
25+
battery backup domain will change from VCC to VBATT. Here is
26+
an example of configuring it:
27+
28+
&battery_backup {
29+
switch-threshold = "2.10V";
30+
status = "okay";
31+
};
32+
33+
manual-configure:
34+
type: boolean
35+
description: |
36+
Battery backup need to configure to use.
37+
For those do not have this property, hardware
38+
is automatically switch.

0 commit comments

Comments
 (0)