refactor(boards): Move to pinctrl.
This commit is contained in:
parent
518f9a550f
commit
1493620bf7
89 changed files with 1981 additions and 376 deletions
12
app/boards/arm/nice60/nice60-pinctrl.dtsi
Normal file
12
app/boards/arm/nice60/nice60-pinctrl.dtsi
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2022 The ZMK Contributors
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
&pinctrl {
|
||||
spi0_default: spi0_default {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue