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>
18 lines
208 B
Plaintext
18 lines
208 B
Plaintext
/*
|
|
* Copyright 2022 Espressif (Shanghai)
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
zephyr,user {
|
|
dac = <&dac>;
|
|
dac-channel-id = <0>;
|
|
dac-resolution = <8>;
|
|
};
|
|
};
|
|
|
|
&dac {
|
|
status = "okay";
|
|
};
|