Skip to content

Commit ba1af14

Browse files
feilongflcarlescufi
authored andcommitted
samples: drivers: dac: add support for gd32a50x
add support for gd32a50x Signed-off-by: YuLong Yao <[email protected]>
1 parent 50e13ab commit ba1af14

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2022 YuLong Yao <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
zephyr,user {
9+
dac = <&dac>;
10+
dac-channel-id = <0>;
11+
dac-resolution = <12>;
12+
};
13+
};

0 commit comments

Comments
 (0)