Kconfig!
[coreboot.git] / src / mainboard / iei / juki-511p / devicetree.cb
1 chip northbridge/amd/gx1
2   device pci_domain 0 on
3     device pci 0.0 on end
4       chip southbridge/amd/cs5530
5
6         device pci 12.0 on
7           chip superio/winbond/w83977f
8             device pnp 3f0.0 on         # FDC
9               irq 0x70 = 6
10             end
11             device pnp 3f0.1 on         # Parallel port
12               io 0x60 = 0x378
13               irq 0x70 = 7
14             end
15             device pnp 3f0.2 on         # COM1
16               io 0x60 = 0x3f8
17               irq 0x70 = 4
18             end
19             register "com1" = "{115200}"
20             device pnp 3f0.3 on         # COM2
21               io 0x60 = 0x2f8
22               irq 0x70 = 3
23             end
24             register "com2" = "{115200}"
25             device pnp 3f0.4 on         # RTC
26               io 0x60 = 0x070
27               irq 0x70 = 8
28             end
29             device pnp 3f0.5 on         # Keyboard
30               io 0x60 = 0x60
31               io 0x62 = 0x64
32               irq 0x70 = 1              # Int  1 for PS/2 keyboard
33               irq 0x72 = 12             # Int 12 for PS/2 mouse
34             end
35             device pnp 3f0.6 off        # IR
36             end
37             device pnp 3f0.7 off        # GPIO1
38             end
39             device pnp 3f0.8 off        # GPIO
40             end
41           end
42         device pci 12.1 on end          # SMI
43         device pci 12.2 on end          # IDE
44         device pci 12.3 on end          # Audio
45         device pci 12.4 on end          # VGA onboard
46
47       end
48
49       device pci 0e.0 on end            # ETH0
50       device pci 13.0 on end            # USB
51
52     end
53   end
54
55   chip cpu/amd/model_gx1
56   end
57
58 end
59