Skip to content

Commit a56a170

Browse files
gmarullmmahadevan108
authored andcommitted
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]>
1 parent f3d29d6 commit a56a170

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
@@ -194,6 +194,11 @@
194194
};
195195
};
196196

197+
gpd: global-power-domain {
198+
compatible = "nordic,nrf-gpd";
199+
#power-domain-cells = <1>;
200+
};
201+
197202
soc {
198203
#address-cells = <1>;
199204
#size-cells = <1>;

0 commit comments

Comments
 (0)