Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/renesas/ek_ra4w1/ek_ra4w1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
};

&port_irq4 {
interrupts = <31 12>;
interrupts = <27 12>;
status = "okay";
};

Expand Down
2 changes: 0 additions & 2 deletions dts/arm/renesas/ra/ra4/ra4-cm4-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@

sci9: sci9@40070120 {
compatible = "renesas,ra-sci";
interrupts = <36 1>, <37 1>, <38 1>, <39 1>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KhiemNguyenT Although it is not part of this PR, it is time to consider automatic IRQ numbering, which was previously discussed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@soburi , cc @KhiemNguyenT :
We opened a draft PR to support the interrupt map (for RA2A1 first) at #84427, please take a look. Thank you

interrupt-names = "rxi", "txi", "tei", "eri";
reg = <0x40070120 0x20>;
clocks = <&pclka MSTPB 22>;
status = "disabled";
Expand Down
Loading