Files
hci_uart_beacon/bl54l15_radio0_radio1.overlay
2026-02-24 14:21:41 +01:00

52 lines
930 B
Plaintext

&lfxo {
status = "okay";
clock-frequency = <32768>;
load-capacitors = "internal";
load-capacitance-femtofarad = <7000>;
};
&uart20 {
compatible = "nordic,nrf-uarte";
status = "okay";
current-speed = <1000000>;
hw-flow-control;
};
&pinctrl {
uart20_default: uart20_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 6)>,
<NRF_PSEL(UART_RTS, 1, 7)>;
};
group2 {
psels = <NRF_PSEL(UART_RX, 1, 4)>,
<NRF_PSEL(UART_CTS, 1, 5)>;
bias-pull-up;
};
};
uart20_sleep: uart20_sleep {
group1 {
psels = <NRF_PSEL(UART_TX, 1, 6)>,
<NRF_PSEL(UART_RX, 1, 4)>,
<NRF_PSEL(UART_RTS, 1, 7)>,
<NRF_PSEL(UART_CTS, 1, 5)>;
low-power-enable;
};
};
};
/ {
chosen {
zephyr,console = &uart20;
zephyr,shell-uart = &uart20;
//zephyr,uart-mcumgr = &uart0;
//zephyr,bt-mon-uart = &uart0;
//zephyr,bt-c2h-uart = &uart0;
};
};
&power {
status = "okay";
};