ARM: dts: vf-colibri: Add I2C support

Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Bhuvanchandra DV 2014-11-13 10:05:31 +05:30 committed by Shawn Guo
parent a04a0b6fed
commit 1ddeb484b1
2 changed files with 18 additions and 1 deletions

View file

@ -33,6 +33,10 @@ &fec1 {
status = "okay";
};
&i2c0 {
status = "okay";
};
&pwm0 {
status = "okay";
};
@ -51,4 +55,4 @@ &uart1 {
&uart2 {
status = "okay";
};
};

View file

@ -40,6 +40,12 @@ &fec1 {
pinctrl-0 = <&pinctrl_fec1>;
};
&i2c0 {
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c0>;
};
&pwm0 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm0>;
@ -127,6 +133,13 @@ VF610_PAD_PTC17__ENET_RMII1_TXEN 0x30d2
>;
};
pinctrl_i2c0: i2c0grp {
fsl,pins = <
VF610_PAD_PTB14__I2C0_SCL 0x37ff
VF610_PAD_PTB15__I2C0_SDA 0x37ff
>;
};
pinctrl_pwm0: pwm0grp {
fsl,pins = <
VF610_PAD_PTB0__FTM0_CH0 0x1182