Commit d45393cd authored by Jingchang Lu's avatar Jingchang Lu Committed by Shawn Guo

ARM: dts: vf610-twr: enable i2c0 device

enable i2c0 device on Vybrid VF610 Tower Board
Signed-off-by: default avatarJingchang Lu <b35083@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 10ed76d7
......@@ -50,6 +50,13 @@ &fec1 {
status = "okay";
};
&i2c0 {
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c0_1>;
status = "okay";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1_1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment