Skip to content
Snippets Groups Projects
Commit 1eaa0b4e authored by Cooper Jr., Franklin's avatar Cooper Jr., Franklin Committed by Heiko Schocher
Browse files

ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1


Enable I2C0 and I2C1 which is needed to enable usage of DM I2C.

Signed-off-by: default avatarFranklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
parent c7d45ff9
No related branches found
No related tags found
No related merge requests found
...@@ -108,3 +108,11 @@ ...@@ -108,3 +108,11 @@
&mmc1 { &mmc1 {
status = "okay"; status = "okay";
}; };
&i2c0 {
status = "okay";
};
&i2c1 {
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment