blinky works on mellifera
Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 26s
Documentation / build (push) Failing after 8s
Documentation / deploy (push) Has been skipped
Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 26s
Documentation / build (push) Failing after 8s
Documentation / deploy (push) Has been skipped
This commit is contained in:
43
boards/bh/mellifera_rev1/mellifera_rev1-pinctrl.dtsi
Normal file
43
boards/bh/mellifera_rev1/mellifera_rev1-pinctrl.dtsi
Normal file
@ -0,0 +1,43 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&pinctrl {
|
||||
// uart0_default: uart0_default {
|
||||
// group1 {
|
||||
// psels = <NRF_PSEL(UART_TX, 0, 6)>,
|
||||
// <NRF_PSEL(UART_RX, 0, 8)>,
|
||||
// <NRF_PSEL(UART_RTS, 0, 5)>,
|
||||
// <NRF_PSEL(UART_CTS, 0, 7)>;
|
||||
// };
|
||||
// };
|
||||
|
||||
// uart0_sleep: uart0_sleep {
|
||||
// group1 {
|
||||
// psels = <NRF_PSEL(UART_TX, 0, 6)>,
|
||||
// <NRF_PSEL(UART_RX, 0, 8)>,
|
||||
// <NRF_PSEL(UART_RTS, 0, 5)>,
|
||||
// <NRF_PSEL(UART_CTS, 0, 7)>;
|
||||
// low-power-enable;
|
||||
// };
|
||||
// };
|
||||
|
||||
|
||||
uart0_default: uart0_default {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(UART_TX, 0, 5)>,
|
||||
<NRF_PSEL(UART_RX, 0, 11)>;
|
||||
};
|
||||
};
|
||||
|
||||
uart0_sleep: uart0_sleep {
|
||||
group1 {
|
||||
psels = <NRF_PSEL(UART_TX, 0, 5)>,
|
||||
<NRF_PSEL(UART_RX, 0, 11)>;
|
||||
low-power-enable;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
};
|
Reference in New Issue
Block a user