Kconfig!
[coreboot.git] / src / mainboard / compaq / deskpro_en_sff_p600 / 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     device pci a.0 on end               # NIC (onboard)
11     chip southbridge/intel/i82371eb     # Southbridge
12       device pci 14.0 on                # ISA bridge
13         # chip superio/nsc/pc97307      # Super I/O
14         chip superio/nsc/pc97317        # Super I/O (FIXME: Should be PC97307!)
15           device pnp 15c.0 on           # PS/2 keyboard
16             io 0x60 = 0x60
17             io 0x62 = 0x64
18             irq 0x70 = 1
19           end
20           device pnp 15c.1 on           # PS/2 mouse
21             irq 0x70 = 12
22           end
23           device pnp 15c.2 on           # RTC, APC
24             io 0x60 = 0x70
25             irq 0x70 = 8
26           end
27           device pnp 15c.3 on           # Floppy
28             io 0x60 = 0x3f0
29             irq 0x70 = 6
30             drq 0x74 = 2
31           end
32           device pnp 15c.4 on           # Parallel port
33             io 0x60 = 0x378
34             irq 0x70 = 7
35           end
36           device pnp 15c.5 on           # COM2 / IR
37             io 0x60 = 0x2f8
38             irq 0x70 = 3
39           end
40           device pnp 15c.6 on           # COM1
41             io 0x60 = 0x3f8
42             irq 0x70 = 4
43           end
44           device pnp 15c.7 on           # GPIO 1
45           end
46           device pnp 15c.8 on           # Power management
47           end
48         end
49       end
50       device pci 14.1 on end            # IDE
51       device pci 14.2 on end            # USB
52       device pci 14.3 on end            # ACPI
53       register "ide0_enable" = "1"
54       register "ide1_enable" = "1"
55       register "ide_legacy_enable" = "1"
56       # Enable UDMA/33 for higher speed if your IDE device(s) support it.
57       register "ide0_drive0_udma33_enable" = "0"
58       register "ide0_drive1_udma33_enable" = "0"
59       register "ide1_drive0_udma33_enable" = "0"
60       register "ide1_drive1_udma33_enable" = "0"
61     end
62   end
63 end