Skip to content

Commit d339b96

Browse files
sreeramIfxkartben
authored andcommitted
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: Sreeram Tatapudi <[email protected]>
1 parent 11fd181 commit d339b96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
&dma0 {
2+
#address-cells = <1>;
3+
#size-cells = <0>;
4+
compatible = "infineon,cat1-dma";
5+
status = "okay";
6+
};
7+
8+
dut: &scb5 {
9+
dmas = <&dma0 22>, <&dma0 23>;
10+
dma-names = "tx", "rx";
11+
};

0 commit comments

Comments
 (0)