arm64: dts: renesas: hihope-common: Add PCA9654 I/O expander
authorBiju Das <biju.das@bp.renesas.com>
Fri, 5 Jul 2019 10:15:18 +0000 (11:15 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 29 Jul 2019 13:36:00 +0000 (15:36 +0200)
Enable PCA9654 GPIO expander, so that we can configure its GPIOs later.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/hihope-common.dtsi

index 3311a98..1480242 100644 (file)
        clock-frequency = <400000>;
        status = "okay";
 
+       gpio_expander: gpio@20 {
+               compatible = "onnn,pca9654";
+               reg = <0x20>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
+
        versaclock5: clock-generator@6a {
                compatible = "idt,5p49v5923";
                reg = <0x6a>;