From 1d5de657892954847297977965a2b94fd9f1b867 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Tue, 8 Jul 2025 14:20:04 +0200 Subject: [PATCH] add overlay for bl54l15_radio0 --- bl54l15_radio0.overlay | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bl54l15_radio0.overlay diff --git a/bl54l15_radio0.overlay b/bl54l15_radio0.overlay new file mode 100644 index 0000000..c924f71 --- /dev/null +++ b/bl54l15_radio0.overlay @@ -0,0 +1,44 @@ +&uart20 { + compatible = "nordic,nrf-uarte"; + status = "okay"; + current-speed = <1000000>; + hw-flow-control; +}; + + +&pinctrl { + uart20_default: uart20_default { + group1 { + psels = , + ; + }; + group2 { + psels = , + ; + bias-pull-up; + }; + }; + + uart20_sleep: uart20_sleep { + group1 { + psels = , + , + , + ; + 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"; +}; \ No newline at end of file