Commit cd3e43be authored by Biju Das's avatar Biju Das Committed by Geert Uytterhoeven

arm64: dts: renesas: hihope-common: Add PCA9654 I/O expander

Enable PCA9654 GPIO expander, so that we can configure its GPIOs later.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 816c5248
......@@ -162,6 +162,13 @@ &i2c4 {
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>;
......
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