zmk/app/boards/arm/nice60/nice60-pinctrl.dtsi
2023-04-05 22:55:38 -07:00

13 lines
188 B
Plaintext

/*
* Copyright (c) 2022 The ZMK Contributors
* SPDX-License-Identifier: MIT
*/
&pinctrl {
spi0_default: spi0_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 27)>;
};
};
};