blob: e857276d5f20b6804ce68f61c7a8ae96268236d2 [file] [log] [blame]
Ronald G. Minnich66bea522016-10-25 19:11:07 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2016 Google, Inc.
5##
6## This software is licensed under the terms of the GNU General Public
7## License version 2, as published by the Free Software Foundation, and
8## may be copied, distributed, and modified under those terms.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14
15chip soc/ucb/riscv
16 device cpu_cluster 0 on end
17 chip drivers/generic/generic # I2C0 controller
18 device i2c 6 on end # Fake component for testing
19 end
20end