blob: e529c4b63e08a80564ff0718469ae851d2e7da82 [file] [log] [blame]
Simon Glass791f61b2012-12-03 13:56:51 +00001/dts-v1/;
2
Simon Glass7be7f3e2016-03-11 22:07:12 -07003#include <dt-bindings/gpio/x86-gpio.h>
Simon Glasse7ceeef2019-02-16 20:24:57 -07004#include <dt-bindings/sound/azalia.h>
5#include <pci_ids.h>
Simon Glass7be7f3e2016-03-11 22:07:12 -07006
Bin Mengaea05d82014-12-24 13:06:39 +08007/include/ "skeleton.dtsi"
Simon Glass3356cad2015-11-11 10:05:43 -07008/include/ "keyboard.dtsi"
Bin Meng82db36c2014-12-24 13:06:38 +08009/include/ "serial.dtsi"
Bin Mengaf5b8d22018-07-19 03:07:33 -070010/include/ "reset.dtsi"
Bin Meng770fd332015-07-15 16:23:39 +080011/include/ "rtc.dtsi"
Bin Meng38de0202015-11-13 00:11:22 -080012/include/ "tsc_timer.dtsi"
Simon Glass791f61b2012-12-03 13:56:51 +000013
Simon Glassbee77f62020-11-05 06:32:17 -070014#include "smbios.dtsi"
15
Simon Glass791f61b2012-12-03 13:56:51 +000016/ {
Simon Glass791f61b2012-12-03 13:56:51 +000017 model = "Google Link";
18 compatible = "google,link", "intel,celeron-ivybridge";
19
Simon Glass7f9f6a92015-01-19 22:16:13 -070020 aliases {
Bin Meng4f8d4e92016-01-27 00:56:34 -080021 spi0 = &spi;
Simon Glass74a9e6a2016-01-17 16:11:55 -070022 usb0 = &usb_0;
23 usb1 = &usb_1;
Simon Glass7f9f6a92015-01-19 22:16:13 -070024 };
25
Simon Glass791f61b2012-12-03 13:56:51 +000026 config {
27 silent_console = <0>;
28 };
29
Simon Glassb4974c42016-01-17 16:11:23 -070030 cpus {
31 #address-cells = <1>;
32 #size-cells = <0>;
33
34 cpu@0 {
35 device_type = "cpu";
36 compatible = "intel,core-gen3";
37 reg = <0>;
38 intel,apic-id = <0>;
39 };
40
41 cpu@1 {
42 device_type = "cpu";
43 compatible = "intel,core-gen3";
44 reg = <1>;
45 intel,apic-id = <1>;
46 };
47
48 cpu@2 {
49 device_type = "cpu";
50 compatible = "intel,core-gen3";
51 reg = <2>;
52 intel,apic-id = <2>;
53 };
54
55 cpu@3 {
56 device_type = "cpu";
57 compatible = "intel,core-gen3";
58 reg = <3>;
59 intel,apic-id = <3>;
60 };
61
62 };
63
Bin Mengaea05d82014-12-24 13:06:39 +080064 chosen {
65 stdout-path = "/serial";
Simon Glass791f61b2012-12-03 13:56:51 +000066 };
67
Simon Glass3356cad2015-11-11 10:05:43 -070068 keyboard {
69 intel,duplicate-por;
70 };
71
Simon Glass7be7f3e2016-03-11 22:07:12 -070072 pch_pinctrl {
73 compatible = "intel,x86-pinctrl";
74 u-boot,dm-pre-reloc;
75 reg = <0 0>;
76
77 gpio_a0 {
78 gpio-offset = <0 0>;
79 mode-gpio;
80 direction = <PIN_INPUT>;
81 };
82
83 gpio_a1 {
84 gpio-offset = <0>;
85 mode-gpio;
86 direction = <PIN_OUTPUT>;
87 output-value = <1>;
88 };
89
90 gpio_a3 {
91 gpio-offset = <0 3>;
92 mode-gpio;
93 direction = <PIN_INPUT>;
94 };
95
96 gpio_a5 {
97 gpio-offset = <0 5>;
98 mode-gpio;
99 direction = <PIN_INPUT>;
100 };
101
102 gpio_a6 {
103 gpio-offset = <0 6>;
104 mode-gpio;
105 direction = <PIN_OUTPUT>;
106 output-value = <1>;
107 };
108
109 gpio_a7 {
110 gpio-offset = <0 7>;
111 mode-gpio;
112 direction = <PIN_INPUT>;
113 invert;
114 };
115
116 gpio_a8 {
117 gpio-offset = <0 8>;
118 mode-gpio;
119 direction = <PIN_INPUT>;
120 invert;
121 };
122
123 gpio_a9 {
124 gpio-offset = <0 9>;
125 mode-gpio;
126 direction = <PIN_INPUT>;
127 };
128
129 gpio_a10 {
130 u-boot,dm-pre-reloc;
131 gpio-offset = <0 10>;
132 mode-gpio;
133 direction = <PIN_INPUT>;
134 };
135
136 gpio_a11 {
137 gpio-offset = <0 11>;
138 mode-gpio;
139 direction = <PIN_INPUT>;
140 };
141
142 gpio_a12 {
143 gpio-offset = <0 12>;
144 mode-gpio;
145 direction = <PIN_INPUT>;
146 invert;
147 };
148
149 gpio_a14 {
150 gpio-offset = <0 14>;
151 mode-gpio;
152 direction = <PIN_INPUT>;
153 invert;
154 };
155
156 gpio_a15 {
157 gpio-offset = <0 15>;
158 mode-gpio;
159 direction = <PIN_INPUT>;
160 invert;
161 };
162
163 gpio_a21 {
164 gpio-offset = <0 21>;
165 mode-gpio;
166 direction = <PIN_INPUT>;
167 };
168
169 gpio_a24 {
170 gpio-offset = <0 24>;
171 mode-gpio;
172 output-value = <0>;
173 direction = <PIN_OUTPUT>;
174 };
175
176 gpio_a28 {
177 gpio-offset = <0 28>;
178 mode-gpio;
179 direction = <PIN_INPUT>;
180 };
181
182 gpio_b4 {
183 gpio-offset = <0x30 4>;
184 mode-gpio;
185 direction = <PIN_OUTPUT>;
186 output-value = <1>;
187 };
188
189 gpio_b9 {
190 u-boot,dm-pre-reloc;
191 gpio-offset = <0x30 9>;
192 mode-gpio;
193 direction = <PIN_INPUT>;
194 };
195
196 gpio_b10 {
197 u-boot,dm-pre-reloc;
198 gpio-offset = <0x30 10>;
199 mode-gpio;
200 direction = <PIN_INPUT>;
201 };
202
203 gpio_b11 {
204 u-boot,dm-pre-reloc;
205 gpio-offset = <0x30 11>;
206 mode-gpio;
207 direction = <PIN_INPUT>;
208 };
209
210 gpio_b25 {
211 gpio-offset = <0x30 25>;
212 mode-gpio;
213 direction = <PIN_INPUT>;
214 };
215
216 gpio_b28 {
217 gpio-offset = <0x30 28>;
218 mode-gpio;
219 direction = <PIN_OUTPUT>;
220 output-value = <1>;
221 };
222
223 };
224
Simon Glasseec39ba2014-11-14 18:18:36 -0700225 pci {
Simon Glass582075c2016-01-17 16:11:41 -0700226 compatible = "pci-x86";
Simon Glass3da658a2015-03-05 12:25:32 -0700227 #address-cells = <3>;
228 #size-cells = <2>;
229 u-boot,dm-pre-reloc;
230 ranges = <0x02000000 0x0 0xe0000000 0xe0000000 0 0x10000000
231 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
232 0x01000000 0x0 0x1000 0x1000 0 0xefff>;
Simon Glass061e9ea2016-01-17 16:11:15 -0700233
234 northbridge@0,0 {
235 reg = <0x00000000 0 0 0 0>;
Simon Glassfc1e11c2017-01-16 07:04:24 -0700236 u-boot,dm-pre-reloc;
Simon Glass061e9ea2016-01-17 16:11:15 -0700237 compatible = "intel,bd82x6x-northbridge";
Simon Glassed5652c2016-03-06 19:28:12 -0700238 board-id-gpios = <&gpio_b 9 0>, <&gpio_b 10 0>,
239 <&gpio_b 11 0>, <&gpio_a 10 0>;
Simon Glassd7729f82016-03-06 19:28:11 -0700240 spd {
Simon Glassfc1e11c2017-01-16 07:04:24 -0700241 u-boot,dm-pre-reloc;
Simon Glassd7729f82016-03-06 19:28:11 -0700242 #address-cells = <1>;
243 #size-cells = <0>;
244 elpida_4Gb_1600_x16 {
Simon Glassfc1e11c2017-01-16 07:04:24 -0700245 u-boot,dm-pre-reloc;
Simon Glassd7729f82016-03-06 19:28:11 -0700246 reg = <0>;
247 data = [92 10 0b 03 04 19 02 02
248 03 52 01 08 0a 00 fe 00
249 69 78 69 3c 69 11 18 81
250 20 08 3c 3c 01 40 83 81
251 00 00 00 00 00 00 00 00
252 00 00 00 00 00 00 00 00
253 00 00 00 00 00 00 00 00
254 00 00 00 00 0f 11 42 00
255 00 00 00 00 00 00 00 00
256 00 00 00 00 00 00 00 00
257 00 00 00 00 00 00 00 00
258 00 00 00 00 00 00 00 00
259 00 00 00 00 00 00 00 00
260 00 00 00 00 00 00 00 00
261 00 00 00 00 00 02 fe 00
262 11 52 00 00 00 07 7f 37
263 45 42 4a 32 30 55 47 36
264 45 42 55 30 2d 47 4e 2d
265 46 20 30 20 02 fe 00 00
266 00 00 00 00 00 00 00 00
267 00 00 00 00 00 00 00 00
268 00 00 00 00 00 00 00 00
269 00 00 00 00 00 00 00 00
270 00 00 00 00 00 00 00 00
271 00 00 00 00 00 00 00 00
272 00 00 00 00 00 00 00 00
273 00 00 00 00 00 00 00 00
274 00 00 00 00 00 00 00 00
275 00 00 00 00 00 00 00 00
276 00 00 00 00 00 00 00 00
277 00 00 00 00 00 00 00 00
278 00 00 00 00 00 00 00 00];
279 };
280 samsung_4Gb_1600_1.35v_x16 {
Simon Glassfc1e11c2017-01-16 07:04:24 -0700281 u-boot,dm-pre-reloc;
Simon Glassd7729f82016-03-06 19:28:11 -0700282 reg = <1>;
283 data = [92 11 0b 03 04 19 02 02
284 03 11 01 08 0a 00 fe 00
285 69 78 69 3c 69 11 18 81
286 f0 0a 3c 3c 01 40 83 01
287 00 80 00 00 00 00 00 00
288 00 00 00 00 00 00 00 00
289 00 00 00 00 00 00 00 00
290 00 00 00 00 0f 11 02 00
291 00 00 00 00 00 00 00 00
292 00 00 00 00 00 00 00 00
293 00 00 00 00 00 00 00 00
294 00 00 00 00 00 00 00 00
295 00 00 00 00 00 00 00 00
296 00 00 00 00 00 00 00 00
297 00 00 00 00 00 80 ce 01
298 00 00 00 00 00 00 6a 04
299 4d 34 37 31 42 35 36 37
300 34 42 48 30 2d 59 4b 30
301 20 20 00 00 80 ce 00 00
302 00 00 00 00 00 00 00 00
303 00 00 00 00 00 00 00 00
304 00 00 00 00 00 00 00 00
305 00 00 00 00 00 00 00 00
306 00 00 00 00 00 00 00 00
307 00 00 00 00 00 00 00 00
308 00 00 00 00 00 00 00 00
309 00 00 00 00 00 00 00 00
310 00 00 00 00 00 00 00 00
311 00 00 00 00 00 00 00 00
312 00 00 00 00 00 00 00 00
313 00 00 00 00 00 00 00 00
314 00 00 00 00 00 00 00 00];
315 };
316 micron_4Gb_1600_1.35v_x16 {
317 reg = <2>;
318 data = [92 11 0b 03 04 19 02 02
319 03 11 01 08 0a 00 fe 00
320 69 78 69 3c 69 11 18 81
321 20 08 3c 3c 01 40 83 05
322 00 00 00 00 00 00 00 00
323 00 00 00 00 00 00 00 00
324 00 00 00 00 00 00 00 00
325 00 00 00 00 0f 01 02 00
326 00 00 00 00 00 00 00 00
327 00 00 00 00 00 00 00 00
328 00 00 00 00 00 00 00 00
329 00 00 00 00 00 00 00 00
330 00 00 00 00 00 00 00 00
331 00 00 00 00 00 00 00 00
332 00 00 00 00 00 80 2c 00
333 00 00 00 00 00 00 ad 75
334 34 4b 54 46 32 35 36 36
335 34 48 5a 2d 31 47 36 45
336 31 20 45 31 80 2c 00 00
337 00 00 00 00 00 00 00 00
338 00 00 00 00 00 00 00 00
339 00 00 00 00 00 00 00 00
340 ff ff ff ff ff ff ff ff
341 ff ff ff ff ff ff ff ff
342 ff ff ff ff ff ff ff ff
343 ff ff ff ff ff ff ff ff
344 ff ff ff ff ff ff ff ff
345 ff ff ff ff ff ff ff ff
346 ff ff ff ff ff ff ff ff
347 ff ff ff ff ff ff ff ff
348 ff ff ff ff ff ff ff ff
349 ff ff ff ff ff ff ff ff];
350 };
351 };
Simon Glass061e9ea2016-01-17 16:11:15 -0700352 };
353
Simon Glassa75abeb2016-01-17 16:11:59 -0700354 gma@2,0 {
355 reg = <0x00001000 0 0 0 0>;
Simon Glass85ff0b12014-11-14 20:56:37 -0700356 compatible = "intel,gma";
357 intel,dp_hotplug = <0 0 0x06>;
358 intel,panel-port-select = <1>;
359 intel,panel-power-cycle-delay = <6>;
360 intel,panel-power-up-delay = <2000>;
361 intel,panel-power-down-delay = <500>;
362 intel,panel-power-backlight-on-delay = <2000>;
363 intel,panel-power-backlight-off-delay = <2000>;
364 intel,cpu-backlight = <0x00000200>;
365 intel,pch-backlight = <0x04000000>;
366 };
367
Simon Glass37a91ff2016-01-17 16:11:50 -0700368 me@16,0 {
369 reg = <0x0000b000 0 0 0 0>;
370 compatible = "intel,me";
371 u-boot,dm-pre-reloc;
372 };
373
Simon Glass74a9e6a2016-01-17 16:11:55 -0700374 usb_1: usb@1a,0 {
375 reg = <0x0000d000 0 0 0 0>;
376 compatible = "ehci-pci";
377 };
378
Simon Glasse7ceeef2019-02-16 20:24:57 -0700379 hda@1b,0 {
380 reg = <0x0000d800 0 0 0 0>;
381 compatible = "intel,bd82x6x-hda";
382
383 /* These correspond to the Intel HDA specification */
384 beep-verbs = <
385 0x00170500 /* power up codec */
386 0x00270500 /* power up DAC */
387 0x00b70500 /* power up speaker */
388 0x00b70740 /* enable speaker out */
389 0x00b78d00 /* enable EAPD pin */
390 0x00b70c02 /* set EAPD pin */
391 0x0143b013>; /* beep volume */
392
393 codecs {
394 creative_codec: creative-ca0132 {
395 vendor-id = <PCI_VENDOR_ID_CREATIVE>;
396 device-id = <PCI_DEVICE_ID_CREATIVE_CA01322>;
397 };
398 intel_hdmi: hdmi {
399 vendor-id = <PCI_VENDOR_ID_INTEL>;
400 device-id = <PCI_DEVICE_ID_INTEL_COUGARPOINT_HDMI>;
401 };
402 };
403 };
404
Simon Glass74a9e6a2016-01-17 16:11:55 -0700405 usb_0: usb@1d,0 {
406 reg = <0x0000e800 0 0 0 0>;
407 compatible = "ehci-pci";
408 };
409
Simon Glass32761632016-01-18 20:19:21 -0700410 pch@1f,0 {
Simon Glasse0e7b362015-03-05 12:25:33 -0700411 reg = <0x0000f800 0 0 0 0>;
Simon Glass32761632016-01-18 20:19:21 -0700412 compatible = "intel,bd82x6x", "intel,pch9";
Simon Glass06e694f2015-03-26 09:29:29 -0600413 u-boot,dm-pre-reloc;
Simon Glasse4e56272014-10-10 07:30:13 -0600414 #address-cells = <1>;
415 #size-cells = <1>;
Simon Glassc1fd69e2014-11-14 18:18:37 -0700416 intel,pirq-routing = <0x8b 0x8a 0x8b 0x8b
417 0x80 0x80 0x80 0x80>;
418 intel,gpi-routing = <0 0 0 0 0 0 0 2
419 1 0 0 0 0 0 0 0>;
420 /* Enable EC SMI source */
421 intel,alt-gp-smi-enable = <0x0100>;
Simon Glass32761632016-01-18 20:19:21 -0700422
Bin Meng4f8d4e92016-01-27 00:56:34 -0800423 spi: spi {
Simon Glass06e694f2015-03-26 09:29:29 -0600424 #address-cells = <1>;
425 #size-cells = <0>;
Bin Mengd9406672016-02-01 01:40:37 -0800426 compatible = "intel,ich9-spi";
Simon Glassfc1e11c2017-01-16 07:04:24 -0700427 u-boot,dm-pre-reloc;
Simon Glass06e694f2015-03-26 09:29:29 -0600428 spi-flash@0 {
429 #size-cells = <1>;
430 #address-cells = <1>;
Simon Glassfc1e11c2017-01-16 07:04:24 -0700431 u-boot,dm-pre-reloc;
Simon Glass06e694f2015-03-26 09:29:29 -0600432 reg = <0>;
433 compatible = "winbond,w25q64",
Neil Armstrongf6625b42019-02-10 10:16:21 +0000434 "jedec,spi-nor";
Simon Glass06e694f2015-03-26 09:29:29 -0600435 memory-map = <0xff800000 0x00800000>;
436 rw-mrc-cache {
437 label = "rw-mrc-cache";
438 reg = <0x003e0000 0x00010000>;
Simon Glassfc1e11c2017-01-16 07:04:24 -0700439 u-boot,dm-pre-reloc;
Simon Glass06e694f2015-03-26 09:29:29 -0600440 };
441 };
442 };
Simon Glasseec39ba2014-11-14 18:18:36 -0700443
Simon Glass8a307ee2016-03-06 19:28:10 -0700444 gpio_a: gpioa {
Bin Meng6e916cc2016-02-01 01:40:47 -0800445 compatible = "intel,ich6-gpio";
446 u-boot,dm-pre-reloc;
Simon Glass8a307ee2016-03-06 19:28:10 -0700447 #gpio-cells = <2>;
448 gpio-controller;
Bin Meng6e916cc2016-02-01 01:40:47 -0800449 reg = <0 0x10>;
450 bank-name = "A";
451 };
452
Simon Glass8a307ee2016-03-06 19:28:10 -0700453 gpio_b: gpiob {
Bin Meng6e916cc2016-02-01 01:40:47 -0800454 compatible = "intel,ich6-gpio";
455 u-boot,dm-pre-reloc;
Simon Glass8a307ee2016-03-06 19:28:10 -0700456 #gpio-cells = <2>;
457 gpio-controller;
Bin Meng6e916cc2016-02-01 01:40:47 -0800458 reg = <0x30 0x10>;
459 bank-name = "B";
460 };
461
Simon Glass8a307ee2016-03-06 19:28:10 -0700462 gpio_c: gpioc {
Bin Meng6e916cc2016-02-01 01:40:47 -0800463 compatible = "intel,ich6-gpio";
464 u-boot,dm-pre-reloc;
Simon Glass8a307ee2016-03-06 19:28:10 -0700465 #gpio-cells = <2>;
466 gpio-controller;
Bin Meng6e916cc2016-02-01 01:40:47 -0800467 reg = <0x40 0x10>;
468 bank-name = "C";
469 };
470
Simon Glass06e694f2015-03-26 09:29:29 -0600471 lpc {
472 compatible = "intel,bd82x6x-lpc";
Simon Glasseec39ba2014-11-14 18:18:36 -0700473 #address-cells = <1>;
Simon Glass06e694f2015-03-26 09:29:29 -0600474 #size-cells = <0>;
Simon Glass044f1a02016-01-17 16:11:10 -0700475 u-boot,dm-pre-reloc;
Simon Glass62b37172016-01-17 16:11:11 -0700476 intel,gen-dec = <0x800 0xfc 0x900 0xfc>;
Simon Glass06e694f2015-03-26 09:29:29 -0600477 cros-ec@200 {
478 compatible = "google,cros-ec";
479 reg = <0x204 1 0x200 1 0x880 0x80>;
480
481 /*
482 * Describes the flash memory within
483 * the EC
484 */
485 #address-cells = <1>;
486 #size-cells = <1>;
487 flash@8000000 {
488 reg = <0x08000000 0x20000>;
489 erase-value = <0xff>;
490 };
Simon Glasseec39ba2014-11-14 18:18:36 -0700491 };
Simon Glasse4e56272014-10-10 07:30:13 -0600492 };
493 };
Simon Glass5cc400b2016-01-17 16:11:35 -0700494
495 sata@1f,2 {
496 compatible = "intel,pantherpoint-ahci";
497 reg = <0x0000fa00 0 0 0 0>;
498 u-boot,dm-pre-reloc;
499 intel,sata-mode = "ahci";
500 intel,sata-port-map = <1>;
501 intel,sata-port0-gen3-tx = <0x00880a7f>;
502 };
Simon Glass9afcd962016-01-17 16:11:45 -0700503
504 smbus: smbus@1f,3 {
505 compatible = "intel,ich-i2c";
506 reg = <0x0000fb00 0 0 0 0>;
507 u-boot,dm-pre-reloc;
508 };
Simon Glasse4e56272014-10-10 07:30:13 -0600509 };
Simon Glass0c84eec2014-11-12 22:42:22 -0700510
Simon Glass11328532015-08-22 18:31:37 -0600511 tpm {
512 reg = <0xfed40000 0x5000>;
513 compatible = "infineon,slb9635lpc";
514 };
515
Simon Glass0c84eec2014-11-12 22:42:22 -0700516 microcode {
Simon Glassfc1e11c2017-01-16 07:04:24 -0700517 u-boot,dm-pre-reloc;
Simon Glass0c84eec2014-11-12 22:42:22 -0700518 update@0 {
Simon Glassfc1e11c2017-01-16 07:04:24 -0700519 u-boot,dm-pre-reloc;
Simon Glass44679e72014-12-15 22:02:40 -0700520#include "microcode/m12306a9_0000001b.dtsi"
Simon Glass0c84eec2014-11-12 22:42:22 -0700521 };
522 };
523
Simon Glasse7ceeef2019-02-16 20:24:57 -0700524};
525
526&creative_codec {
527 verbs = <
528 /**
529 * Malcolm Setup. These correspond to the Intel HDA
530 * specification.
531 */
532 0x01570d09 0x01570c23 0x01570a01 0x01570df0
533 0x01570efe 0x01570775 0x015707d3 0x01570709
534 0x01570753 0x015707d4 0x015707ef 0x01570775
535 0x015707d3 0x01570709 0x01570702 0x01570737
536 0x01570778 0x01553cce 0x015575c9 0x01553dce
537 0x0155b7c9 0x01570de8 0x01570efe 0x01570702
538 0x01570768 0x01570762 0x01553ace 0x015546c9
539 0x01553bce 0x0155e8c9 0x01570d49 0x01570c88
540 0x01570d20 0x01570e19 0x01570700 0x01571a05
541 0x01571b29 0x01571a04 0x01571b29 0x01570a01
542
543 /* Pin Widget Verb Table */
544
545 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x144dc0c2 */
546 AZALIA_SUBVENDOR(0x0, 0x144dc0c2)
547
548 /*
549 * Pin Complex (NID 0x0B) Port-G Analog Unknown
550 * Speaker at Int N/A
551 */
552 AZALIA_PIN_CFG(0x0, 0x0b, 0x901700f0)
553
554 /* Pin Complex (NID 0x0C) N/C */
555 AZALIA_PIN_CFG(0x0, 0x0c, 0x70f000f0)
556
557 /* Pin Complex (NID 0x0D) N/C */
558 AZALIA_PIN_CFG(0x0, 0x0d, 0x70f000f0)
559
560 /* Pin Complex (NID 0x0E) N/C */
561 AZALIA_PIN_CFG(0x0, 0x0e, 0x70f000f0)
562
563 /* Pin Complex (NID 0x0F) N/C */
564 AZALIA_PIN_CFG(0x0, 0x0f, 0x70f000f0)
565
566 /* Pin Complex (NID 0x10) Port-D 1/8 Black HP Out at Ext Left */
567 AZALIA_PIN_CFG(0x0, 0x10, 0x032110f0)
568
569 /* Pin Complex (NID 0x11) Port-B Click Mic */
570 AZALIA_PIN_CFG(0x0, 0x11, 0x90a700f0)
571
572 /* Pin Complex (NID 0x12) Port-C Combo Jack Mic or D-Mic */
573 AZALIA_PIN_CFG(0x0, 0x12, 0x03a110f0)
574
575 /* Pin Complex (NID 0x13) What you hear */
576 AZALIA_PIN_CFG(0x0, 0x13, 0x90d600f0)>;
577};
578
579&intel_hdmi {
580 verbs = <
581 /* NID 0x01, HDA Codec Subsystem ID Verb Table: 0x80860101 */
582 AZALIA_SUBVENDOR(0x3, 0x80860101)
583
584 /* Pin Complex (NID 0x05) Digital Out at Int HDMI */
585 AZALIA_PIN_CFG(0x3, 0x05, 0x18560010)
586
587 /* Pin Complex (NID 0x06) Digital Out at Int HDMI */
588 AZALIA_PIN_CFG(0x3, 0x06, 0x18560020)
589
590 /* Pin Complex (NID 0x07) Digital Out at Int HDMI */
591 AZALIA_PIN_CFG(0x3, 0x07, 0x18560030)>;
Simon Glass791f61b2012-12-03 13:56:51 +0000592};