88d38a1dcbd95e9316eeb7e0a9556340c5467099
[platform/kernel/u-boot.git] / include / configs / imx8qm_rom7720.h
1 // SPDX-License-Identifier:     GPL-2.0+
2 /*
3  * Copyright 2017-2018 NXP
4  */
5
6 #ifndef __IMX8QM_ROM7720_H
7 #define __IMX8QM_ROM7720_H
8
9 #include <linux/sizes.h>
10 #include <linux/stringify.h>
11 #include <asm/arch/imx-regs.h>
12
13 #define CONFIG_SYS_BOOTMAPSZ            (256 << 20)
14 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
15 #define USDHC1_BASE_ADDR                0x5B010000
16 #define USDHC2_BASE_ADDR                0x5B020000
17 #define USDHC3_BASE_ADDR                0x5B030000
18
19 #define CONFIG_SYS_BOOTM_LEN            SZ_64M
20
21 /* FUSE command */
22
23 /* Boot M4 */
24 #define M4_BOOT_ENV \
25         "m4_0_image=m4_0.bin\0" \
26         "m4_1_image=m4_1.bin\0" \
27         "loadm4image_0=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_0_image}\0" \
28         "loadm4image_1=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_1_image}\0" \
29         "m4boot_0=run loadm4image_0; dcache flush; bootaux ${loadaddr} 0\0" \
30         "m4boot_1=run loadm4image_1; dcache flush; bootaux ${loadaddr} 1\0" \
31
32 #ifdef CONFIG_NAND_BOOT
33 #define MFG_NAND_PARTITION "mtdparts=gpmi-nand:128m(boot),32m(kernel),16m(dtb),8m(misc),-(rootfs) "
34 #else
35 #define MFG_NAND_PARTITION ""
36 #endif
37
38 #define CONFIG_MFG_ENV_SETTINGS \
39         "mfgtool_args=setenv bootargs console=${console},${baudrate} " \
40                 "rdinit=/linuxrc " \
41                 "g_mass_storage.stall=0 g_mass_storage.removable=1 " \
42                 "g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\
43                 "g_mass_storage.iSerialNumber=\"\" "\
44                 MFG_NAND_PARTITION \
45                 "clk_ignore_unused "\
46                 "\0" \
47         "initrd_addr=0x83800000\0" \
48         "initrd_high=0xffffffffffffffff\0" \
49         "bootcmd_mfg=run mfgtool_args;booti ${loadaddr} ${initrd_addr} ${fdt_addr};\0" \
50
51 /* Initial environment variables */
52 #define CONFIG_EXTRA_ENV_SETTINGS               \
53         CONFIG_MFG_ENV_SETTINGS \
54         M4_BOOT_ENV \
55         "script=boot.scr\0" \
56         "image=Image\0" \
57         "panel=NULL\0" \
58         "console=ttyLP0\0" \
59         "fdt_addr=0x84000000\0"                 \
60         "boot_fdt=try\0" \
61         "fdt_file=imx8qm-rom7720-a1.dtb\0" \
62         "initrd_addr=0x83800000\0"              \
63         "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
64         "mmcpart=1\0" \
65         "mmcroot=/dev/mmcblk2p2 rootwait rw\0" \
66         "mmcautodetect=yes\0" \
67         "mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} earlycon\0 " \
68         "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
69         "bootscript=echo Running bootscript from mmc ...; " \
70                 "source\0" \
71         "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
72         "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
73         "mmcboot=echo Booting from mmc ...; " \
74                 "run mmcargs; " \
75                 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
76                         "if run loadfdt; then " \
77                                 "booti ${loadaddr} - ${fdt_addr}; " \
78                         "else " \
79                                 "echo WARN: Cannot load the DT; " \
80                         "fi; " \
81                 "else " \
82                         "echo wait for boot; " \
83                 "fi;\0" \
84         "netargs=setenv bootargs console=${console},${baudrate} " \
85                 "root=/dev/nfs " \
86                 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp rw earlycon\0" \
87         "netboot=echo Booting from net ...; " \
88                 "run netargs;  " \
89                 "if test ${ip_dyn} = yes; then " \
90                         "setenv get_cmd dhcp; " \
91                 "else " \
92                         "setenv get_cmd tftp; " \
93                 "fi; " \
94                 "${get_cmd} ${loadaddr} ${image}; " \
95                 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
96                         "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
97                                 "booti ${loadaddr} - ${fdt_addr}; " \
98                         "else " \
99                                 "echo WARN: Cannot load the DT; " \
100                         "fi; " \
101                 "else " \
102                         "booti; " \
103                 "fi;\0"
104
105 /* Link Definitions */
106
107 /* On LPDDR4 board, USDHC1 is for eMMC, USDHC2 is for SD on CPU board,
108  * USDHC3 is for SD on base board On DDR4 board, USDHC1 is mux for NAND,
109  * USDHC2 is for SD, USDHC3 is for SD on base board
110  */
111 #define CONFIG_SYS_FSL_USDHC_NUM        3
112
113 #define CONFIG_SYS_SDRAM_BASE           0x80000000
114 #define PHYS_SDRAM_1                    0x80000000
115 #define PHYS_SDRAM_2                    0x880000000
116 #define PHYS_SDRAM_1_SIZE               0x80000000      /* 2 GB */
117 /* LPDDR4 board total DDR is 6GB, DDR4 board total DDR is 4 GB */
118 #define PHYS_SDRAM_2_SIZE               0x80000000      /* 2 GB */
119
120 #include <linux/stringify.h>
121 #endif /* __IMX8QM_ROM7720_H */