File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments