Kconfig!
[coreboot.git] / src / mainboard / asus / mew-vm / devicetree.cb
1 chip northbridge/intel/i82810
2         device pci_domain 0 on 
3                 device pci 0.0 on end # Host bridge
4                 device pci 1.0 on # Onboard Video
5                         #chip drivers/pci/onboard
6                         #       device pci 1.0 on end
7                         #       register "rom_address" = "0xfff80000"
8                         #end
9                 end
10                 chip southbridge/intel/i82801xx # Southbridge
11                         register "ide0_enable" = "1"
12                         register "ide1_enable" = "1"
13
14                         device pci 1e.0 on # PCI Bridge
15                                 #chip drivers/pci/onboard
16                                 #       device pci 1.0 on end
17                                 #       register "rom_address" = "0xfff80000"
18                                 #end
19                         end
20                         device pci 1f.0 on  # ISA/LPC? Bridge
21                                 chip superio/smsc/lpc47b272
22                                         device pnp 2e.0 off # Floppy
23                                                 io 0x60 = 0x3f0
24                                                 irq 0x70 = 6
25                                                 drq 0x74 = 2
26                                         end
27                                         device pnp 2e.3 off # Parallel Port
28                                                 io 0x60 = 0x378
29                                                 irq 0x70 = 7
30                                         end
31                                         device pnp 2e.4 on # Com1
32                                                 io 0x60 = 0x3f8
33                                                 irq 0x70 = 4
34                                         end
35                                         device pnp 2e.5 off # Com2
36                                                 io 0x60 = 0x2f8
37                                                 irq 0x70 = 3
38                                         end
39                                         device pnp 2e.7 on # Keyboard
40                                                 io 0x60 = 0x60
41                                                 io 0x62 = 0x64
42                                                 irq 0x70 = 1 # Keyboard interrupt
43                                                 irq 0x72 = 12 # Mouse interrupt
44                                         end
45                                         device pnp 2e.a off end # ACPI
46                                 end
47                         end
48                         device pci 1f.1 on end # IDE
49                         device pci 1f.2 on end # USB
50                         device pci 1f.3 on end # SMBus
51                         device pci 1f.5 off end # AC'97, no header on MEW-VM
52                         device pci 1f.6 off end # AC'97 Modem (MC'97)
53                 end
54         end
55         chip cpu/intel/socket_PGA370
56         end
57 end
58