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:
parent
0f6cb5edcd
commit
ed27c1b75c
3 changed files with 40 additions and 0 deletions
15
samples/drivers/ps2/boards/mec1501modular_assy6885.overlay
Normal file
15
samples/drivers/ps2/boards/mec1501modular_assy6885.overlay
Normal 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;
|
||||
};
|
15
samples/drivers/ps2/boards/mec15xxevb_assy6853.overlay
Normal file
15
samples/drivers/ps2/boards/mec15xxevb_assy6853.overlay
Normal 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;
|
||||
};
|
10
samples/drivers/ps2/boards/mec172xevb_assy6906.overlay
Normal file
10
samples/drivers/ps2/boards/mec172xevb_assy6906.overlay
Normal 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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue