zephyr/samples/drivers/dac/boards/longan_nano.overlay

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>;
};
};