Skip to content

Commit 9bb46e6

Browse files
hfakkiznashif
authored andcommitted
samples: drivers: Add MAX78002EVKIT sample overlay files
Enable counter/alarm sample for MAX780002EVKIT. Signed-off-by: Furkan Akkiz <[email protected]>
1 parent ee1d4da commit 9bb46e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2024 Analog Devices, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&timer0 {
8+
status = "okay";
9+
counter0: counter {
10+
status = "okay";
11+
};
12+
};

0 commit comments

Comments
 (0)