Lines Matching +full:sci +full:- +full:reset
1 Texas Instruments System Control Interface (TI-SCI) Message Protocol
2 --------------------------------------------------------------------
16 TI-SCI controller Device Node:
19 The TI-SCI node describes the Texas Instrument's System Controller entity node.
21 specific functionality such as clocks, power domain, reset or additional
23 relationship between the TI-SCI parent node to the child node.
26 -------------------
27 - compatible: should be "ti,k2g-sci"
28 - mbox-names:
29 "rx" - Mailbox corresponding to receive path
30 "tx" - Mailbox corresponding to transmit path
32 - mboxes: Mailboxes corresponding to the mbox-names. Each value of the mboxes
35 sub-mailbox child node to be used for communication.
38 -------------------
39 - reg-names:
40 debug_messages - Map the Debug message region
41 - reg: register space corresponding to the debug_messages
42 - ti,system-reboot-controller: If system reboot can be triggered by SoC reboot
43 - ti,secure-host: If the host is defined as secure.
46 -------------
48 compatible = "ti,k2g-sci";
49 ti,host-id = <12>;
50 #address-cells = <1>;
51 #size-cells = <1>;
56 TI-SCI Client Device Node:
59 Client nodes are maintained as children of the relevant TI-SCI device node.
62 -------------
64 compatible = "ti,k2g-sci";