iicoc: add support for SiFive HiFive Unmatched

Reviewed by:	jrtc27, philip
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D32737
This commit is contained in:
Thomas Skibo 2021-11-01 12:23:22 +08:00 committed by Philip Paeps
parent 4f889260c3
commit e528757ca6

View File

@ -55,6 +55,9 @@ __FBSDID("$FreeBSD$");
static struct ofw_compat_data compat_data[] = {
{ "opencores,i2c-ocores", 1 },
{ "sifive,fu740-c000-i2c", 1 },
{ "sifive,fu540-c000-i2c", 1 },
{ "sifive,i2c0", 1 },
{ NULL, 0 }
};