Skip to content

Commit b2248b9

Browse files
henrikbrixandersenkartben
authored andcommitted
boards: others: neorv32: mention the GPTMR as being supported
Mention the NEORV32 General Purpose Timer (GPTMR) as supported and add instruction on how to enable it in the devicetree. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 8f8458c commit b2248b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

boards/others/neorv32/doc/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ The True Random-Number Generator (TRNG) of the NEORV32 is supported, but disable
111111
NEORV32 SoC implementations supporting the TRNG, support can be enabled by setting the ``status``
112112
property of the ``trng`` devicetree node to ``okay``.
113113

114+
General Purpose Timer
115+
=====================
116+
117+
The General Purpose Timer (GPTMR) of the NEORV32 is supported, but disabled by default. For NEORV32
118+
SoC implementations supporting the GPTMR, support can be enabled by setting the ``status`` property
119+
of the ``gptmr`` devicetree node to ``okay`` and selecting the desired GPTMR clock prescaler using
120+
the node's ``prescaler`` property.
121+
114122
Programming and Debugging
115123
*************************
116124

0 commit comments

Comments
 (0)