samples: drivers: dac: add support for gd32a50x

add support for gd32a50x

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
YuLong Yao 2022-12-14 20:42:56 +08:00 committed by Carles Cufí
parent 50e13ab3d2
commit ba1af141c1

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
zephyr,user {
dac = <&dac>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};