Update doc

This commit is contained in:
Lee Lup Yuen 2024-05-08 17:32:22 +08:00
parent f8462f5e1b
commit f73867301a

View file

@ -1014,7 +1014,7 @@ Based on the SG2000 Device Tree: [cv181x_milkv_duos_sd.dts](cv181x_milkv_duos_sd
};
```
We see that PLIC is at 70000000, CLINT at 74000000. Let's implement this in NuttX...
We see that PLIC is at 0x7000_0000, CLINT at 0x7400_0000. Let's implement this in NuttX...
TODO: Fix the PLIC Interrupt Controller in NuttX