mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Correct the irq value of DUART2
This commit is contained in:
parent
9cb3e8816a
commit
71748af833
@ -187,7 +187,7 @@
|
|||||||
compatible = "ns16550";
|
compatible = "ns16550";
|
||||||
reg = <4600 100>;
|
reg = <4600 100>;
|
||||||
clock-frequency = <0>;
|
clock-frequency = <0>;
|
||||||
interrupts = <2a 2>;
|
interrupts = <1c 2>;
|
||||||
interrupt-parent = <40000>;
|
interrupt-parent = <40000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user