summaryrefslogtreecommitdiff
path: root/board/freescale/imx93_frdm/lpddr4_timing.h
blob: 192bc9e1519c7fed2b726b9e08c81e5941f859e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2022 Marek Vasut <marex@denx.de>
 */

#ifndef __LPDDR4_TIMING_H__
#define __LPDDR4_TIMING_H__

extern struct dram_timing_info dram_timing_1GB;
extern struct dram_timing_info dram_timing_2GB;

#endif /* __LPDDR4_TIMING_H__ */