blob: e3ce08829e2c28ba334f066dd52dc428539c7490 [file] [log] [blame]
Thaminda Edirisooriya8fad21d2015-07-29 17:43:20 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2014 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