File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
samples/drivers/counter/alarm Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ &rtc0 {
2+ status = "okay";
3+ };
Original file line number Diff line number Diff line change 4141 - s32z2xxdc2/s32z270/rtu1
4242 - s32z2xxdc2@D/s32z270/rtu0
4343 - s32z2xxdc2@D/s32z270/rtu1
44+ - lp_em_cc2340r5
4445 integration_platforms :
4546 - nucleo_f746zg
4647 sample.drivers.counter.alarm.stm32_rtc :
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ struct counter_alarm_cfg alarm_cfg;
6565#define TIMER DT_NODELABEL(counter0)
6666#elif defined(CONFIG_COUNTER_RENESAS_RZ_GTM )
6767#define TIMER DT_INST(0, renesas_rz_gtm_counter)
68+ #elif defined(CONFIG_COUNTER_CC23X0_RTC )
69+ #define TIMER DT_NODELABEL(rtc0)
6870#else
6971#error Unable to find a counter device node in devicetree
7072#endif
You can’t perform that action at this time.
0 commit comments