summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Feng <hal.feng@starfivetech.com>2024-03-11 06:10:45 +0300
committerHal Feng <hal.feng@starfivetech.com>2024-03-11 10:01:29 +0300
commit3aeb56a7333adbf2595a20fd89928c99d1cc6248 (patch)
treea67675926f3eb0a36b07bc7c6a48831b923b0580
parentda8555a2379073dbc8f2273735f421aab3c8adca (diff)
downloadlinux-3aeb56a7333adbf2595a20fd89928c99d1cc6248.tar.xz
riscv: dts: starfive: jh7110-evb: Add qspi norflash partition for uboot-env
Add qspi norflash partition "uboot-env@f0000", for synchronizing with other branches. Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
-rw-r--r--arch/riscv/boot/dts/starfive/jh7110-common.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
index 011eea65eca0..7252e11bebdc 100644
--- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
+++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi
@@ -522,6 +522,9 @@
spl@0 {
reg = <0x0 0x40000>;
};
+ uboot-env@f0000 {
+ reg = <0xf0000 0x10000>;
+ };
uboot@100000 {
reg = <0x100000 0x300000>;
};