diff options
Diffstat (limited to 'src/mainboard/sapphire')
-rw-r--r-- | src/mainboard/sapphire/pureplatinumh61/devicetree.cb | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/mainboard/sapphire/pureplatinumh61/devicetree.cb b/src/mainboard/sapphire/pureplatinumh61/devicetree.cb index b1beae0eaf..9e6789df3a 100644 --- a/src/mainboard/sapphire/pureplatinumh61/devicetree.cb +++ b/src/mainboard/sapphire/pureplatinumh61/devicetree.cb @@ -17,38 +17,38 @@ chip northbridge/intel/sandybridge {0x9f, READ_NO_ADDR}, {0xad, WRITE_NO_ADDR}, {0x04, WRITE_NO_ADDR}}" - device pci 16.0 on # Management Engine Interface 1 + device ref mei1 on # Management Engine Interface 1 subsystemid 0x174b 0x1007 end - device pci 16.1 off end # Management Engine Interface 2 - device pci 16.2 off end # Management Engine IDE-R - device pci 16.3 off end # Management Engine KT - device pci 19.0 off end # Intel Gigabit Ethernet - device pci 1a.0 on # USB2 EHCI #2 + device ref mei2 off end # Management Engine Interface 2 + device ref me_ide_r off end # Management Engine IDE-R + device ref me_kt off end # Management Engine KT + device ref gbe off end # Intel Gigabit Ethernet + device ref ehci2 on # USB2 EHCI #2 subsystemid 0x174b 0x1007 end - device pci 1b.0 on # HD Audio Controller + device ref hda on # HD Audio Controller subsystemid 0x8086 0x1c20 end - device pci 1c.0 on # PCIe Port #1 + device ref pcie_rp1 on # PCIe Port #1 subsystemid 0x174b 0x1007 end - device pci 1c.1 off end # PCIe Port #2 - device pci 1c.2 off end # PCIe Port #3 - device pci 1c.3 off end # PCIe Port #4 - device pci 1c.4 on # PCIe Port #5 + device ref pcie_rp2 off end # PCIe Port #2 + device ref pcie_rp3 off end # PCIe Port #3 + device ref pcie_rp4 off end # PCIe Port #4 + device ref pcie_rp5 on # PCIe Port #5 subsystemid 0x174b 0x1007 end - device pci 1c.5 on # PCIe Port #6 + device ref pcie_rp6 on # PCIe Port #6 subsystemid 0x174b 0x1007 end - device pci 1c.6 off end # PCIe Port #7 - device pci 1c.7 off end # PCIe Port #8 - device pci 1d.0 on # USB2 EHCI #1 + device ref pcie_rp7 off end # PCIe Port #7 + device ref pcie_rp8 off end # PCIe Port #8 + device ref ehci1 on # USB2 EHCI #1 subsystemid 0x174b 0x1007 end - device pci 1e.0 off end # PCI bridge - device pci 1f.0 on # LPC bridge + device ref pci_bridge off end # PCI bridge + device ref lpc on # LPC bridge subsystemid 0x174b 0x1007 chip superio/fintek/f71808a register "multi_function_register_0" = "0x00" @@ -91,22 +91,22 @@ chip northbridge/intel/sandybridge end end end - device pci 1f.2 on # SATA Controller 1 + device ref sata1 on # SATA Controller 1 subsystemid 0x174b 0x1007 end - device pci 1f.3 on # SMBus + device ref smbus on # SMBus subsystemid 0x174b 0x1007 end - device pci 1f.5 off end # SATA Controller 2 - device pci 1f.6 off end # Thermal + device ref sata2 off end # SATA Controller 2 + device ref thermal off end # Thermal end - device pci 00.0 on # Host bridge + device ref host_bridge on # Host bridge subsystemid 0x174b 0x1007 end - device pci 01.0 on # PCIe Bridge for discrete graphics + device ref peg10 on # PCIe Bridge for discrete graphics subsystemid 0x174b 0x1007 end - device pci 02.0 on # Internal graphics VGA controller + device ref igd on # Internal graphics VGA controller subsystemid 0x8086 0x2010 end end |