File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-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 252252 };
253253 };
254254
255+ swext: swext {
256+ compatible = "nordic,nrfs-swext";
257+ status = "disabled";
258+ max-current-ua = <7500>;
259+ current-limit-ua = <7500>;
260+ zephyr,pm-device-runtime-auto;
261+ #power-domain-cells = <0>;
262+ };
263+
255264 soc {
256265 #address-cells = <1>;
257266 #size-cells = <1>;
You can’t perform that action at this time.
0 commit comments