Kconfig!
[coreboot.git] / src / mainboard / intel / truxton / 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                 device pci 04.0 on end # ?
9                 device pci 08.0 off end # must be off to boot
10                 device pci 0d.0 off end # must be off to boot
11                 device pci 0d.1 off end # must be off to boot
12                 chip southbridge/intel/i3100
13                         # PIRQ line -> legacy IRQ mappings
14                         register "pirq_a_d" = "0x0b070a05"
15                         register "pirq_e_h" = "0x0a808080"
16
17                         device pci 1d.0 on end  # USB (UHCI)
18                         device pci 1d.7 on end  # USB (EHCI)
19                         device pci 1f.0 on      # LPC bridge
20                                 chip superio/intel/i3100
21                                         device pnp 4e.4 on # Com1
22                                                  io 0x60 = 0x3f8
23                                                 irq 0x70 = 4
24                                         end
25                                         device pnp 4e.5 on # Com2
26                                                  io 0x60 = 0x2f8
27                                                 irq 0x70 = 3
28                                         end
29                                 end
30                         end
31                         device pci 1f.2 on end  # SATA
32                         device pci 1f.3 on end  # SMBus
33                         device pci 1f.4 on end  # ?
34                 end
35         end
36         device apic_cluster 0 on
37                 chip cpu/intel/ep80579
38                         device apic 0 on end
39                 end
40         end
41 end