Skip to content
Snippets Groups Projects
Commit 500aacab authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board


This is used for on-board inter-connection.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent a65256d3
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
serial1 = &serial1;
serial2 = &serial2;
i2c0 = &i2c0;
i2c2 = &i2c2;
i2c4 = &i2c4;
i2c5 = &i2c5;
i2c6 = &i2c6;
......@@ -47,6 +48,10 @@
};
};
&i2c2 {
status = "okay";
};
&usb0 {
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