Commit c2bf9589 authored by Vanessa Maegima's avatar Vanessa Maegima Committed by Shawn Guo

ARM: dts: imx7s-warp: Enable I2C2 device support

Enable I2C2 device support.
Signed-off-by: default avatarVanessa Maegima <vanessa.maegima@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a58e4e60
...@@ -188,6 +188,13 @@ vgen6_reg: vldo4 { ...@@ -188,6 +188,13 @@ vgen6_reg: vldo4 {
}; };
}; };
&i2c2 {
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
};
&i2c4 { &i2c4 {
clock-frequency = <100000>; clock-frequency = <100000>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -280,6 +287,13 @@ MX7D_PAD_I2C1_SCL__I2C1_SCL 0x4000007f ...@@ -280,6 +287,13 @@ MX7D_PAD_I2C1_SCL__I2C1_SCL 0x4000007f
>; >;
}; };
pinctrl_i2c2: i2c2grp {
fsl,pins = <
MX7D_PAD_I2C2_SDA__I2C2_SDA 0x4000007f
MX7D_PAD_I2C2_SCL__I2C2_SCL 0x4000007f
>;
};
pinctrl_i2c4: i2c4grp { pinctrl_i2c4: i2c4grp {
fsl,pins = < fsl,pins = <
MX7D_PAD_I2C4_SCL__I2C4_SCL 0x4000007f MX7D_PAD_I2C4_SCL__I2C4_SCL 0x4000007f
......
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