tests: boards: neorv32: build_all: enable GPTMR

Enable the NEORV32 General Purpose Timer (GPTMR) in the NEORV32 build_all
test suite.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2025-04-26 19:23:55 +00:00 committed by Benjamin Cabé
parent 65ec9256bb
commit 8f8458c4b4
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,11 @@
ngpios = <32>;
};
&gptmr {
status = "okay";
prescaler = <2>;
};
&pwm {
status = "okay";
};

View File

@ -1,6 +1,7 @@
CONFIG_TEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_COUNTER=y
CONFIG_GPIO=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_PWM=y