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:
parent
ad5eda6383
commit
d5e0fdafa1
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue