summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-riscv/devicetree.cb
blob: e0ebc9df1fc689641aec0044f7074f1f53b841f7 (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

chip soc/ucb/riscv
	device cpu_cluster 0 on end
	chip drivers/generic/generic # I2C0 controller
		device i2c 6 on end # Fake component for testing
	end
end