zmk/app/boards/arm/nice60/nice60-pinctrl.dtsi

13 lines
188 B
Plaintext
Raw Normal View History

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