@LFGP : Thanks for addressing the query,
After conducting some debugging, I discovered that u-boot lacks support for NAND flash. Conversely, Linux does support NAND flash, but it only creates a single MTD partition. Kindly have a look in below shared items,
u-boot:
under the dir path: "ls1028ardb/tmp/work/x86_64-linux/u-boot-tools-native/1_2022.07-r0/git/drivers/mtd/spi" not able to see any nand flash related files,
-rw-r--r-- 1 rir rir 19926 Oct 13 06:10 spi-nor-ids.c
-rw-r--r-- 1 rir rir 105239 Oct 13 06:10 spi-nor-core.c
-rw-r--r-- 1 rir rir 2456 Oct 13 06:10 sf-uclass.c
-rw-r--r-- 1 rir rir 4238 Oct 13 06:10 sf_probe.c
-rw-r--r-- 1 rir rir 3444 Oct 13 06:10 sf_mtd.c
-rw-r--r-- 1 rir rir 2917 Oct 13 06:10 sf_internal.h
-rw-r--r-- 1 rir rir 19992 Oct 13 06:10 sf_dataflash.c
-rw-r--r-- 1 rir rir 15290 Oct 13 06:10 sandbox.c
-rw-r--r-- 1 rir rir 613 Oct 13 06:10 Makefile
-rw-r--r-- 1 rir rir 8598 Oct 13 06:10 Kconfig
-rw-r--r-- 1 rir rir 2303 Oct 13 06:10 fsl_espi_spl.c
-rw-r--r-- 1 rir rir 19664 Oct 13 06:10 spi-nor-tiny.c
linux:

Thanks,
Gourav Jain