Merge 0730b19dee
into 0f972f1cc3
This commit is contained in:
commit
3c6f4f6e6c
2 changed files with 9 additions and 1 deletions
|
@ -9,4 +9,11 @@
|
|||
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
|
||||
};
|
||||
};
|
||||
|
||||
spi3_sleep: spi3_sleep {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
|
||||
low-power-enable;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -110,7 +110,8 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,5) R
|
|||
compatible = "nordic,nrf-spim";
|
||||
|
||||
pinctrl-0 = <&spi3_default>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-1 = <&spi3_sleep>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
status = "okay";
|
||||
|
||||
led_strip: ws2812@0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue