| commit | 6e0acef0cf54fcd0ecc8914410ba7dd4268bafe2 | [log] [tgz] |
|---|---|---|
| author | Etienne Carriere <etienne.carriere@st.com> | Fri Oct 10 17:35:36 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 16 15:04:31 2025 -0400 |
| tree | 2e6b6de7336687f17116e631c4aee80acb0871be | |
| parent | 84f4ebc8238033a39660a4bfba1efe552a8c2de1 [diff] |
tests: subsys: modem: backend: uart: stm32: fix dma DTS phandle lists Correct b_u585i_iot02a board DTS overlay file DMA lists that was not split by phandle and seemed to form a unique phandle. This is not currently an issue with existing DT parsing macros and tools but may generate build errors if tools are more strict on the DTS implementation format. Signed-off-by: Etienne Carriere <etienne.carriere@st.com>