From 87c9933b192f60851a00201ea51b2d21385c103b Mon Sep 17 00:00:00 2001 From: "ziv.xu" Date: Fri, 2 Dec 2022 17:26:19 +0800 Subject: [PATCH] riscv:jh7110.dtsi: add uboot and spl partition on qspi node add uboot and spl partition on qspi node Signed-off-by: ziv.xu --- arch/riscv/boot/dts/starfive/jh7110.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index 0dcba863e9fc..37c1ac22b9f4 100644 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -354,6 +354,12 @@ #address-cells = <1>; #size-cells = <1>; + spl@0 { + reg = <0x0 0x20000>; + }; + uboot@100000 { + reg = <0x100000 0x300000>; + }; data@f00000 { reg = <0xf00000 0x100000>; }; -- 2.34.1