diff options
Diffstat (limited to 'src/mainboard/kontron/bsl6/variants')
-rw-r--r-- | src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb | 10 | ||||
-rw-r--r-- | src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb | 14 |
2 files changed, 11 insertions, 13 deletions
diff --git a/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb b/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb index 9f300e971c..f34375eba1 100644 --- a/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb +++ b/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb @@ -5,7 +5,7 @@ chip soc/intel/skylake register "SkipExtGfxScan" = "1" device domain 0 on - device pci 1f.0 on + device ref lpc_espi on chip ec/kontron/kempld device generic 1.0 on # I2C chip drivers/i2c/lm96000 @@ -40,16 +40,14 @@ chip soc/intel/skylake end end end - end # LPC Interface - device pci 1f.4 on + end + device ref smbus on chip drivers/i2c/nct7802y register "fan[1].mode" = "FAN_MANUAL" register "fan[1].duty_cycle" = "100" device i2c 0x2e on end end - end # SMBus - device pci 1f.5 on end # PCH SPI - device pci 1f.6 on end # GbE # Debug + end end end diff --git a/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb b/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb index 9cbe824388..ecfcd6f66a 100644 --- a/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb +++ b/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb @@ -21,12 +21,12 @@ chip soc/intel/skylake register "SataPortsEnable[3]" = "1" device domain 0 on - device pci 1c.0 on end # PCI Express Port 1 - device pci 1c.1 on end # PCI Express Port 2 - device pci 1c.2 on end # PCI Express Port 3 - device pci 1c.3 on end # PCI Express Port 4 - device pci 1d.3 on end # PCI Express Port 12 - device pci 1f.4 on + device ref pcie_rp1 on end + device ref pcie_rp2 on end + device ref pcie_rp3 on end + device ref pcie_rp4 on end + device ref pcie_rp12 on end + device ref smbus on chip drivers/i2c/nct7802y register "peci[0]" = "{ PECI_DOMAIN_0, 100 }" register "fan[1].mode" = "FAN_SMART" @@ -40,6 +40,6 @@ chip soc/intel/skylake device i2c 0x2e on end end - end # SMBus + end end end |