Remove unused ide0_enable and sata0_enable entries from SB7xx
[coreboot.git] / src / mainboard / gigabyte / ga-6bxc / devicetree.cb
1 chip northbridge/intel/i440bx           # Northbridge
2   device lapic_cluster 0 on             # APIC cluster
3     chip cpu/intel/slot_1               # CPU
4       device lapic 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/ite/it8671f        # Super I/O
13           device pnp 3f0.0 on           # Floppy
14             io 0x60 = 0x3f0
15             irq 0x70 = 6
16             drq 0x74 = 2
17           end
18           device pnp 3f0.1 on           # COM1
19             io 0x60 = 0x3f8
20             irq 0x70 = 4
21           end
22           device pnp 3f0.2 on           # COM2 / IR
23             io 0x60 = 0x2f8
24             irq 0x70 = 3
25           end
26           device pnp 3f0.3 on           # Parallel port
27             io 0x60 = 0x378
28             irq 0x70 = 7
29           end
30           device pnp 3f0.4 on           # APC
31           end
32           device pnp 3f0.5 on           # PS/2 keyboard
33             io 0x60 = 0x60
34             io 0x62 = 0x64
35             irq 0x70 = 1
36           end
37           device pnp 3f0.6 on           # PS/2 mouse
38             irq 0x70 = 12
39           end
40           device pnp 3f0.7 on           # GPIO
41           end
42         end
43       end
44       device pci 7.1 on end             # IDE
45       device pci 7.2 on end             # USB
46       device pci 7.3 on end             # ACPI
47       register "ide0_enable" = "1"
48       register "ide1_enable" = "1"
49       register "ide_legacy_enable" = "1"
50       # Enable UDMA/33 for higher speed if your IDE device(s) support it.
51       register "ide0_drive0_udma33_enable" = "0"
52       register "ide0_drive1_udma33_enable" = "0"
53       register "ide1_drive0_udma33_enable" = "0"
54       register "ide1_drive1_udma33_enable" = "0"
55     end
56   end
57 end