zephyr/tests/drivers/flash/common/boards/silabs_s2_lpwrite.overlay
Martin Hoff eeb709927f tests: drivers: add overlay/testcase for silabs xg29_rb4412a board
Add some overlay files for the silabs xg29_rb4412a board to enable tests
on the board. Also add the platform to some testcase.yaml files.

Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
2025-03-20 17:14:35 +01:00

14 lines
190 B
Plaintext

/*
* Copyright (c) 2025 Silicon Laboratories Inc.
* SPDX-License-Identifier: Apache-2.0
*/
&dma0 {
status = "okay";
};
&msc {
dmas = <&dma0 DMA_REQSEL_MSCWDATA>;
low-power-write;
};