diff options
author | Jens Rottmann <JRottmann@LiPPERTEmbedded.de> | 2010-09-03 15:16:36 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-03 15:16:36 +0000 |
commit | c9140530261213bcd1c0a1eb8e44b4b06a3a5877 (patch) | |
tree | e1782c7dd46950110605acdca6b7c4371af9970c /src/mainboard/lippert/spacerunner-lx/devicetree.cb | |
parent | 4e1ac83bb61707210500a4bbf59c9aa6095e36b6 (diff) | |
download | coreboot-c9140530261213bcd1c0a1eb8e44b4b06a3a5877.tar.xz |
Update RoadRunner and SpaceRunner config to get in sync with current
standard BIOSes RRLX0013 and SRLX0013. Specifically move SPI and PME
I/Os to 0x1228 and 0x298 and switch SIO watchdog to ext. 48 MHz CLKIN.
Signed-off-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5775 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/spacerunner-lx/devicetree.cb')
-rw-r--r-- | src/mainboard/lippert/spacerunner-lx/devicetree.cb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/lippert/spacerunner-lx/devicetree.cb b/src/mainboard/lippert/spacerunner-lx/devicetree.cb index 5eeb7fc8c1..1fd2c54941 100644 --- a/src/mainboard/lippert/spacerunner-lx/devicetree.cb +++ b/src/mainboard/lippert/spacerunner-lx/devicetree.cb @@ -49,8 +49,8 @@ chip northbridge/amd/lx irq 0x70 = 7 end device pnp 2e.4 on # EC - io 0x60 = 0x290 - io 0x62 = 0x230 + io 0x60 = 0x290 # EC + io 0x62 = 0x298 # PME irq 0x70 = 9 end device pnp 2e.5 on # PS/2 keyboard @@ -62,8 +62,8 @@ chip northbridge/amd/lx irq 0x70 = 12 end device pnp 2e.7 on # GPIO - io 0x62 = 0x1220 - io 0x64 = 0x1200 + io 0x62 = 0x1220 # Simple I/O + io 0x64 = 0x1228 # SPI end device pnp 2e.8 off # MIDI io 0x60 = 0x300 |