Skip to content

Commit

Permalink
README.doc: Remind customers to add their real physical address
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyulazy authored and guoren83 committed Aug 9, 2024
1 parent 6738fda commit 5307eac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The XuanTie C9xx DTB provided to OpenSBI generic firmware will usually have
memory@60000000 {
device_type = "memory";
Caution: Determine your own address here
reg = <0x0 0x60000000 0x0 0x40000000>;
};
Expand Down Expand Up @@ -134,6 +135,7 @@ The XuanTie C9xx DTB provided to OpenSBI generic firmware will usually have
&cpu3_intc 3 &cpu3_intc 7
>;
reg = <0x0 0x0c000000 0x0 0x04000000>;
Caution: Determine your own address here
clint,has-no-64bit-mmio;
};
Expand All @@ -142,6 +144,7 @@ The XuanTie C9xx DTB provided to OpenSBI generic firmware will usually have
#interrupt-cells = <2>;
compatible = "thead,c900-plic";
reg = <0x0 0x08000000 0x0 0x04000000>;
Caution: Determine your own address here
riscv,ndev = <64>;
interrupt-controller;
interrupts-extended = <
Expand Down Expand Up @@ -170,6 +173,7 @@ The XuanTie C9xx DTB provided to OpenSBI generic firmware will usually have
memory@60000000 {
device_type = "memory";
Caution: Determine your own address here
reg = <0x0 0x60000000 0x0 0x40000000>;
};
Expand Down Expand Up @@ -251,6 +255,7 @@ The XuanTie C9xx DTB provided to OpenSBI generic firmware will usually have
&cpu3_intc 3 &cpu3_intc 7
>;
reg = <0x0 0x0c000000 0x0 0x04000000>;
Caution: Determine your own address here
clint,has-no-64bit-mmio;
};
Expand All @@ -259,6 +264,7 @@ The XuanTie C9xx DTB provided to OpenSBI generic firmware will usually have
#interrupt-cells = <1>;
compatible = "riscv,plic0";
reg = <0x0 0x08000000 0x0 0x04000000>;
Caution: Determine your own address here
riscv,ndev = <64>;
interrupt-controller;
interrupts-extended = <
Expand Down

0 comments on commit 5307eac

Please sign in to comment.