Skip to content

Commit a25f350

Browse files
committed
[nrf fromtree] dts: nordic: nrf54h20: define global power domain
Add the global power domain entry. This domain is not memory-mapped but controlled using NRFS services. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit a56a170)
1 parent e345f17 commit a25f350

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@
197197
};
198198
};
199199

200+
gpd: global-power-domain {
201+
compatible = "nordic,nrf-gpd";
202+
#power-domain-cells = <1>;
203+
};
204+
200205
soc {
201206
#address-cells = <1>;
202207
#size-cells = <1>;

0 commit comments

Comments
 (0)