remove usbdebug.h include from mainboard/romstage code
[coreboot.git] / src / mainboard / ibase / mb899 / devicetree.cb
1 chip northbridge/intel/i945
2
3         device lapic_cluster 0 on
4                 chip cpu/intel/socket_mFCPGA478
5                         device lapic 0 on end
6                 end
7         end
8
9         device pci_domain 0 on
10                 device pci 00.0 on end # host bridge
11                 device pci 01.0 off end # i945 PCIe root port
12                 device pci 02.0 on end # vga controller
13                 device pci 02.1 on end # display controller
14
15                 chip southbridge/intel/i82801gx
16                         register "pirqa_routing" = "0x05"
17                         register "pirqb_routing" = "0x07"
18                         register "pirqc_routing" = "0x05"
19                         register "pirqd_routing" = "0x07"
20                         register "pirqe_routing" = "0x80"
21                         register "pirqf_routing" = "0x80"
22                         register "pirqg_routing" = "0x80"
23                         register "pirqh_routing" = "0x06"
24
25                         # GPI routing
26                         #  0 No effect (default)
27                         #  1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
28                         #  2 SCI (if corresponding GPIO_EN bit is also set)
29                         register "gpi13_routing" = "1"
30
31                         register "ide_legacy_combined" = "0x0"
32                         register "ide_enable_primary" = "0x1"
33                         register "ide_enable_secondary" = "0x0"
34                         register "sata_ahci" = "0x1"
35
36                         #device pci 1b.0 on end # High Definition Audio
37                         device pci 1c.0 on end # PCIe
38                         device pci 1c.1 on end # PCIe
39                         device pci 1c.2 on end # PCIe
40                         #device pci 1c.3 off end # PCIe port 4
41                         #device pci 1c.4 off end # PCIe port 5
42                         #device pci 1c.5 off end # PCIe port 6
43                         device pci 1d.0 on end # USB UHCI
44                         device pci 1d.1 on end # USB UHCI
45                         device pci 1d.2 on end # USB UHCI
46                         device pci 1d.3 on end # USB UHCI
47                         device pci 1d.7 on end # USB2 EHCI
48                         device pci 1e.0 on end # PCI bridge
49                         #device pci 1e.2 off end # AC'97 Audio
50                         #device pci 1e.3 off end # AC'97 Modem
51                         device pci 1f.0 on # LPC bridge
52                                 chip superio/winbond/w83627ehg
53                                         device pnp 4e.0 off             # Floppy
54                                         end
55                                         device pnp 4e.1 off             # Parport
56                                         end
57                                         device pnp 4e.2 on              # COM1
58                                                  io 0x60 = 0x3f8
59                                                 irq 0x70 = 4
60                                         end
61                                         device pnp 4e.3 on              # COM2
62                                                  io 0x60 = 0x2f8
63                                                 irq 0x70 = 3
64                                                 irq 0xf1 = 4 # set IRMODE 0 # XXX not an irq
65                                         end
66                                         device pnp 4e.5 on              # PS/2 keyboard & mouse
67                                                  io 0x60 = 0x60
68                                                  io 0x62 = 0x64
69                                                 irq 0x70 = 1
70                                                 irq 0x72 = 12
71                                                 irq 0xf0 = 0x82         # HW accel A20.
72                                         end
73                                         device pnp 4e.106 off end       # Serial flash interface (SFI)
74                                         device pnp 4e.007 off end       # GPIO 1
75                                         device pnp 4e.107 off end       # Game port
76                                         device pnp 4e.207 on            # MIDI
77                                                 io 0x62 = 0x330
78                                                 irq 0x70 = 9
79                                         end
80                                         device pnp 4e.307 off end       # GPIO 6
81                                         device pnp 4e.8 off end         # WDTO#, PLED
82                                         device pnp 4e.009 on            # GPIO 2
83                                                 # All default
84                                         end
85                                         device pnp 4e.109 on            # GPIO 3
86                                                 irq 0xf0 = 0xfb         # set inputs/outputs
87                                                 irq 0xf1 = 0x66
88                                         end
89                                         device pnp 4e.209 on            # GPIO 4
90                                         end
91                                         device pnp 4e.309 off           # GPIO 5
92                                         end
93                                         device pnp 4e.a on              # ACPI
94                                                 # TODO: IRQ
95                                         end
96                                         device pnp 4e.b on              # HWM
97                                                 io 0x60 = 0x290
98                                                 irq 0x70 = 0
99                                         end
100
101                                 end
102
103                         end
104                         device pci 1f.1 on end  # IDE
105                         device pci 1f.2 on end  # SATA
106                         device pci 1f.3 on end  # SMBus
107                         #device pci 1f.4 off end # Realtek ID Codec
108                 end
109         end
110 end