OSDN Git Service

arm64: dts: imx8mm-evk: Enable pca6416 on i2c3 bus
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 8 Oct 2019 01:25:55 +0000 (09:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Oct 2019 13:16:15 +0000 (21:16 +0800)
Enable pca6416 on i.MX8MM EVK board's i2c3 bus.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-evk.dts

index 9624d7d..faefb71 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c3>;
        status = "okay";
+
+       pca6416: gpio@20 {
+               compatible = "ti,tca6416";
+               reg = <0x20>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
 };
 
 &sai3 {