blob: 010cae8e91dcaf18bf14c38a76c83a9ac2bd8d90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# This file is part of the coreboot project.
#
# Copyright (C) 2019 Asami Doi <d0iasm.pub@gmail.com>.
#
# SPDX-License-Identifier: GPL-2.0-or-later
# This file exists only to avoid a compile error. It needs a devicetree.cb that is not empty.
chip drivers/generic/generic # I2C0 controller
device i2c 6 on end # Fake component for testing
end
|