Lines Matching +full:sub +full:- +full:processor

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-m4f-rproc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI K3 M4F processor subsystems
10 - Hari Nagalla <hnagalla@ti.com>
11 - Mathieu Poirier <mathieu.poirier@linaro.org>
17 home automation applications, may use the M4F core as a remote processor
20 $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
25 - ti,am64-m4fss
27 power-domains:
30 "#address-cells":
33 "#size-cells":
38 - description: IRAM internal memory region
39 - description: DRAM internal memory region
41 reg-names:
43 - const: iram
44 - const: dram
49 firmware-name:
55 OMAP Mailbox specifier denoting the sub-mailbox, to be used for
56 communication with the remote processor. This property should match
57 with the sub-mailbox node used in the firmware image.
60 memory-region:
65 (see reserved-memory/reserved-memory.yaml in dtschema project)
68 - description: regions used for DMA allocations like vrings, vring buffers
73 - compatible
74 - reg
75 - reg-names
76 - ti,sci
77 - ti,sci-dev-id
78 - ti,sci-proc-ids
79 - resets
80 - firmware-name
85 - |
86 reserved-memory {
87 #address-cells = <2>;
88 #size-cells = <2>;
90 mcu_m4fss_dma_memory_region: m4f-dma-memory@9cb00000 {
91 compatible = "shared-dma-pool";
93 no-map;
96 mcu_m4fss_memory_region: m4f-memory@9cc00000 {
97 compatible = "shared-dma-pool";
99 no-map;
104 #address-cells = <2>;
105 #size-cells = <2>;
107 mailbox0_cluster0: mailbox-0 {
108 #mbox-cells = <1>;
112 compatible = "ti,am64-m4fss";
115 reg-names = "iram", "dram";
117 firmware-name = "am62-mcu-m4f0_0-fw";
119 memory-region = <&mcu_m4fss_dma_memory_region>,
122 ti,sci-dev-id = <9>;
123 ti,sci-proc-ids = <0x18 0xff>;