Skip to content

Commit 0625c6a

Browse files
Anurag Duttar-vignesh
authored andcommitted
arm64: dts: ti: k3-j721s2-common-proc-board: Add QSPI flash partition details
J721S2 EVM has MT25QU512AB 64 MiB Quad SPI NOR flash connected to OSPI1. Add the partition information as per bootloader. Signed-off-by: Anurag Dutta <a-dutta@ti.com> Reviewed-by: Udit Kumar <u-kumar1@ti.com> Link: https://patch.msgid.link/20260226091730.2735587-1-a-dutta@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 6195b62 commit 0625c6a

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,48 @@
530530
cdns,tchsh-ns = <60>;
531531
cdns,tslch-ns = <60>;
532532
cdns,read-delay = <2>;
533+
534+
partitions {
535+
compatible = "fixed-partitions";
536+
#address-cells = <1>;
537+
#size-cells = <1>;
538+
539+
partition@0 {
540+
label = "qspi.tiboot3";
541+
reg = <0x0 0x80000>;
542+
};
543+
544+
partition@80000 {
545+
label = "qspi.tispl";
546+
reg = <0x80000 0x200000>;
547+
};
548+
549+
partition@280000 {
550+
label = "qspi.u-boot";
551+
reg = <0x280000 0x400000>;
552+
};
553+
554+
partition@680000 {
555+
label = "qspi.env";
556+
reg = <0x680000 0x40000>;
557+
};
558+
559+
partition@6c0000 {
560+
label = "qspi.env.backup";
561+
reg = <0x6c0000 0x40000>;
562+
};
563+
564+
partition@800000 {
565+
label = "qspi.rootfs";
566+
reg = <0x800000 0x37c0000>;
567+
};
568+
569+
partition@3fc0000 {
570+
label = "qspi.phypattern";
571+
reg = <0x3fc0000 0x40000>;
572+
bootph-all;
573+
};
574+
};
533575
};
534576
};
535577

0 commit comments

Comments
 (0)