Use subsystem id from devicetree.cb instead of Kconfig and move
[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     subsystemid 0x1462 0x7135 inherit
10     chip northbridge/amd/amdk8                  # Northbridge / RAM controller
11       device pci 18.0 on                        # Link 0 == LDT 0
12         chip southbridge/nvidia/ck804           # Southbridge
13           device pci 0.0 on end                 # HT
14           device pci 1.0 on                     # LPC
15             chip superio/winbond/w83627thg      # Super I/O
16               device pnp 4e.0 on                # Floppy
17                 io 0x60 = 0x3f0
18                 irq 0x70 = 6
19                 drq 0x74 = 2
20               end
21               device pnp 4e.1 on                # Parallel port
22                 io 0x60 = 0x378
23                 irq 0x70 = 7
24                 drq 0x74 = 3
25               end
26               device pnp 4e.2 on                # Com1
27                 io 0x60 = 0x3f8
28                 irq 0x70 = 4
29               end
30               device pnp 4e.3 on                # Com2
31                 io 0x60 = 0x2f8
32                 irq 0x70 = 3
33               end
34               device pnp 4e.5 on                # PS/2 keyboard & mouse
35                 io 0x60 = 0x60
36                 io 0x62 = 0x64
37                 irq 0x70 = 1
38                 irq 0x72 = 12
39               end
40               device pnp 4e.7 off end           # Game port, MIDI, GPIO 1 & 5
41               device pnp 4e.8 off end           # GPIO 2
42               device pnp 4e.9 off end           # GPIO 3, GPIO 4
43               device pnp 4e.a off end           # ACPI
44               device pnp 4e.b on                # Hardware monitor
45                 io 0x60 = 0x290
46                 irq 0x70 = 5
47               end
48             end
49           end
50           device pci 1.1 on end                 # SMbus
51           device pci 2.0 on end                 # USB 1.1
52           device pci 2.1 on end                 # USB 2
53           device pci 4.0 on end                 # Onboard audio (ACI)
54           device pci 4.1 off end                # Onboard modem (MCI), N/A
55           device pci 6.0 on end                 # IDE
56           device pci 7.0 on end                 # SATA 1
57           device pci 8.0 on end                 # SATA 0
58           device pci 9.0 on end                 # PCI
59           device pci a.0 on end                 # NIC
60           device pci b.0 off end                # PCI E 3 (N/A)
61           device pci c.0 off end                # PCI E 2 (N/A)
62           device pci d.0 on end                 # PCI E 1
63           device pci e.0 on end                 # PCI E 0
64           register "ide0_enable" = "1"
65           register "ide1_enable" = "1"
66           register "sata0_enable" = "1"
67           register "sata1_enable" = "1"
68         end
69       end
70       device pci 18.1 on end
71       device pci 18.2 on end
72       device pci 18.3 on end
73     end
74   end
75 end