Skip to content

Commit 244df6d

Browse files
dts: bindings: nordic: add nordic,nrfs-swext
Add nordic,nrfs-swext binding and nodes to devicetree sources and bindings. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
1 parent 2bb7fcc commit 244df6d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

dts/vendor/nordic/nrf54h20.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@
215215
#power-domain-cells = <1>;
216216
};
217217

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+
218226
soc {
219227
#address-cells = <1>;
220228
#size-cells = <1>;

0 commit comments

Comments
 (0)