• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef MAINBOARD_SPD_H
4 #define MAINBOARD_SPD_H
5 
6 #define SPD_DENSITY_BANKS	4
7 #define SPD_ADDRESSING		5
8 #define SPD_ORGANIZATION	7
9 #define SPD_BUS_DEV_WIDTH	8
10 
11 #endif
12