diff --git a/bl54l15_radio1.overlay b/bl54l15_radio1.overlay new file mode 100644 index 0000000..2109160 --- /dev/null +++ b/bl54l15_radio1.overlay @@ -0,0 +1,43 @@ +&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 = &uart20; + }; +}; +&power { + status = "okay"; +}; \ No newline at end of file