tests: drivers: w1: Add MAX32666FTHR board overlay file
Add MAX32666FTHR board overlay files to w1_api test be supported. Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
30368e9b4f
commit
0c7e3e1fe0
2 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2023-2024 Analog Devices, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
w1_0: &w1 {
|
||||
status = "okay";
|
||||
internal-pullup = <1>;
|
||||
};
|
||||
|
||||
#include "../w1_devices.dtsi"
|
|
@ -36,5 +36,6 @@ tests:
|
|||
platform_allow:
|
||||
- apard32690/max32690/m4
|
||||
- max32655evkit/max32655/m4
|
||||
- max32666fthr/max32666/cpu0
|
||||
- max32680evkit/max32680/m4
|
||||
- max32690evkit/max32690/m4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue