riscv:jh7110.dtsi: add uboot and spl partition on qspi node
authorziv.xu <ziv.xu@starfive.com>
Fri, 2 Dec 2022 09:26:19 +0000 (17:26 +0800)
committerziv.xu <ziv.xu@starfive.com>
Thu, 8 Dec 2022 06:30:06 +0000 (14:30 +0800)
add uboot and spl partition on qspi node

Signed-off-by: ziv.xu <ziv.xu@starfive.com>
arch/riscv/boot/dts/starfive/jh7110.dtsi

index 0dcba86..37c1ac2 100644 (file)
                                        #address-cells = <1>;
                                        #size-cells = <1>;
 
+                                       spl@0 {
+                                               reg = <0x0 0x20000>;
+                                       };
+                                       uboot@100000 {
+                                               reg = <0x100000 0x300000>;
+                                       };
                                        data@f00000 {
                                                reg = <0xf00000 0x100000>;
                                        };