Add support DAC for ek_ra4m1, ek_ra4w1, fpb_ra4e1, voice_ra4e1, ek_ra4l1 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
/*
|
|
* Copyright (c) 2025 Renesas Electronics Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
zephyr,user {
|
|
dac = <&dac0>;
|
|
dac-channel-id = <0>;
|
|
dac-resolution = <12>;
|
|
};
|
|
};
|