mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git] / src / mainboard / gigabyte / ga-h77m-d3h / hda_verb.c
blob396d4587c36c8366cf13b579828bd36759ce2e0b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/azalia_device.h>
5 const u32 cim_verb_data[] = {
6 0x11060441, /* Codec Vendor / Device ID: VIA VT2020 */
7 0x1458a014, /* Subsystem ID */
8 13, /* Number of 4 dword sets */
9 AZALIA_SUBVENDOR(2, 0x1458a014),
10 AZALIA_PIN_CFG(2, 0x24, 0x01014010),
11 AZALIA_PIN_CFG(2, 0x25, 0x410110f0),
12 AZALIA_PIN_CFG(2, 0x26, 0x410160f0),
13 AZALIA_PIN_CFG(2, 0x27, 0x410120f0),
14 AZALIA_PIN_CFG(2, 0x28, 0x0221401f),
15 AZALIA_PIN_CFG(2, 0x29, 0x02a19037),
16 AZALIA_PIN_CFG(2, 0x2a, 0x0181303e),
17 AZALIA_PIN_CFG(2, 0x2b, 0x01a19036),
18 AZALIA_PIN_CFG(2, 0x2c, 0x503701f0),
19 AZALIA_PIN_CFG(2, 0x2d, 0x474511f0),
20 AZALIA_PIN_CFG(2, 0x2e, 0x074521f0),
21 AZALIA_PIN_CFG(2, 0x2f, 0x47c521f0),
23 0x80862806, /* Codec Vendor / Device ID: Intel */
24 0x80860101, /* Subsystem ID */
25 4, /* Number of 4 dword sets */
26 AZALIA_SUBVENDOR(3, 0x80860101),
27 AZALIA_PIN_CFG(3, 0x05, 0x58560010),
28 AZALIA_PIN_CFG(3, 0x06, 0x58560020),
29 AZALIA_PIN_CFG(3, 0x07, 0x18560030),
32 const u32 pc_beep_verbs[0] = {};
34 AZALIA_ARRAY_SIZES;