From 3aeb56a7333adbf2595a20fd89928c99d1cc6248 Mon Sep 17 00:00:00 2001 From: Hal Feng Date: Mon, 11 Mar 2024 11:10:45 +0800 Subject: 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 --- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 3 +++ 1 file changed, 3 insertions(+) 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>; }; -- cgit v1.2.3