Skip to content

Commit

Permalink
[nrf fromlist] boards: nrf54h20pdk_nrf54h20: add default bellboard in…
Browse files Browse the repository at this point in the history
…terrupt lines

Provide a default configuration for the used bellboard interrupt lines.

Upstream PR: zephyrproject-rtos/zephyr#69303

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit d4b3648837a453b6108e20b064a0ebf301dc2d0a)
  • Loading branch information
gmarull authored and carlescufi committed Feb 28, 2024
1 parent e669f36 commit be8c07b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@
pinctrl-1 = <&uart136_sleep>;
pinctrl-names = "default", "sleep";
};

&cpuapp_bellboard {
interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>;
interrupt-names = "irq0";
};
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@
pinctrl-1 = <&uart136_sleep>;
pinctrl-names = "default", "sleep";
};

&cpurad_bellboard {
interrupts = <96 NRF_DEFAULT_IRQ_PRIORITY>;
interrupt-names = "irq0";
};

0 comments on commit be8c07b

Please sign in to comment.