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:
parent
4f889260c3
commit
e528757ca6
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user