Skip to content

Commit ee078f6

Browse files
thaoluonguwkartben
authored andcommitted
samples: drivers: dac: Add support ek_ra2l1 for dac sample
Add support ek_ra2l1 for dac sample Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
1 parent 6f13593 commit ee078f6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025 Renesas Electronics Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DAC_BUFFER_NOT_SUPPORT=y
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
zephyr,user {
9+
dac = <&dac0>;
10+
dac-channel-id = <0>;
11+
dac-resolution = <12>;
12+
};
13+
};

0 commit comments

Comments
 (0)