Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: xilinx: zynqmp: Add RPU subsystem device node

RPU subsystem can be configured in cluster-mode or split mode.
Also each r5 core has separate power domains.

Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221114233940.2096237-3-tanmay.shah@amd.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

authored by

Tanmay Shah and committed by
Mathieu Poirier
400f6af0 ba4fde74

+33
+33
arch/arm64/boot/dts/xilinx/zynqmp.dtsi
··· 100 100 }; 101 101 }; 102 102 103 + reserved-memory { 104 + #address-cells = <2>; 105 + #size-cells = <2>; 106 + ranges; 107 + 108 + rproc_0_fw_image: memory@3ed00000 { 109 + no-map; 110 + reg = <0x0 0x3ed00000 0x0 0x40000>; 111 + }; 112 + 113 + rproc_1_fw_image: memory@3ef00000 { 114 + no-map; 115 + reg = <0x0 0x3ef00000 0x0 0x40000>; 116 + }; 117 + }; 118 + 103 119 zynqmp_ipi: zynqmp_ipi { 104 120 compatible = "xlnx,zynqmp-ipi-mailbox"; 105 121 interrupt-parent = <&gic>; ··· 217 201 #address-cells = <2>; 218 202 #size-cells = <2>; 219 203 ranges; 204 + }; 205 + 206 + remoteproc { 207 + compatible = "xlnx,zynqmp-r5fss"; 208 + xlnx,cluster-mode = <1>; 209 + 210 + r5f-0 { 211 + compatible = "xlnx,zynqmp-r5f"; 212 + power-domains = <&zynqmp_firmware PD_RPU_0>; 213 + memory-region = <&rproc_0_fw_image>; 214 + }; 215 + 216 + r5f-1 { 217 + compatible = "xlnx,zynqmp-r5f"; 218 + power-domains = <&zynqmp_firmware PD_RPU_1>; 219 + memory-region = <&rproc_1_fw_image>; 220 + }; 220 221 }; 221 222 222 223 amba: axi {