There are several esp32-based boards that its conf and overlay files are missing proper renaming to match cpu cluster. This also removes all _SOC_ name from files. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
/*
|
|
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&dma {
|
|
status = "okay";
|
|
};
|
|
|
|
tst_dma0: &dma { };
|