Commit d339b961 authored by Sreeram Tatapudi's avatar Sreeram Tatapudi Committed by Benjamin Cabé
Browse files

tests: drivers: uart: uart_async_api: Add the missing overlay file



Add the overlay file to enable the DMA driver to fix the
compilation error

Signed-off-by: default avatarSreeram Tatapudi <sreeram.praveen@infineon.com>
parent 11fd181c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
&dma0 {
	#address-cells = <1>;
	#size-cells = <0>;
	compatible = "infineon,cat1-dma";
	status = "okay";
};

dut: &scb5 {
	dmas = <&dma0 22>, <&dma0 23>;
	dma-names = "tx", "rx";
};