Lines Matching +full:sci +full:- +full:pm +full:- +full:domain
5 cannot be done directly from U-Boot. In order to load an image,
10 --------------------
11 - compatible: Shall be: "ti,am654-rproc"
12 - reg: base address of the remoteproc timer.
13 - power-domains: Should contain two sets of entries:
14 First set corresponds to pm domain of the
18 doc/device-tree-bindings/power/ti,sci-pm-domain.txt
19 - resets: Should contain a phandle to a reset controller node
22 doc/device-tree-bindings/reset/ti,sci-reset.txt
23 - ti,sci: Phandle to TI-SCI compatible System controller node.
24 - ti,sci-proc-id: Processor id as identified by TISCI
27 --------------------
28 - assigned-clocks: Should contain a phandle to clock node and an args
31 doc/device-tree-bindings/clock/ti,sci-clk.txt
32 - assigned-clock-rates: One entry for each entry of assigned-clocks. This is
35 - ti,sci-host-id: Host ID to which the processor control is transferred to
38 ---------
41 compatible = "ti,am654-rproc";
42 power-domains = <&k3_pds 61>,
45 assigned-clocks = <&k3_clks 202 0>;
46 assigned-clock-rates = <800000000>;
47 ti,sci = <&dmsc>;
48 ti,sci-proc-id = <32>;
49 ti,sci-host-id = <10>;