Add esp32s3 overlays for dma tests. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
/*
|
|
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&dma {
|
|
status = "okay";
|
|
};
|
|
|
|
test_dma0: &dma { };
|