b9f3d68863
Adjustments of overlay and conf files to adjust for the MERGE removal. The revert of MERGE requires specific overlay and conf files for boards which relied on the MERGE feature. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
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";
|
|
};
|