aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/asurada/sdram_params/sdram-lpddr4x-EMCP-1RANK-4GB.c
blob: 15217f0f01e2be81c88d86d1ed5362a139a57fe4 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <soc/dramc_param.h>

struct sdram_info params = {
	.ddr_geometry = DDR_TYPE_2CH_1RK_4GB_4_0,
	.ddr_type = DDR_TYPE_EMCP,
};