mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / dell / optiplex_9020 / gma-mainboard.ads
blob7d9506163c7031e9d5ea52f2359b215986f7d850
1 -- SPDX-License-Identifier: GPL-2.0-or-later
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
11 ports : constant Port_List :=
12 (DP2,
13 DP3,
14 HDMI2,
15 HDMI3,
16 Analog,
17 others => Disabled);
19 end GMA.Mainboard;