added poll api passthrough
This commit is contained in:
18
boards/xiao_nrf54l15_nrf54l15_cpuapp.overlay
Normal file
18
boards/xiao_nrf54l15_nrf54l15_cpuapp.overlay
Normal file
@@ -0,0 +1,18 @@
|
||||
/ {
|
||||
aliases {
|
||||
testuart = &test_uart;
|
||||
};
|
||||
|
||||
test_uart: test_uart {
|
||||
compatible = "uart-interrupt-poll-bridge";
|
||||
uart = <&uart20>;
|
||||
timer = <&timer00>;
|
||||
interrupts = <1 2>;
|
||||
interrupt-parent = <&nvic>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&timer00 {
|
||||
status = "okay";
|
||||
};
|
||||
Reference in New Issue
Block a user