Kconfig!
[coreboot.git] / src / mainboard / asi / mb_5blmp / devicetree.cb
1 chip northbridge/amd/gx1                # Northbridge
2   device pci_domain 0 on
3     device pci 0.0 on end               # Host bridge
4     chip southbridge/amd/cs5530         # Southbridge
5       device pci 0f.0 off end           # Ethernet (Realtek RTL8139B)
6       device pci 12.0 on                # ISA bridge
7         chip superio/nsc/pc87351        # Super I/O
8           device pnp 2e.4 on            # PS/2 keyboard (+ mouse?)
9             io 0x60 = 0x60
10             io 0x62 = 0x64
11             irq 0x70 = 1
12             # irq 0x72 = 12
13           end
14           device pnp 2e.a on            # PS/2 mouse
15             irq 0x70 = 12
16           end
17           device pnp 2e.e on            # COM1
18             io 0x60 = 0x3f8
19             irq 0x70 = 4
20           end
21           device pnp 2e.f off           # Floppy
22             io 0x60 = 0x3f2
23             irq 0x70 = 6
24             drq 0x74 = 2
25           end
26           device pnp 2e.10 on           # Parallel port
27             io 0x60 = 0x378
28             irq 0x70 = 7
29           end
30           device pnp 2e.12 on           # COM2
31             io 0x60 = 0x2f8
32             irq 0x70 = 3
33           end
34         end
35       end
36       device pci 12.1 off end           # SMI
37       device pci 12.2 on  end           # IDE
38       device pci 12.3 on  end           # Audio
39       device pci 12.4 on  end           # VGA (onboard)
40       # device pci 12.4 on              # VGA (onboard)
41       #   chip drivers/pci/onboard
42       #     device pci 12.4 on end
43       #     register "rom_address" = "0xfffc0000" # 256 KB image
44       #     # register "rom_address" = "0xfff80000" # 512 KB image
45       #     # register "rom_address" = "0xfff00000" # 1 MB image
46       #   end
47       # end
48       device pci 13.0 on end            # USB
49       register "ide0_enable" = "1"
50       register "ide1_enable" = "1"
51     end
52   end
53   chip cpu/amd/model_gx1                # CPU
54   end
55 end
56