You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
619 B
30 lines
619 B
/* |
|
* Copyright (c) 2023 The ZMK Contributors |
|
* SPDX-License-Identifier: MIT |
|
*/ |
|
|
|
&pinctrl { |
|
spi3_default: spi3_default { |
|
group1 { |
|
psels = <NRF_PSEL(SPIM_MOSI, 0, 20)>; |
|
}; |
|
}; |
|
|
|
spi3_sleep: spi3_sleep { |
|
group1 { |
|
psels = <NRF_PSEL(SPIM_MOSI, 0, 20)>; |
|
low-power-enable; |
|
}; |
|
}; |
|
pwm0_default: pwm0_default { |
|
group1 { |
|
psels = <NRF_PSEL(PWM_OUT0, 0, 17)>; |
|
}; |
|
}; |
|
pwm0_sleep: pwm0_sleep { |
|
group1 { |
|
psels = <NRF_PSEL(PWM_OUT0, 0, 17)>; |
|
low-power-enable; |
|
}; |
|
}; |
|
}; |