Since some people disapprove of white space cleanups mixed in regular commits
[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                         #       device pci 1.0 on end
6                 end
7                 chip southbridge/intel/i82801ax # Southbridge
8                         register "ide0_enable" = "1"
9                         register "ide1_enable" = "1"
10
11                         device pci 1e.0 on # PCI Bridge
12                                 #       device pci 1.0 on end
13                         end
14                         device pci 1f.0 on  # ISA/LPC? Bridge
15                                 chip superio/smsc/lpc47b272
16                                         device pnp 2e.0 off # Floppy
17                                                 io 0x60 = 0x3f0
18                                                 irq 0x70 = 6
19                                                 drq 0x74 = 2
20                                         end
21                                         device pnp 2e.3 off # Parallel Port
22                                                 io 0x60 = 0x378
23                                                 irq 0x70 = 7
24                                         end
25                                         device pnp 2e.4 on # Com1
26                                                 io 0x60 = 0x3f8
27                                                 irq 0x70 = 4
28                                         end
29                                         device pnp 2e.5 off # Com2
30                                                 io 0x60 = 0x2f8
31                                                 irq 0x70 = 3
32                                         end
33                                         device pnp 2e.7 on # Keyboard
34                                                 io 0x60 = 0x60
35                                                 io 0x62 = 0x64
36                                                 irq 0x70 = 1 # Keyboard interrupt
37                                                 irq 0x72 = 12 # Mouse interrupt
38                                         end
39                                         device pnp 2e.a off end # ACPI
40                                 end
41                         end
42                         device pci 1f.1 on end # IDE
43                         device pci 1f.2 on end # USB
44                         device pci 1f.3 on end # SMBus
45                         device pci 1f.5 off end # AC'97, no header on MEW-VM
46                         device pci 1f.6 off end # AC'97 Modem (MC'97)
47                 end
48         end
49         chip cpu/intel/socket_PGA370
50         end
51 end
52