blob: ae98d94fe1f9bc55dc9297b46b02a2b16f3ff132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
# TODO fill with Versatile Express board data in QEMU.
chip cpu/armltd/cortex-a9
chip drivers/generic/generic # I2C0 controller
device i2c 6 on end # Fake component for testing
end
end
|