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>
14 lines
174 B
Plaintext
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>;
|
|
};
|
|
};
|