mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / asrock / imb-1222 / gma-mainboard.ads
blob5a9c0ac7ddb12438fa7a4b87e208b572f945abf1
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 (HDMI1,
13 DP2,
14 DP3,
15 eDP,
16 others => Disabled);
18 end GMA.Mainboard;