diff options
Diffstat (limited to 'src/mainboard/system76/lemp9')
-rw-r--r-- | src/mainboard/system76/lemp9/devicetree.cb | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/mainboard/system76/lemp9/devicetree.cb b/src/mainboard/system76/lemp9/devicetree.cb index dc2a9fe722..f0cee063e7 100644 --- a/src/mainboard/system76/lemp9/devicetree.cb +++ b/src/mainboard/system76/lemp9/devicetree.cb @@ -45,13 +45,6 @@ chip soc/intel/cannonlake [PchSerialIoIndexI2C0] = PchSerialIoPci, // Touchpad }" - # SATA - register "SataMode" = "Sata_AHCI" - register "SataSalpSupport" = "0" - - register "SataPortsEnable[1]" = "1" - register "SataPortsEnable[2]" = "1" - # Audio register "PchHdaDspEnable" = "0" register "PchHdaAudioLinkHda" = "1" @@ -181,7 +174,12 @@ chip soc/intel/cannonlake device pci 16.3 off end # Management Engine KT Redirection device pci 16.4 off end # Management Engine Interface 3 device pci 16.5 off end # Management Engine Interface 4 - device pci 17.0 on end # SATA + device pci 17.0 on # SATA + register "SataMode" = "Sata_AHCI" + register "SataSalpSupport" = "0" + register "SataPortsEnable[1]" = "1" + register "SataPortsEnable[2]" = "1" + end device pci 19.0 off end # I2C #4 device pci 19.1 off end # I2C #5 device pci 19.2 on end # UART #2 |