Commit d5e0fdaf authored by Goh Shun Jing's avatar Goh Shun Jing Committed by Anas Nashif
Browse files

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: default avatarGoh Shun Jing <shun.jing.goh@intel.com>
parent ad5eda63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
		jtag_uart: uart@201000 {
			compatible = "altr,jtag-uart";
			reg = <0x201000 0x400>;

			interrupts = <0>;
			status = "disabled";
		};