boards: imx93_evk_mimx9352_a55: enable pcal6524 gpio expander

Enable pcal6524 gpio expander on i.MX 93 EVK

Signed-off-by: Chekhov Ma <chekhov.ma@nxp.com>
This commit is contained in:
Chekhov Ma 2024-08-05 15:15:14 +08:00 committed by Alberto Escolar
parent ac2d8993cc
commit 2e9507c3a6

View file

@ -145,6 +145,16 @@
*/
};
};
gpio_exp1: pcal6524@22 {
compatible = "nxp,pcal6524";
reg = <0x22>;
gpio-controller;
#gpio-cells = <2>;
ngpios = <24>;
int-gpios = <&gpio3 27 (GPIO_ACTIVE_LOW|GPIO_PULL_UP)>;
status = "okay";
};
};
&lpspi3 {