zephyr/tests/drivers/counter/counter_basic_api/boards/max32650evkit.overlay
Furkan Akkiz 13a36718fa tests: drivers: Enable new test for MAX32650 boards
This commit enables following tests for MAX32650EVKIT and MAX32650FTHR:
- counter/counter_basic_api
- dma/chan_blen_transfer
- dma/loop_transfer
- i2c/i2c_target_api (only for MAX32650EVKIT)
- spi/spi_loopback

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Signed-off-by: Burak Babaoglu <burak.babaoglu@analog.com>
2025-05-14 11:03:22 +01:00

54 lines
596 B
Plaintext

/*
* Copyright (c) 2025 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";
};
};
&timer4 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};
&timer5 {
status = "okay";
prescaler = <2>;
counter {
status = "okay";
};
};