Browse Source
Add a support for timer/counter alarm sample for lp_mspmg3507 board. Signed-off-by: Saravanan Sekar <saravanan@linumiz.com>pull/91369/head
2 changed files with 20 additions and 0 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
/* |
||||
* Copyright (c) 2025 Linumiz GmbH |
||||
* |
||||
* SPDX-License-Identifier: Apache-2.0 |
||||
*/ |
||||
|
||||
/ { |
||||
aliases { |
||||
counter = &counter0; |
||||
}; |
||||
}; |
||||
|
||||
&gpt0 { |
||||
status = "okay"; |
||||
counter0: counter { |
||||
status = "okay"; |
||||
}; |
||||
}; |
Loading…
Reference in new issue