Browse Source

ARM: dts: vf610-twr: enable i2c0 device

enable i2c0 device on Vybrid VF610 Tower Board

Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Jingchang Lu 12 years ago
parent
commit
d45393cd32
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/arm/boot/dts/vf610-twr.dts

+ 7 - 0
arch/arm/boot/dts/vf610-twr.dts

@@ -50,6 +50,13 @@
 	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>;