Skip to content

Commit 203e45a

Browse files
[nrf fromlist] dts: bindings: introduce nordic,nrfs-swext
Introduce nordic NRFS SWEXT power domain bindings and add it to relevant SoC devicetree files. Upstream PR #: 93880 Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 7c54c1b commit 203e45a

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,15 @@
246246
};
247247
};
248248

249+
swext: swext {
250+
compatible = "nordic,nrfs-swext";
251+
status = "disabled";
252+
max-current-ua = <7500>;
253+
current-limit-ua = <7500>;
254+
zephyr,pm-device-runtime-auto;
255+
#power-domain-cells = <0>;
256+
};
257+
249258
soc {
250259
#address-cells = <1>;
251260
#size-cells = <1>;

0 commit comments

Comments
 (0)