blob: ccec18c752f443de57e1fd0c167124f09857682b [file] [log] [blame]
Nico Huberefe1fed2013-04-29 18:00:57 +02001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2012-2013 secunet Security Networks AG
5 * Copyright (C) 2013 Nico Huber <nico.h@gmx.de>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
Nico Huberefe1fed2013-04-29 18:00:57 +020021static const u32 mainboard_cim_verb_data[] = {
22 /* coreboot specific header */
23 0x11060397, // Codec Vendor / Device ID: Via VT1708S
24 0x11060000, // Subsystem ID
25 0x0000000c, // Number of jacks
26
27 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x11060000 */
Vladimir Serbinenko02d674a2014-09-04 22:04:11 +020028 AZALIA_SUBVENDOR(0x0, 0x11060000),
Nico Huberefe1fed2013-04-29 18:00:57 +020029
30 /* Pin Widget Verb Table */
31
32 /*
33 * NID 0x19 [Port A (SURR)]:
34 * Jack Internal Speaker N/A Black
35 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020036 AZALIA_PIN_CFG(0, 0x19, 0x10101112),
Nico Huberefe1fed2013-04-29 18:00:57 +020037
38 /*
39 * NID 0x1a [Port B (MIC1/2)]:
40 * Jack Rear Mic In 1/8" Pink
41 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020042 AZALIA_PIN_CFG(0, 0x1a, 0x01a19036),
Nico Huberefe1fed2013-04-29 18:00:57 +020043
44 /*
45 * NID 0x1b [Port C (LINEIN)]:
46 * Jack Rear Line In 1/8" Blue
47 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020048 AZALIA_PIN_CFG(0, 0x1b, 0x0181303e),
Nico Huberefe1fed2013-04-29 18:00:57 +020049
50 /*
51 * NID 0x1c [Port D (Front)]:
52 * Jack Rear Line Out 1/8" Green
53 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020054 AZALIA_PIN_CFG(0, 0x1c, 0x01014010),
Nico Huberefe1fed2013-04-29 18:00:57 +020055
56 /*
57 * NID 0x1d [Port E (Front HP/MIC)]:
58 * Jack Front HP Out 1/8" Green
59 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020060 AZALIA_PIN_CFG(0, 0x1d, 0x022141f0),
Nico Huberefe1fed2013-04-29 18:00:57 +020061
62 /*
63 * NID 0x1e [Port F (Front HP/MIC)]:
64 * Jack Front Mic In 1/8" Pink
65 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020066 AZALIA_PIN_CFG(0, 0x1e, 0x02a19138),
Nico Huberefe1fed2013-04-29 18:00:57 +020067
68 /*
69 * NID 0x1f [CD]:
70 * Jack Int.(ATAPI) CD ATAPI internal Black
71 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020072 AZALIA_PIN_CFG(0, 0x1f, 0x19331137),
Nico Huberefe1fed2013-04-29 18:00:57 +020073
74 /*
75 * NID 0x20 [N/A]:
76 * Jack Rear S/PDIF Out RCA Unknown
77 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020078 AZALIA_PIN_CFG(0, 0x20, 0x014401f0),
Nico Huberefe1fed2013-04-29 18:00:57 +020079
80 /*
81 * NID 0x21 [N/A]:
82 * None Internal S/PDIF Out Other Digital Unknown
83 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020084 AZALIA_PIN_CFG(0, 0x21, 0x504600f0),
Nico Huberefe1fed2013-04-29 18:00:57 +020085
86 /*
87 * NID 0x22 [Port G (C/LFE)]:
88 * Jack Internal Speaker Unknown Orange
89 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020090 AZALIA_PIN_CFG(0, 0x22, 0x10106111),
Nico Huberefe1fed2013-04-29 18:00:57 +020091
92 /*
93 * NID 0x23 [Port H (SSL/SSR)]:
94 * Jack Internal Speaker Unknown Grey
95 */
Vladimir Serbinenkof91ecce2014-09-04 21:47:03 +020096 AZALIA_PIN_CFG(0, 0x23, 0x10102114),
Nico Huberefe1fed2013-04-29 18:00:57 +020097
98
99 /* coreboot specific header */
100 0x80862806, // Codec Vendor / Device ID: Intel PantherPoint HDMI
101 0x80860101, // Subsystem ID
102 0x00000004, // Number of jacks
103
104 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x80860101 */
Vladimir Serbinenko02d674a2014-09-04 22:04:11 +0200105 AZALIA_SUBVENDOR(0x0, 0x80860101),
Nico Huberefe1fed2013-04-29 18:00:57 +0200106
107 /* Pin Complex (NID 0x05) Digital Out at Int HDMI */
Vladimir Serbinenko02d674a2014-09-04 22:04:11 +0200108 AZALIA_PIN_CFG(0x3, 0x05, 0x58560010),
Nico Huberefe1fed2013-04-29 18:00:57 +0200109
110 /* Pin Complex (NID 0x06) Digital Out at Int HDMI */
Vladimir Serbinenko02d674a2014-09-04 22:04:11 +0200111 AZALIA_PIN_CFG(0x3, 0x06, 0x18560020),
Nico Huberefe1fed2013-04-29 18:00:57 +0200112
113 /* Pin Complex (NID 0x07) Digital Out at Int HDMI */
Vladimir Serbinenko02d674a2014-09-04 22:04:11 +0200114 AZALIA_PIN_CFG(0x3, 0x07, 0x18560030)
Nico Huberefe1fed2013-04-29 18:00:57 +0200115};