Lines Matching +full:firmware +full:- +full:initialized
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI-SCI controller
10 - Nishanth Menon <nm@ti.com>
20 initialized early into boot process and provides services to Operating Systems
25 The TI-SCI node describes the Texas Instrument's System Controller entity node.
29 relationship between the TI-SCI parent node to the child node.
33 pattern: "^system-controller@[0-9a-f]+$"
37 - description: System controller on TI 66AK2G SoC and other K3 SoCs
39 - const: ti,k2g-sci
40 - description: System controller on TI AM654 SoC
42 - const: ti,am654-sci
44 reg-names:
47 made available from TI-SCI controller.
53 mbox-names:
55 Specifies the mailboxes used to communicate with TI-SCI Controller
56 made available from TI-SCI controller.
58 - const: rx
59 - const: tx
64 ti,system-reboot-controller:
68 ti,host-id:
71 Value corresponding to the host ID assigned by Firmware
74 power-controller:
76 $ref: /schemas/soc/ti/sci-pm-domain.yaml#
78 clock-controller:
80 $ref: /schemas/clock/ti,sci-clk.yaml#
82 reset-controller:
84 $ref: /schemas/reset/ti,sci-reset.yaml#
87 - compatible
88 - mbox-names
89 - mboxes
94 - |
95 pmmc: system-controller@2921800 {
96 compatible = "ti,k2g-sci";
97 ti,system-reboot-controller;
98 mbox-names = "rx", "tx";
101 reg-names = "debug_messages";
105 - |
106 dmsc: system-controller@44083000 {
107 compatible = "ti,k2g-sci";
108 ti,host-id = <12>;
109 mbox-names = "rx", "tx";
112 reg-names = "debug_messages";
115 k3_pds: power-controller {
116 compatible = "ti,sci-pm-domain";
117 #power-domain-cells = <2>;
120 k3_clks: clock-controller {
121 compatible = "ti,k2g-sci-clk";
122 #clock-cells = <2>;
125 k3_reset: reset-controller {
126 compatible = "ti,sci-reset";
127 #reset-cells = <2>;