summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@avencall.com>2012-12-11 18:14:03 +0100
committerNoe Rubinstein <nrubinstein@avencall.com>2012-12-11 18:14:03 +0100
commit303c0044a629e1fc644bd6d227e095a1d5a86b93 (patch)
tree75048d50eaf3370e3f042dff721a8650d70ac314
parent385fb2000c1a149d441eb11b3001877555d69e40 (diff)
invert serials
-rw-r--r--src/mainboard/intel/truxton/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/intel/truxton/devicetree.cb b/src/mainboard/intel/truxton/devicetree.cb
index 13c59cb59..c1714230a 100644
--- a/src/mainboard/intel/truxton/devicetree.cb
+++ b/src/mainboard/intel/truxton/devicetree.cb
@@ -19,11 +19,11 @@ chip northbridge/intel/i3100
device pci 1d.7 on end # USB (EHCI)
device pci 1f.0 on # LPC bridge
chip superio/intel/i3100
- device pnp 4e.4 on # Com1
+ device pnp 4e.5 on # Com1
io 0x60 = 0x3f8
irq 0x70 = 4
end
- device pnp 4e.5 on # Com2
+ device pnp 4e.4 on # Com2
io 0x60 = 0x2f8
irq 0x70 = 3
end