Add i2c eeprom to device tree
This eeprom is used to store some device relevant informations like hardware revision. Change-Id: I32bda9d5412bc5a96da0edb5ef0b6d1ba4caa2d8 Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-on: http://review.coreboot.org/1511 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
b3a18acb56
commit
ea8011b21d
|
@ -19,7 +19,11 @@ chip northbridge/amd/lx
|
|||
register "com2_irq" = "3"
|
||||
register "unwanted_vpci[0]" = "0" # End of list has a zero
|
||||
device pci 4.0 on end # Ethernet 0
|
||||
device pci f.0 on end # ISA Bridge
|
||||
device pci f.0 on # ISA Bridge
|
||||
chip drivers/generic/generic # eeprom
|
||||
device i2c 52 on end
|
||||
end
|
||||
end
|
||||
device pci f.2 on end # IDE Controller
|
||||
device pci f.3 on end # Audio
|
||||
device pci f.4 on end # OHCI
|
||||
|
|
Loading…
Reference in New Issue