File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright 2025 Nordic Semiconductor
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ description : Nordic NRFS SWEXT power domain
5
+
6
+ compatible : " nordic,nrfs-swext"
7
+
8
+ include : power-domain.yaml
9
+
10
+ properties :
11
+ " #power-domain-cells " :
12
+ const : 0
13
+
14
+ max-current-ua :
15
+ type : int
16
+ description : Maxmimum supported current in microamps.
17
+ required : true
18
+
19
+ current-limit-ua :
20
+ type : int
21
+ description : Maxmimum allowed current in microamps.
22
+ required : true
23
+
24
+ power-down-clamp :
25
+ type : boolean
26
+ description : Enable ground clamp on output when powered down.
Original file line number Diff line number Diff line change 215
215
#power-domain-cells = <1>;
216
216
};
217
217
218
+ swext: swext {
219
+ compatible = "nordic,nrfs-swext";
220
+ max-current-ua = <65535>;
221
+ current-limit-ua = <65535>;
222
+ zephyr,pm-device-runtime-auto;
223
+ #power-domain-cells = <0>;
224
+ };
225
+
218
226
soc {
219
227
#address-cells = <1>;
220
228
#size-cells = <1>;
You can’t perform that action at this time.
0 commit comments