Lines Matching +full:secure +full:- +full:only
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mailbox/ti,secure-proxy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments' Secure Proxy
10 - Nishanth Menon <nm@ti.com>
13 The Texas Instruments' secure proxy is a mailbox controller that has
16 called "threads" or "proxies" - each instance is unidirectional and is
22 pattern: "^mailbox@[0-9a-f]+$"
25 const: ti,am654-secure-proxy
27 "#mbox-cells":
30 Contains the secure proxy thread ID used for the specific transfer path.
32 reg-names:
34 - const: target_data
35 - const: rt
36 - const: scfg
41 interrupt-names:
45 pattern: "^rx_[0-9]{3}$"
48 secure proxy thread in the form 'rx_<PID>'.
54 Contains the interrupt information for the Rx interrupt path for secure
58 - compatible
59 - reg-names
60 - reg
61 - interrupt-names
62 - interrupts
63 - "#mbox-cells"
68 - |
69 #include <dt-bindings/interrupt-controller/arm-gic.h>
71 compatible = "ti,am654-secure-proxy";
72 #mbox-cells = <1>;
73 reg-names = "target_data", "rt", "scfg";
77 interrupt-names = "rx_011";