diff --git a/samples/subsys/tracing/sample.yaml b/samples/subsys/tracing/sample.yaml index 584a17d4417c9..4cb3d579590d7 100644 --- a/samples/subsys/tracing/sample.yaml +++ b/samples/subsys/tracing/sample.yaml @@ -91,5 +91,6 @@ tests: extra_args: - CONF_FILE="prj_gpio.conf" - EXTRA_DTC_OVERLAY_FILE="gpio.overlay" + - platform:rtl87x2j_evb/rtl8762jth:EXTRA_CONF_FILE="boards/rtl87x2j_evb_rtl8762jth.conf" integration_platforms: - native_sim diff --git a/tests/drivers/counter/counter_basic_api/boards/rtl87x2j_evb_rtl8762jth.overlay b/tests/drivers/counter/counter_basic_api/boards/rtl87x2j_evb_rtl8762jth.overlay index e3d860e6dca03..a15ffcd20dca5 100644 --- a/tests/drivers/counter/counter_basic_api/boards/rtl87x2j_evb_rtl8762jth.overlay +++ b/tests/drivers/counter/counter_basic_api/boards/rtl87x2j_evb_rtl8762jth.overlay @@ -95,6 +95,6 @@ }; &rtc_counter { - prescaler = <1>; + prescaler = <10>; status = "okay"; };