zephyr/tests/drivers/counter/counter_basic_api/boards/max32672evkit.overlay
Sadik Ozer 6a34baae16 tests: drivers: counter: Enable counter test for MAX32672
This commit enables counter test for MAX32672 board.

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
2024-09-11 20:18:33 -04:00

38 lines
428 B
Plaintext

/*
* 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";
};
};