Skip to content

Commit

Permalink
boards: shields: pca63566: Enable runtime PM for i2c and spi nodes
Browse files Browse the repository at this point in the history
Add property to enable runtime PM for i2c and spi used for controlling
the sensor.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and nordic-piks committed Jan 13, 2025
1 parent 4408403 commit 6dd7041
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
pinctrl-1 = <&i2c130_sleep>;
pinctrl-names = "default", "sleep";
zephyr,concat-buf-size = <255>;
zephyr,pm-device-runtime-auto;

bme688: bme688@76 {
compatible = "bosch,bme680";
Expand Down Expand Up @@ -82,6 +83,7 @@
pinctrl-1 = <&spi131_sleep>;
pinctrl-names = "default", "sleep";
overrun-character = <0x00>;
zephyr,pm-device-runtime-auto;
cs-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>,
<&gpio1 2 GPIO_ACTIVE_LOW>;

Expand Down

0 comments on commit 6dd7041

Please sign in to comment.