arm: dts: k3-am62a-phycore-som-binman: Provide capsule nodes
authorWadim Egorov <w.egorov@phytec.de>
Wed, 5 Mar 2025 04:58:26 +0000 (05:58 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 14:12:52 +0000 (08:12 -0600)
Fill in phycore-am62ax capsule GUID properties of the base
binman capsule nodes.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am62a-phycore-som-binman.dtsi

index 640361e..7a5b14d 100644 (file)
                };
        };
 };
-#endif
+
+#include "k3-binman-capsule-r5.dtsi"
+
+&capsule_tiboot3 {
+       efi-capsule {
+               /*
+                * The GUID is generated dynamically by taking a namespace UUID and hashing
+                * it with the board compatible and fw_image name:
+                * mkeficapsule guidgen k3-am62a7-r5-phycore-som-2gb.dtb PHYCORE_AM62AX_TIBOOT3
+                */
+               image-guid = "07CA7DD0-85FF-597E-A485-B2423D3AE6C1";
+       };
+};
+
+#endif /* CONFIG_TARGET_PHYCORE_AM62AX_R5 */
 
 #ifdef CONFIG_TARGET_PHYCORE_AM62AX_A53
 
                };
        };
 };
-#endif
+
+#include "k3-binman-capsule.dtsi"
+
+&capsule_tispl {
+       efi-capsule {
+               /*
+                * The GUID is generated dynamically by taking a namespace UUID and hashing
+                * it with the board compatible and fw_image name:
+                * mkeficapsule guidgen k3-am62a7-phyboard-lyra-rdk.dtb PHYCORE_AM62AX_SPL
+                */
+               image-guid = "14F968A2-7C3A-50AD-9356-192F07AD2A9C";
+       };
+};
+
+&capsule_uboot {
+       efi-capsule {
+               /*
+                * The GUID is generated dynamically by taking a namespace UUID and hashing
+                * it with the board compatible and fw_image name:
+                * mkeficapsule guidgen k3-am62a7-phyboard-lyra-rdk.dtb PHYCORE_AM62AX_UBOOT
+                */
+               image-guid = "1F1148C5-2785-5E7C-9C58-C5B1EC0DC80C";
+       };
+};
+
+#endif /* CONFIG_TARGET_PHYCORE_AM62AX_A53 */