Skip to content

Commit 6dd7041

Browse files
nordic-krchnordic-piks
authored andcommitted
boards: shields: pca63566: Enable runtime PM for i2c and spi nodes
Add property to enable runtime PM for i2c and spi used for controlling the sensor. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent 4408403 commit 6dd7041

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/shields/pca63566/boards/nrf54h20dk_nrf54h20_common.dtsi

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
pinctrl-1 = <&i2c130_sleep>;
5656
pinctrl-names = "default", "sleep";
5757
zephyr,concat-buf-size = <255>;
58+
zephyr,pm-device-runtime-auto;
5859

5960
bme688: bme688@76 {
6061
compatible = "bosch,bme680";
@@ -82,6 +83,7 @@
8283
pinctrl-1 = <&spi131_sleep>;
8384
pinctrl-names = "default", "sleep";
8485
overrun-character = <0x00>;
86+
zephyr,pm-device-runtime-auto;
8587
cs-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>,
8688
<&gpio1 2 GPIO_ACTIVE_LOW>;
8789

0 commit comments

Comments
 (0)