via epia-m now works with default x86.c instead of its own copy of vgabios.c.
[coreboot.git] / src / mainboard / via / epia-m / devicetree.cb
1 chip northbridge/via/vt8623
2
3         device apic_cluster 0 on
4                 chip cpu/via/model_c3
5                         device apic 0 on  end 
6                 end
7         end
8
9         device pci_domain 0 on
10
11                 device pci 0.0 on end
12                 device pci 1.0 on end
13
14                 chip southbridge/via/vt8235
15
16                         device pci 10.0 on end # USB 1.1
17                         device pci 10.1 on end # USB 1.1
18                         device pci 10.2 on end # USB 1.1
19                         device pci 10.3 on end # USB 2
20
21                         device pci 11.0 on      # Southbridge
22                                 chip superio/via/vt1211
23                                         device pnp 2e.0 on      # Floppy
24                                                 io 0x60 = 0x3f0
25                                                 irq 0x70 = 6
26                                                 drq 0x74 = 2
27                                         end
28                                         device pnp 2e.1 on      # Parallel Port
29                                                 io 0x60 = 0x378
30                                                 irq 0x70 = 7
31                                                 drq 0x74 = 3
32                                         end
33                                         device pnp 2e.2 on      # COM1
34                                                 io 0x60 = 0x3f8
35                                                 irq 0x70 = 4
36                                         end
37                                         device pnp 2e.3 on      # COM2
38                                                 io 0x60 = 0x2f8
39                                                 irq 0x70 = 3
40                                         end
41                                         device pnp 2e.b on      # HWM
42                                                 io 0x60 = 0xec00
43                                         end
44
45                                 end
46                         end
47                         
48                         device pci 11.1 on  end # IDE
49                         # 2-4 non existant?
50                         device pci 11.5 on  end # AC97 Audio
51                         device pci 11.6 off end # AC97 Modem
52                         device pci 12.0 on end  # Ethernet
53                 end
54 #               This is on the EPIA MII, not the M.
55                 chip southbridge/ricoh/rl5c476
56                         register "enable_cf" = "1"
57                         device pci 0a.0 on end
58                         device pci 0a.1 on end  
59                 end
60         end
61 end