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>
14 lines
190 B
Plaintext
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;
|
|
};
|