This commit is contained in:
Alexander Krikun 2024-09-02 21:27:54 +02:00 committed by GitHub
commit 3c6f4f6e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -9,4 +9,11 @@
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>; psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
}; };
}; };
spi3_sleep: spi3_sleep {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
low-power-enable;
};
};
}; };

View file

@ -110,7 +110,8 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,5) R
compatible = "nordic,nrf-spim"; compatible = "nordic,nrf-spim";
pinctrl-0 = <&spi3_default>; pinctrl-0 = <&spi3_default>;
pinctrl-names = "default"; pinctrl-1 = <&spi3_sleep>;
pinctrl-names = "default", "sleep";
status = "okay"; status = "okay";
led_strip: ws2812@0 { led_strip: ws2812@0 {