1# Copyright 2023-2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP S32 Wake-up Unit 5 6compatible: "nxp,s32-wkpu" 7 8include: base.yaml 9 10properties: 11 reg: 12 required: true 13 14child-binding: 15 description: | 16 NXP S32 WKPU external interrupt configuration. Specific requirements for each 17 interrupt line can be specified by adding children nodes to this controller, 18 labeled `irq_<irq_number>`. For example: 19 20 irq_0: irq_0 { 21 filter-enable; 22 }; 23 24 properties: 25 filter-enable: 26 type: boolean 27 description: | 28 Enable analog glitch filter on the external interrupt pad input. 29