Kconfig!
[coreboot.git] / src / mainboard / via / vt8454c / devicetree.cb
1 chip northbridge/via/cx700
2         device apic_cluster 0 on
3                 chip cpu/via/model_c7
4                         device apic 0 on end
5                 end
6         end
7         device pci_domain 0 on
8                 device pci 0.0 on end # AGP Bridge
9                 device pci 0.1 on end # Error Reporting
10                 device pci 0.2 on end # Host Bus Control
11                 device pci 0.3 on end # Memory Controller
12                 device pci 0.4 on end # Power Management
13                 device pci 0.7 on end # V-Link Controller
14                 device pci 1.0 on     # PCI Bridge
15                         chip drivers/pci/onboard
16                                 device pci 0.0 on end
17                                 #register "rom_address" = "0xfffc0000" #256k image
18                                 register "rom_address" = "0xfff80000" #512k image
19                                 #register "rom_address" = "0xfff00000" #1024k image
20                         end # Onboard Video
21                 end # PCI Bridge
22                 device pci f.0 on end # IDE/SATA
23                 #device pci f.1 on end # IDE
24                 device pci 10.0 on end # USB 1.1
25                 device pci 10.1 on end # USB 1.1
26                 device pci 10.2 on end # USB 1.1
27                 device pci 10.4 on end # USB 2.0
28                 device pci 11.0 on      # Southbridge LPC
29                         chip superio/via/vt1211
30                                 device pnp 2e.0 on      # Floppy
31                                         io 0x60 = 0x3f0
32                                         irq 0x70 = 6
33                                         drq 0x74 = 2
34                                 end
35                                 device pnp 2e.1 on      # Parallel Port
36                                         io 0x60 = 0x378
37                                         irq 0x70 = 7
38                                         drq 0x74 = 3
39                                 end
40                                 device pnp 2e.2 on      # COM1
41                                         io 0x60 = 0x3f8
42                                         irq 0x70 = 4
43                                 end
44                                 device pnp 2e.3 on      # COM2
45                                         io 0x60 = 0x2f8
46                                         irq 0x70 = 3
47                                 end
48                                 device pnp 2e.b on      # HWM
49                                         io 0x60 = 0xec00
50                                 end
51                         end # superio
52                 end # pci 11.0
53                 # 1-4 non existant
54                 #device pci 11.5 on end # AC97 Audio
55                 #device pci 11.6 off end # AC97 Modem
56                 #device pci 12.0 on end  # Ethernet
57         end # pci domain 0
58 end # cx700
59