| Texas Instruments' K3 Secure Proxy |
| =================================== |
| The Texas Instruments' K3 Secure Proxy is a mailbox controller that has |
| configurable threads maintained by System power processor. Each thread |
| has different address space that can be used to send or receive messages. |
| Secure Proxy Device Node: |
| =========================== |
| - compatible: Shall be: "ti,am654-secure-proxy" |
| - reg-names data - Map the data region |
| scfg - Map the secure configuration region |
| rt - Map the Realtime region. |
| - reg: Contains the register map per reg-names. |
| - #mbox-cells Shall be 1. Contains the thread ID. |
| secproxy: secproxy@285b0000 { |
| compatible = "ti,am654-secure-proxy"; |
| reg = <0x2a380000 0x80000>, |
| reg-names = "rt", "scfg", "data"; |
| systemcontroller: systemcontroller { |