forked from kofal.net/zmk
fix(boards): Move nice!60 to SPI3 for underglow
* Move to SPI3 for underglow peripheral, needed after the move to pinctrl.
This commit is contained in:
committed by
Nick Winans
parent
5c6f21b0e0
commit
9a73650041
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
spi0_default: spi0_default {
|
spi3_default: spi3_default {
|
||||||
group1 {
|
group1 {
|
||||||
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
|
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -109,10 +109,10 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,5) R
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&spi0 {
|
&spi3 {
|
||||||
compatible = "nordic,nrf-spim";
|
compatible = "nordic,nrf-spim";
|
||||||
/* Cannot be used together with i2c0. */
|
|
||||||
pinctrl-0 = <&spi0_default>;
|
pinctrl-0 = <&spi3_default>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user