1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _MAINBOARD_EMMC_H
4 #define _MAINBOARD_EMMC_H
8 #define DEFAULT_EMMC_DLL_SIGN 0x55aa
11 BL_EMMC_INFORMATION harcuvar_emmc_config
[] = {
13 * Default eMMC DLL configuration.
15 {DEFAULT_EMMC_DLL_SIGN
,
16 {0x00000508, 0x00000c11, 0x1c2a2a2a, 0x00191e27, 0x00000a0a,
17 0x00010013, 0x00000001} } };
20 #endif /* _MAINBOARD_EMMC_H */