Lines Matching +full:wakeup +full:- +full:mode
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/fsl,ls-ftm-alarm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Frank Li <[email protected]>
15 - fsl,ls1012a-ftm-alarm
16 - fsl,ls1021a-ftm-alarm
17 - fsl,ls1028a-ftm-alarm
18 - fsl,ls1043a-ftm-alarm
19 - fsl,ls1046a-ftm-alarm
20 - fsl,ls1088a-ftm-alarm
21 - fsl,ls208xa-ftm-alarm
22 - fsl,lx2160a-ftm-alarm
30 fsl,rcpm-wakeup:
31 $ref: /schemas/types.yaml#/definitions/phandle-array
33 - items:
34 - description: phandle to rcpm node
35 - description: bit mask of IPPDEXPCR0
36 - description: bit mask of IPPDEXPCR1
37 - description: bit mask of IPPDEXPCR2
38 - description: bit mask of IPPDEXPCR3
39 - description: bit mask of IPPDEXPCR4
40 - description: bit mask of IPPDEXPCR5
41 - description: bit mask of IPPDEXPCR6
47 big-endian:
50 If the host controller is big-endian mode, specify this property.
51 The default endian mode is little-endian.
54 - compatible
55 - reg
56 - interrupts
57 - fsl,rcpm-wakeup
60 - $ref: rtc.yaml#
65 - |
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
69 compatible = "fsl,ls1088a-ftm-alarm";
71 fsl,rcpm-wakeup = <&rcpm 0x0 0x0 0x0 0x0 0x4000 0x0>;