Files
zephyr/samples/drivers/dac/boards/longan_nano_gd32vf103_lite.overlay
Jamie McCrae 00c6ef25be tests/samples: Rename overlay files for renamed boards
These overlay files were not being used after board name changes
in hwmv2, rename them to have them used

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:08 +01:00

14 lines
174 B
Plaintext

/*
* Copyright 2021 TOKITA Hiroshi
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
zephyr,user {
dac = <&dac>;
dac-channel-id = <0>;
dac-resolution = <12>;
};
};