0cb7e328b5047364e959523758f38b662d9518ca
[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 end                      # Onboard video
10     chip southbridge/intel/i82801xx             # Southbridge
11       register "ide0_enable" = "1"
12       register "ide1_enable" = "1"
13
14       device pci 1e.0 on end                    # PCI bridge
15       device pci 1f.0 on                        # ISA/LPC bridge
16         chip superio/smsc/smscsuperio           # Super I/O (SMSC LPC47B27x)
17           device pnp 2e.0 on                    # Floppy
18             io 0x60 = 0x3f0
19             irq 0x70 = 6
20             drq 0x74 = 2
21           end
22           device pnp 2e.3 on                    # Parallel port
23             io 0x60 = 0x378
24             irq 0x70 = 7
25             drq 0x74 = 3
26           end
27           device pnp 2e.4 on                    # Com1
28             io 0x60 = 0x3f8
29             irq 0x70 = 4
30           end
31           device pnp 2e.5 off end               # Com2 (N/A)
32           device pnp 2e.7 on                    # PS/2 keyboard
33             irq 0x70 = 1
34             irq 0x72 = 0
35           end
36           device pnp 2e.9 off end               # Game port (N/A)
37           device pnp 2e.a on                    # Power-management events (PME)
38             io 0x60 = 0x800
39           end
40           device pnp 2e.b on                    # MIDI port
41             io 0x60 = 0x330
42             irq 0x70 = 5
43           end
44         end
45       end
46       device pci 1f.1 on end                    # IDE
47       device pci 1f.2 on end                    # USB
48       device pci 1f.3 on end                    # SMBus
49       device pci 1f.5 on end                    # AC'97 audio
50       device pci 1f.6 off end                   # AC'97 modem (N/A)
51     end
52   end
53 end
54