86f460cd30
add dac support. Signed-off-by: YuLong Yao <feilongphone@gmail.com>
14 lines
172 B
Plaintext
14 lines
172 B
Plaintext
/*
|
|
* Copyright 2021 BrainCo Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
zephyr,user {
|
|
dac = <&dac>;
|
|
dac-channel-id = <0>;
|
|
dac-resolution = <12>;
|
|
};
|
|
};
|