summaryrefslogtreecommitdiffstats
path: root/board/gateworks/venice/lpddr4_timing.h
blob: 94445f86a410fd654cee756dd2146e84eedd6853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2021 Gateworks Corporation
 */

#ifndef __LPDDR4_TIMING_H__
#define __LPDDR4_TIMING_H__

extern struct dram_timing_info dram_timing_1gb;
extern struct dram_timing_info dram_timing_4gb;

#endif /* __LPDDR4_TIMING_H__ */