Skip to content

Commit

Permalink
boards: mikroe: clicker_ra4m1: Choose the icu to `zephyr,interrupt-co…
Browse files Browse the repository at this point in the history
…ntroller`

Set ICU to interrupt-controller in the chosen section to reflect the
INTERRUPT ID setting in the ISR table.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi committed Jul 22, 2024
1 parent b0dde7e commit 88c67de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/mikroe/clicker_ra4m1/mikroe_clicker_ra4m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
zephyr,shell-uart = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,interrupt-controller = &icu;
};

leds {
Expand Down

0 comments on commit 88c67de

Please sign in to comment.