Kconfig!
[coreboot.git] / src / mainboard / intel / mtarvon / devicetree.cb
1 chip northbridge/intel/i3100
2         device pci_domain 0 on
3                 device pci 00.0 on end # IMCH
4                 device pci 00.1 on end # IMCH error status
5                 device pci 01.0 on end # IMCH EDMA engine
6                 device pci 02.0 on end # PCIe port A/A0
7                 device pci 03.0 on end # PCIe port A1
8                 chip southbridge/intel/i3100
9                         # PIRQ line -> legacy IRQ mappings
10                         register "pirq_a_d" = "0x0b070a05"
11                         register "pirq_e_h" = "0x0a808080"
12
13                         device pci 1c.0 on end # PCIe port B0
14                         device pci 1c.1 on end # PCIe port B1
15                         device pci 1c.2 on end # PCIe port B2
16                         device pci 1c.3 on end # PCIe port B3
17                         device pci 1d.0 on end # USB (UHCI) 1
18                         device pci 1d.1 on end # USB (UHCI) 2
19                         device pci 1d.7 on end # USB (EHCI)
20                         device pci 1e.0 on end # PCI bridge
21                         device pci 1e.2 on end # audio
22                         device pci 1e.3 on end # modem
23                         device pci 1f.0 on     # LPC bridge
24                                 chip superio/intel/i3100
25                                         device pnp 4e.4 on # Com1
26                                                  io 0x60 = 0x3f8
27                                                 irq 0x70 = 4
28                                         end
29                                         device pnp 4e.5 on # Com2
30                                                  io 0x60 = 0x2f8
31                                                 irq 0x70 = 3
32                                         end
33                                 end
34                         end
35                         device pci 1f.2 on end # SATA
36                         device pci 1f.3 on end # SMBus
37                 end
38         end
39         device apic_cluster 0 on
40                 chip cpu/intel/socket_mPGA479M
41                         device apic 0 on end
42                 end
43         end
44 end