Kconfig!
[coreboot.git] / src / mainboard / nec / powermate2000 / devicetree.cb
1 chip northbridge/intel/i82810                   # Northbridge
2   device apic_cluster 0 on                      # APIC cluster
3     chip cpu/intel/socket_PGA370                # CPU
4       device apic 0 on end                      # APIC
5     end
6   end
7   device pci_domain 0 on
8     device pci 0.0 on end                       # Host bridge
9     device pci 1.0 off                          # Onboard video
10       # chip drivers/pci/onboard
11       #   device pci 1.0 on end
12       #   register "rom_address" = "0xfff80000"
13       # end
14     end
15     chip southbridge/intel/i82801xx             # Southbridge
16       register "ide0_enable" = "1"
17       register "ide1_enable" = "1"
18
19       device pci 1e.0 on end                    # PCI bridge
20       device pci 1f.0 on                        # ISA/LPC bridge
21         chip superio/smsc/smscsuperio           # Super I/O (SMSC LPC47B27x)
22           device pnp 2e.0 on                    # Floppy
23             io 0x60 = 0x3f0
24             irq 0x70 = 6
25             drq 0x74 = 2
26           end
27           device pnp 2e.3 on                    # Parallel port
28             io 0x60 = 0x378
29             irq 0x70 = 7
30             drq 0x74 = 3
31           end
32           device pnp 2e.4 on                    # Com1
33             io 0x60 = 0x3f8
34             irq 0x70 = 4
35           end
36           device pnp 2e.5 off end               # Com2 (N/A)
37           device pnp 2e.7 on                    # PS/2 keyboard
38             irq 0x70 = 1
39             irq 0x72 = 0
40           end
41           device pnp 2e.9 off end               # Game port (N/A)
42           device pnp 2e.a on                    # Power-management events (PME)
43             io 0x60 = 0x800
44           end
45           device pnp 2e.b on                    # MIDI port
46             io 0x60 = 0x330
47             irq 0x70 = 5
48           end
49         end
50       end
51       device pci 1f.1 on end                    # IDE
52       device pci 1f.2 on end                    # USB
53       device pci 1f.3 on end                    # SMBus
54       device pci 1f.5 on end                    # AC'97 audio
55       device pci 1f.6 off end                   # AC'97 modem (N/A)
56     end
57   end
58 end
59