File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
arch/arm64/boot/dts/xilinx Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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>;
203
219
ranges;
204
220
};
205
221
222
+ remoteproc {
223
+ compatible = "xlnx,zynqmp-r5fss";
224
+ xlnx,cluster-mode = <1>;
225
+
226
+ r5f-0 {
227
+ compatible = "xlnx,zynqmp-r5f";
228
+ power-domains = <&zynqmp_firmware PD_RPU_0>;
229
+ memory-region = <&rproc_0_fw_image>;
230
+ };
231
+
232
+ r5f-1 {
233
+ compatible = "xlnx,zynqmp-r5f";
234
+ power-domains = <&zynqmp_firmware PD_RPU_1>;
235
+ memory-region = <&rproc_1_fw_image>;
236
+ };
237
+ };
238
+
206
239
amba: axi {
207
240
compatible = "simple-bus";
208
241
#address-cells = <2>;
You can’t perform that action at this time.
0 commit comments