samples: drivers: dac: add support for gd32a50x
add support for gd32a50x Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
parent
50e13ab3d2
commit
ba1af141c1
13
samples/drivers/dac/boards/gd32a503v_eval.overlay
Normal file
13
samples/drivers/dac/boards/gd32a503v_eval.overlay
Normal 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>;
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue