mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-03 09:29:57 +00:00
Merge "fix(arm_fpga): Change PL011 UART IRQ" into integration
This commit is contained in:
commit
ae2289b93f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
dbg_uart: serial@7ff80000 {
|
dbg_uart: serial@7ff80000 {
|
||||||
compatible = "arm,pl011", "arm,primecell";
|
compatible = "arm,pl011", "arm,primecell";
|
||||||
reg = <0x0 0x7ff80000 0x0 0x00001000>;
|
reg = <0x0 0x7ff80000 0x0 0x00001000>;
|
||||||
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 415 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&uartclk>, <&bus_refclk>;
|
clocks = <&uartclk>, <&bus_refclk>;
|
||||||
clock-names = "uartclk", "apb_pclk";
|
clock-names = "uartclk", "apb_pclk";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue