dts: nios2: intel: nios2-qemu: add jtag interrupt

assign interrupt number 0 for jtag_uart.
Number can be found in soc/nios2/nios2-qemu/include/system.h
JTAG_UART_0_IRQ 0

Signed-off-by: Goh Shun Jing <shun.jing.goh@intel.com>
This commit is contained in:
Goh Shun Jing 2023-01-19 15:27:04 +08:00 committed by Anas Nashif
parent ad5eda6383
commit d5e0fdafa1

View file

@ -36,7 +36,7 @@
jtag_uart: uart@201000 { jtag_uart: uart@201000 {
compatible = "altr,jtag-uart"; compatible = "altr,jtag-uart";
reg = <0x201000 0x400>; reg = <0x201000 0x400>;
interrupts = <0>;
status = "disabled"; status = "disabled";
}; };