Skip to content

Commit b027f70

Browse files
committed
mpfs_icicle: use microchip,ipc-sbi-remoteproc compatible in AMP dt overlay
Update the Icicle AMP device tree overlay to use the "microchip,ipc-sbi-remoteproc" compatible string instead of microchip,miv-remoteproc. This is because the Icicle Kit Reference design release v2025.07 will use the the the MI-V IHC IP v2 available in the Libero catalogue. The Mi-V IHC IP version 2 is not backwards compatible with the Mi-V IHC subsystem used in the Icicle Kit reference design 2025.03 or earlier. For this reason, the AMP support in the v2025.07 release will not be backwards compatible with previous releases. Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com> Tested-by: Jamie Gibbons <jamie.gibbons@microchip.com>
1 parent a2228c0 commit b027f70

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

mpfs_icicle/mpfs_icicle_amp.dtso

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@
1111
/plugin/;
1212

1313
/ {
14-
compatible = "microchip,mpfs-icicle-reference-rtlv2210", "microchip,mpfs-icicle-kit", "microchip,mpfs";
14+
compatible = "microchip,mpfs-icicle-es-reference-rtl-v2507", "microchip,mpfs-icicle-kit","microchip,mpfs";
1515
};
1616

1717
&{/} {
1818
rproc_contextb: remote-context {
19-
compatible = "microchip,miv-remoteproc";
20-
memory-region = <&vdev0buffer>, <&rsctable>,
21-
<&contextb_reserved>, <&vdev0vring0>,
19+
compatible = "microchip,ipc-sbi-remoteproc";
20+
memory-region = <&contextb_reserved>, <&rsctable>,
21+
<&vdev0vring0>, <&vdev0buffer>,
2222
<&vdev0vring1>;
23-
mboxes= <&ihc 0>;
23+
memory-region-names = "firmware", "rsc-table",
24+
"vring0", "buffer", "vring1";
25+
mboxes= <&ihc 8>;
2426
status = "okay";
2527
};
2628

0 commit comments

Comments
 (0)