Drop baud rate init to an arbitrary baud rate from Super I/O code.
[coreboot.git] / src / mainboard / via / epia / devicetree.cb
1 chip northbridge/via/vt8601
2         device pci_domain 0 on
3                 device pci 0.0 on end                   # Northbridge
4 #               device pci 0.1 on                       # AGP bridge
5                 #       device pci 0.0 on end           # Integrated VGA
6 #               end
7                 chip southbridge/via/vt8231
8                         register "enable_native_ide" = "0"
9                         register "enable_com_ports" = "1"
10                         register "enable_keyboard" = "0"
11                         device pci 11.0 on              # Southbrdge
12                                 chip superio/winbond/w83627hf
13                                         device pnp 2e.0 on      #  Floppy
14                                            io 0x60 = 0x3f0
15                                           irq 0x70 = 6
16                                           drq 0x74 = 2
17                                         end
18                                         device pnp 2e.1 off     #  Parallel Port
19                                            io 0x60 = 0x378
20                                           irq 0x70 = 7
21                                         end
22                                         device pnp 2e.2 on      #  Com1
23                                            io 0x60 = 0x3f8
24                                           irq 0x70 = 4
25                                         end
26                                         device pnp 2e.3 off     #  Com2
27                                            io 0x60 = 0x2f8
28                                           irq 0x70 = 3
29                                         end
30                                         device pnp 2e.5 on      #  Keyboard
31                                            io 0x60 = 0x60
32                                            io 0x62 = 0x64
33                                           irq 0x70 = 1
34                                           irq 0x72 = 12
35                                         end
36                                 end
37                                 device pnp 2e.6 off end         #  CIR
38                                 device pnp 2e.7 off end         #  GAME_MIDI_GIPO1
39                                 device pnp 2e.8 off end         #  GPIO2
40                                 device pnp 2e.9 off end         #  GPIO3
41                                 device pnp 2e.a off end         #  ACPI
42                                 device pnp 2e.b on              #  HW Monitor
43                                         io 0x60 = 0x290
44                                 end
45                         end
46                         device pci 11.1 on  end         # Ide
47                         device pci 11.2 off end         # Usb port 0-1
48                         device pci 11.3 off end         # Usb port 2-3
49                         device pci 11.4 off end         # ACPI
50                         device pci 11.5 off end         # AC97 Audio
51                         device pci 11.6 on  end         # AC97 Modem
52                         device pci 12.0 on  end         # Ethernet
53                 end
54         end
55
56         device lapic_cluster 0 on
57                 chip cpu/via/model_c3
58                         device lapic 0 on end
59                 end
60         end
61 end