Drop W83627THF, it's the same device as W83627THG.
[coreboot.git] / src / mainboard / msi / ms7135 / devicetree.cb
1 chip northbridge/amd/amdk8/root_complex         # Root complex
2   device lapic_cluster 0 on                     # (L)APIC cluster
3     chip cpu/amd/socket_754                     # CPU socket
4       device lapic 0 on end                     # Local APIC of the CPU
5     end
6   end
7
8   device pci_domain 0 on                        # PCI domain
9     chip northbridge/amd/amdk8                  # Northbridge / RAM controller
10       device pci 18.0 on                        # Link 0 == LDT 0
11         chip southbridge/nvidia/ck804           # Southbridge
12           device pci 0.0 on end                 # HT
13           device pci 1.0 on                     # LPC
14             chip superio/winbond/w83627thg      # Super I/O
15               device pnp 4e.0 on                # Floppy
16                 io 0x60 = 0x3f0
17                 irq 0x70 = 6
18                 drq 0x74 = 2
19               end
20               device pnp 4e.1 on                # Parallel port
21                 io 0x60 = 0x378
22                 irq 0x70 = 7
23                 drq 0x74 = 3
24               end
25               device pnp 4e.2 on                # Com1
26                 io 0x60 = 0x3f8
27                 irq 0x70 = 4
28               end
29               device pnp 4e.3 on                # Com2
30                 io 0x60 = 0x2f8
31                 irq 0x70 = 3
32               end
33               device pnp 4e.5 on                # PS/2 keyboard & mouse
34                 io 0x60 = 0x60
35                 io 0x62 = 0x64
36                 irq 0x70 = 1
37                 irq 0x72 = 12
38               end
39               device pnp 4e.7 off end           # Game port, MIDI, GPIO 1 & 5
40               device pnp 4e.8 off end           # GPIO 2
41               device pnp 4e.9 off end           # GPIO 3, GPIO 4
42               device pnp 4e.a off end           # ACPI
43               device pnp 4e.b on                # Hardware monitor
44                 io 0x60 = 0x290
45                 irq 0x70 = 5
46               end
47             end
48           end
49           device pci 1.1 on end                 # SMbus
50           device pci 2.0 on end                 # USB 1.1
51           device pci 2.1 on end                 # USB 2
52           device pci 4.0 on end                 # Onboard audio (ACI)
53           device pci 4.1 off end                # Onboard modem (MCI), N/A
54           device pci 6.0 on end                 # IDE
55           device pci 7.0 on end                 # SATA 1
56           device pci 8.0 on end                 # SATA 0
57           device pci 9.0 on end                 # PCI
58           device pci a.0 on end                 # NIC
59           device pci b.0 off end                # PCI E 3 (N/A)
60           device pci c.0 off end                # PCI E 2 (N/A)
61           device pci d.0 on end                 # PCI E 1
62           device pci e.0 on end                 # PCI E 0
63           register "ide0_enable" = "1"
64           register "ide1_enable" = "1"
65           register "sata0_enable" = "1"
66           register "sata1_enable" = "1"
67         end
68       end
69       device pci 18.1 on end
70       device pci 18.2 on end
71       device pci 18.3 on end
72     end
73   end
74 end