tests: drivers: counter: Enable counter test for MAX32666

This commit enables counter test for MAX32666 boards.

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-05-14 11:08:51 +03:00 committed by Anas Nashif
parent 7f5fa21333
commit 6e36e9bfae
2 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,37 @@
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&timer0 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer1 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer2 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer3 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};

View file

@ -0,0 +1,37 @@
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&timer0 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer1 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer2 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer3 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};