Lines Matching +full:system +full:- +full:controller
1 Texas Instruments System Control Interface (TI-SCI) Message Protocol
2 --------------------------------------------------------------------
6 management of the System on Chip (SoC) system. These include various system
9 An example of such an SoC is K2G, which contains the system control hardware
10 block called Power Management Micro Controller (PMMC). This hardware block is
16 TI-SCI controller Device Node:
19 The TI-SCI node describes the Texas Instrument's System Controller entity node.
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
34 property should contain a phandle to the mailbox controller device
36 sub-mailbox child node to be used for communication.
39 about the generic mailbox controller and client driver bindings. Also see
40 Documentation/devicetree/bindings/mailbox/ti,message-manager.txt for typical
41 controller that is used to communicate with this System controllers.
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";