mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 14:16:09 +07:00
arm64: dts: hikey: enable i2c0 and i2c1 for working with mezzanine boards
In HiKey board dts file, enable i2c0 and i2c1 for working with 96boards' LS mezzanine. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
5ff3a4ddd1
commit
0c2317512d
@ -45,6 +45,14 @@ soc {
|
||||
spi0: spi@f7106000 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
i2c0: i2c@f7100000 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
i2c1: i2c@f7101000 {
|
||||
status = "ok";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user