Skip to content

Commit 7ef8a42

Browse files
committed
conf/evalsoc: update nuclei qemu soc-cfg evalsoc.json
base and irq are both required Signed-off-by: Huaqi Fang <[email protected]>
1 parent 43d9771 commit 7ef8a42

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

conf/evalsoc/evalsoc.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"general_config": {
33
"uart0": {
4-
"irq":"1"
4+
"base": "0x10013000",
5+
"irq":"1"
56
},
67
"uart1": {
7-
"irq":"2"
8+
"base": "0x10023000",
9+
"irq":"2"
810
},
911
"qspi0": {
10-
"irq":"3"
12+
"base": "0x10014000",
13+
"irq":"3"
1114
},
1215
"qspi2": {
13-
"irq":"5"
16+
"base": "0x10034000",
17+
"irq":"5"
1418
}
1519
}
1620
}

0 commit comments

Comments
 (0)