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" for TI 66AK2G SoC
28 should be "ti,am654-sci" for for TI AM654 SoC
29 - mbox-names:
30 "rx" - Mailbox corresponding to receive path
31 "tx" - Mailbox corresponding to transmit path
33 - mboxes: Mailboxes corresponding to the mbox-names. Each value of the mboxes
36 sub-mailbox child node to be used for communication.
40 Documentation/devicetree/bindings/mailbox/ti,message-manager.txt for typical
44 -------------------
45 - reg-names:
46 debug_messages - Map the Debug message region
47 - reg: register space corresponding to the debug_messages
48 - ti,system-reboot-controller: If system reboot can be triggered by SoC reboot
49 - ti,host-id: Integer value corresponding to the host ID assigned by Firmware
54 -------------
56 compatible = "ti,k2g-sci";
57 ti,host-id = <2>;
58 mbox-names = "rx", "tx";
61 reg-names = "debug_messages";
66 TI-SCI Client Device Node:
69 Client nodes are maintained as children of the relevant TI-SCI device node.
72 -------------
74 compatible = "ti,k2g-sci";