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:
parent
ac2d8993cc
commit
2e9507c3a6
1 changed files with 10 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue