Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
1. Fixup Linux-6.6 plic interrupt-cells
2. Decrease memory size to 1GB
  • Loading branch information
guoren83 committed May 19, 2024
1 parent 2b1943e commit d75bf7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The T-HEAD C9xx DTB provided to OpenSBI generic firmware will usually have
memory@60000000 {
device_type = "memory";
reg = <0x0 0x60000000 0x1 0x00000000>;
reg = <0x0 0x60000000 0x0 0x40000000>;
};
cpus {
Expand Down Expand Up @@ -119,7 +119,7 @@ The T-HEAD C9xx DTB provided to OpenSBI generic firmware will usually have
intc: interrupt-controller@8000000 {
#address-cells = <0>;
#interrupt-cells = <1>;
#interrupt-cells = <2>;
compatible = "thead,c900-plic";
reg = <0x0 0x08000000 0x0 0x04000000>;
riscv,ndev = <64>;
Expand Down Expand Up @@ -150,7 +150,7 @@ The T-HEAD C9xx DTB provided to OpenSBI generic firmware will usually have
memory@60000000 {
device_type = "memory";
reg = <0x0 0x60000000 0x1 0x00000000>;
reg = <0x0 0x60000000 0x0 0x40000000>;
};
cpus {
Expand Down

0 comments on commit d75bf7b

Please sign in to comment.