blob: 4bb2651bd68cb260341014d0119186406fa30a81 [file] [log] [blame]
/*
* Copyright 2022 Espressif (Shanghai)
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
zephyr,user {
dac = <&dac>;
dac-channel-id = <0>;
dac-resolution = <8>;
};
};
&dac {
status = "okay";
};