tests: drivers: w1: Enable 1-wire driver tests for max32666evkit board
Enable 1-wire driver test for MAX32666EVKIT Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
parent
0c7e3e1fe0
commit
6380c961d1
|
@ -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"
|
|
@ -37,5 +37,6 @@ tests:
|
|||
- apard32690/max32690/m4
|
||||
- max32655evkit/max32655/m4
|
||||
- max32666fthr/max32666/cpu0
|
||||
- max32666evkit/max32666/cpu0
|
||||
- max32680evkit/max32680/m4
|
||||
- max32690evkit/max32690/m4
|
||||
|
|
Loading…
Reference in New Issue