From: ziv.xu Date: Fri, 2 Dec 2022 09:26:19 +0000 (+0800) Subject: riscv:jh7110.dtsi: add uboot and spl partition on qspi node X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87c9933b192f60851a00201ea51b2d21385c103b;p=platform%2Fkernel%2Flinux-starfive.git riscv:jh7110.dtsi: add uboot and spl partition on qspi node add uboot and spl partition on qspi node Signed-off-by: ziv.xu --- 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>; };