Skip to content

Commit

Permalink
ARM: imx: ventana: added GW16083 to device-tree
Browse files Browse the repository at this point in the history
Add support for the GW16083 Ethernet Expansion Mezzanine that can optionally
be connected to Ventana baseboards. We detect the GW16083 via its EEPROM on
I2C bus address 0x52.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
  • Loading branch information
Gateworks committed Dec 16, 2014
1 parent 35a41e4 commit 02623c8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6qdl-gw51xx.dtsi
Expand Up @@ -158,6 +158,11 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";

gw16083: gw16083@52 {
compatible = "gateworks,gw16083";
reg = <0x52>;
};
};

&i2c3 {
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
Expand Up @@ -218,6 +218,11 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";

gw16083: gw16083@52 {
compatible = "gateworks,gw16083";
reg = <0x52>;
};
};

&i2c3 {
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
Expand Up @@ -219,6 +219,11 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";

gw16083: gw16083@52 {
compatible = "gateworks,gw16083";
reg = <0x52>;
};
};

&i2c3 {
Expand Down
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
Expand Up @@ -308,6 +308,11 @@
};
};
};

gw16083: gw16083@52 {
compatible = "gateworks,gw16083";
reg = <0x52>;
};
};

&i2c3 {
Expand Down

0 comments on commit 02623c8

Please sign in to comment.