Lines Matching +full:0 +full:- +full:mon +full:- +full:rtc +full:- +full:lp

1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (C) 2008-2011 Freescale Semiconductor Inc.
4 ---
5 $id: http://devicetree.org/schemas/crypto/fsl,sec-v4.0-mon.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Freescale Secure Non-Volatile Storage (SNVS)
11 - '"Horia Geantă" <horia.geanta@nxp.com>'
12 - Pankaj Gupta <pankaj.gupta@nxp.com>
13 - Gaurav Jain <gaurav.jain@nxp.com>
18 violations. This also included rtc, system power off and ON/OFF key.
23 - items:
24 - const: fsl,sec-v4.0-mon
25 - const: syscon
26 - const: simple-mfd
27 - items:
28 - const: fsl,sec-v5.0-mon
29 - const: fsl,sec-v4.0-mon
30 - items:
31 - enum:
32 - fsl,sec-v5.3-mon
33 - fsl,sec-v5.4-mon
34 - const: fsl,sec-v5.0-mon
35 - const: fsl,sec-v4.0-mon
43 snvs-rtc-lp:
47 Secure Non-Volatile Storage (SNVS) Low Power (LP) RTC Node
51 const: fsl,sec-v4.0-mon-rtc-lp
56 clock-names:
57 const: snvs-rtc
69 description: LP register offset
71 default: 0x34
74 - compatible
75 - interrupts
76 - regmap
78 snvs-powerkey:
82 The snvs-pwrkey is designed to enable POWER key function which controlled
90 const: fsl,sec-v4.0-pwrkey
95 clock-names:
96 const: snvs-pwrkey
105 wakeup-source: true
116 power-off-time-sec:
117 enum: [0, 5, 10, 15]
120 - compatible
121 - interrupts
122 - regmap
124 snvs-lpgpr:
125 $ref: /schemas/nvmem/snvs-lpgpr.yaml#
127 snvs-poweroff:
131 $ref: /schemas/power/reset/syscon-poweroff.yaml#
134 - compatible
135 - reg
140 - |
141 #include <dt-bindings/interrupt-controller/arm-gic.h>
142 #include <dt-bindings/clock/imx7d-clock.h>
144 sec_mon: sec-mon@314000 {
145 compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
146 reg = <0x314000 0x1000>;
148 snvs-rtc-lp {
149 compatible = "fsl,sec-v4.0-mon-rtc-lp";
151 offset = <0x34>;
153 clock-names = "snvs-rtc";
158 snvs-powerkey {
159 compatible = "fsl,sec-v4.0-pwrkey";
162 clock-names = "snvs-pwrkey";
165 wakeup-source;