samples: drivers: Add MAX78002EVKIT sample overlay files

Enable counter/alarm sample for MAX780002EVKIT.

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
Furkan Akkiz 2024-09-03 11:29:40 +03:00 committed by Anas Nashif
parent ee1d4da864
commit 9bb46e6417

View File

@ -0,0 +1,12 @@
/*
* Copyright (c) 2024 Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&timer0 {
status = "okay";
counter0: counter {
status = "okay";
};
};