Skip to content

Commit e0fcca5

Browse files
Martinhoff-makerjhedberg
authored andcommitted
dts: arm: silabs: fix missing euart interrupt
This patch adds the missing interrupts for euart peripheral on xg22 soc. Signed-off-by: Martin Hoff <[email protected]>
1 parent 70e45b7 commit e0fcca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/arm/silabs/xg22/xg22.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@
554554
compatible = "silabs,eusart-uart";
555555
reg = <0x5a030000 0x4000>;
556556
clocks = <&cmu CLOCK_EUART0 CLOCK_BRANCH_EUART0CLK>;
557+
interrupt-names = "rx", "tx";
558+
interrupts = <62 2>, <63 2>;
557559
status = "disabled";
558560
};
559561

0 commit comments

Comments
 (0)