1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DEVICE_DRAM_DDR5_H
4 #define DEVICE_DRAM_DDR5_H
9 * \brief Utilities for decoding (LP)DDR5 info
12 #include <device/dram/common.h>
15 /** Maximum SPD size supported */
16 #define SPD_SIZE_MAX_DDR5 1024
19 * Converts DDR5 clock speed in MHz to the standard reported speed in MT/s
21 uint16_t ddr5_speed_mhz_to_reported_mts(uint16_t speed_mhz
);
23 #endif /* DEVICE_DRAM_DDR5_H */