ARM: dts: sabrelite: add i2c3
authorEric Nelson <eric.nelson@boundarydevices.com>
Tue, 2 Dec 2014 22:37:18 +0000 (15:37 -0700)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 5 Jan 2015 12:43:49 +0000 (20:43 +0800)
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-sabrelite.dtsi

index 3bddc8fe8144bca1b34872e9a11210c84a0ac52d..0b28a9d5241e5b137ec1f09df2e76f9070675289 100644 (file)
        status = "okay";
 };
 
+&i2c3 {
+       clock-frequency = <100000>;
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_i2c3>;
+       status = "okay";
+};
+
 &iomuxc {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_hog>;
                        >;
                };
 
+               pinctrl_i2c3: i2c3grp {
+                       fsl,pins = <
+                               MX6QDL_PAD_GPIO_5__I2C3_SCL             0x4001b8b1
+                               MX6QDL_PAD_GPIO_16__I2C3_SDA            0x4001b8b1
+                       >;
+               };
+
                pinctrl_pwm1: pwm1grp {
                        fsl,pins = <
                                MX6QDL_PAD_SD1_DAT3__PWM1_OUT 0x1b0b1
This page took 0.02599 seconds and 5 git commands to generate.