Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions arch/riscv/boot/dts/starfive/jh7110.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,17 @@
spl@0 {
reg = <0x0 0x20000>;
};
env@f0000 {
reg = <0xf0000 0x10000>;
};
uboot@100000 {
reg = <0x100000 0x300000>;
reg = <0x100000 0x400000>;
};
bootdata@500000 {
reg = <0x500000 0xb00000>;
};
data@f00000 {
reg = <0xf00000 0x100000>;
flashall@0 {
reg = <0x0 0x1000000>;
};
};
};
Expand Down