tests: drivers: w1: Add MAX32680EVKIT board overlay file
Support MAX32680EVKIT in 1-wire tests. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
This commit is contained in:
parent
b9ec607d26
commit
e3355e9a53
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Analog Devices, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
w1_0: &w1 {
|
||||
status = "okay";
|
||||
internal-pullup = <1>;
|
||||
};
|
||||
|
||||
#include "../w1_devices.dtsi"
|
|
@ -35,3 +35,4 @@ tests:
|
|||
filter: dt_compat_enabled("adi,max32-w1")
|
||||
platform_allow:
|
||||
- max32655evkit/max32655/m4
|
||||
- max32680evkit/max32680/m4
|
||||
|
|
Loading…
Reference in New Issue