Commit 1ddeb484 authored by Bhuvanchandra DV's avatar Bhuvanchandra DV Committed by Shawn Guo

ARM: dts: vf-colibri: Add I2C support

Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent a04a0b6f
...@@ -33,6 +33,10 @@ &fec1 { ...@@ -33,6 +33,10 @@ &fec1 {
status = "okay"; status = "okay";
}; };
&i2c0 {
status = "okay";
};
&pwm0 { &pwm0 {
status = "okay"; status = "okay";
}; };
...@@ -51,4 +55,4 @@ &uart1 { ...@@ -51,4 +55,4 @@ &uart1 {
&uart2 { &uart2 {
status = "okay"; status = "okay";
}; };
\ No newline at end of file
...@@ -40,6 +40,12 @@ &fec1 { ...@@ -40,6 +40,12 @@ &fec1 {
pinctrl-0 = <&pinctrl_fec1>; pinctrl-0 = <&pinctrl_fec1>;
}; };
&i2c0 {
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c0>;
};
&pwm0 { &pwm0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm0>; pinctrl-0 = <&pinctrl_pwm0>;
...@@ -127,6 +133,13 @@ VF610_PAD_PTC17__ENET_RMII1_TXEN 0x30d2 ...@@ -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 { pinctrl_pwm0: pwm0grp {
fsl,pins = < fsl,pins = <
VF610_PAD_PTB0__FTM0_CH0 0x1182 VF610_PAD_PTB0__FTM0_CH0 0x1182
......
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