Skip to content

Commit

Permalink
dts: nrf54h20: add grtc channel 15 to the pool.
Browse files Browse the repository at this point in the history
Adds channel 15 to the pool of grtc channels available
for allocation (i.e. with 'z_nrf_grtc_timer_chan_alloc')
on nRF54H20.

The change is motivated by lack of available channels
for the nrf_802154_timestamper when building for nRF54H20.

Signed-off-by: Piotr Koziar <[email protected]>
  • Loading branch information
piotrkoziar authored and jhedberg committed Jun 10, 2024
1 parent 6be31f5 commit cd5d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/nordic/nrf54h20_cpurad.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wdt011: &cpurad_wdt011 {};
};

&grtc {
owned-channels = <7 8 9 10 11 12 13 14>;
owned-channels = <7 8 9 10 11 12 13 14 15>;
child-owned-channels = <8 9 10 11 12>;
nonsecure-channels = <8 9 10 11 12>;
interrupts = <109 NRF_DEFAULT_IRQ_PRIORITY>,
Expand Down

0 comments on commit cd5d5a6

Please sign in to comment.