Kconfig!
[coreboot.git] / src / mainboard / tyan / s1846 / devicetree.cb
1 chip northbridge/intel/i440bx           # Northbridge
2   device apic_cluster 0 on              # APIC cluster
3     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually)
4       device apic 0 on end              # APIC
5     end
6   end
7   device pci_domain 0 on                # PCI domain
8     device pci 0.0 on end               # Host bridge
9     device pci 1.0 on end               # PCI/AGP bridge
10     chip southbridge/intel/i82371eb     # Southbridge
11       device pci 7.0 on                 # ISA bridge
12         chip superio/nsc/pc87309        # Super I/O
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 on            # Parallel port
19             io 0x60 = 0x378
20             irq 0x70 = 7
21           end
22           device pnp 2e.2 on            # COM2 / IR
23             io 0x60 = 0x2f8
24             irq 0x70 = 3
25           end
26           device pnp 2e.3 on            # COM1
27             io 0x60 = 0x3f8
28             irq 0x70 = 4
29           end
30           device pnp 2e.4 on            # Power management
31           end
32           device pnp 2e.5 on            # PS/2 mouse
33             irq 0x70 = 12
34           end
35           device pnp 2e.6 on            # PS/2 keyboard
36             io 0x60 = 0x60
37             io 0x62 = 0x64
38             irq 0x70 = 1
39           end
40         end
41       end
42       device pci 7.1 on end             # IDE
43       device pci 7.2 on end             # USB
44       device pci 7.3 on end             # ACPI
45       register "ide0_enable" = "1"
46       register "ide1_enable" = "1"
47       register "ide_legacy_enable" = "1"
48       # Enable UDMA/33 for higher speed if your IDE device(s) support it.
49       register "ide0_drive0_udma33_enable" = "0"
50       register "ide0_drive1_udma33_enable" = "0"
51       register "ide1_drive0_udma33_enable" = "0"
52       register "ide1_drive1_udma33_enable" = "0"
53     end
54   end
55 end