Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a3ad40b1eed163e1efd24631bf1ac2c7d59cfdf7
/
.
/
samples
/
drivers
/
dac
/
boards
/
yd_esp32.overlay
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"
;
};