diff options
-rw-r--r-- | src/mainboard/purism/librem13/devicetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/purism/librem13/devicetree.cb b/src/mainboard/purism/librem13/devicetree.cb index af6641a658..ba38070a55 100644 --- a/src/mainboard/purism/librem13/devicetree.cb +++ b/src/mainboard/purism/librem13/devicetree.cb @@ -50,11 +50,11 @@ chip soc/intel/broadwell device pci 19.0 off end # GbE device pci 1b.0 on end # High Definition Audio device pci 1c.0 on end # PCIe Port #1 - device pci 1c.1 on end # PCIe Port #2 + device pci 1c.1 off end # PCIe Port #2 device pci 1c.2 on end # PCIe Port #3 - LAN device pci 1c.3 on end # PCIe Port #4 - WiFi - device pci 1c.4 off end # PCIe Port #5 - device pci 1c.5 off end # PCIe Port #6 + device pci 1c.4 on end # PCIe Port #5 + device pci 1c.5 on end # PCIe Port #6 - M.2 NVMe device pci 1d.0 off end # USB2 EHCI device pci 1e.0 off end # PCI bridge device pci 1f.0 on |