drivers: ps2: microchip: PS2 wakeup pin configured in overlay

Updated the overlay files with PS2 wakeup pin

Signed-off-by: Manimaran A <manimaran.a@microchip.com>
This commit is contained in:
Manimaran A 2023-04-23 14:32:09 +05:30 committed by Anas Nashif
commit ed27c1b75c
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2023 Microchip Technology Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&ps2_0 { /* PS2DAT0B */
wakerx-gpios = <MCHP_GPIO_DECODE_010 GPIO_ACTIVE_HIGH>;
wakeup-source;
};
&ps2_1 { /* PS2DAT1B */
wakerx-gpios = <MCHP_GPIO_DECODE_155 GPIO_ACTIVE_HIGH>;
wakeup-source;
};

View file

@ -0,0 +1,15 @@
/*
* Copyright (c) 2023 Microchip Technology Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&ps2_0 { /* PS2DAT0B */
wakerx-gpios = <MCHP_GPIO_DECODE_010 GPIO_ACTIVE_HIGH>;
wakeup-source;
};
&ps2_1 { /* PS2DAT1B */
wakerx-gpios = <MCHP_GPIO_DECODE_155 GPIO_ACTIVE_HIGH>;
wakeup-source;
};

View file

@ -0,0 +1,10 @@
/*
* Copyright (c) 2023 Microchip Technology Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&ps2_0 { /* PS2DAT0A */
wakerx-gpios = <MCHP_GPIO_DECODE_115 GPIO_ACTIVE_HIGH>;
wakeup-source;
};