]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am625-phycore-som-binman: Add SoM overlays
authorWadim Egorov <w.egorov@phytec.de>
Wed, 30 Oct 2024 16:48:13 +0000 (17:48 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 14 Nov 2024 16:46:22 +0000 (10:46 -0600)
Include SoM dt-overlays that handle variants of our SoMs into
u-boot's FIT image.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
arch/arm/dts/k3-am625-phycore-som-binman.dtsi

index 0961ca66f2802807788454c4de28108c1fc4ba0d..63f2eed7ccb448349c6a2fb2daba2f7581c00ec4 100644 (file)
                                        description = "U-Boot for phyCORE-AM62x";
                                };
 
+                               som-no-rtc {
+                                       description = "k3-am6xx-phycore-disable-rtc";
+                                       type = "flat_dt";
+                                       compression = "none";
+                                       load = <0x8F000000>;
+                                       arch = "arm";
+
+                                       blob-ext {
+                                               filename = "dts/upstream/src/arm64/ti/k3-am6xx-phycore-disable-rtc.dtbo";
+                                       };
+                               };
+
+                               som-no-spi {
+                                       description = "k3-am6xx-phycore-disable-spi-nor";
+                                       type = "flat_dt";
+                                       compression = "none";
+                                       load = <0x8F001000>;
+                                       arch = "arm";
+
+                                       blob-ext {
+                                               filename = "dts/upstream/src/arm64/ti/k3-am6xx-phycore-disable-spi-nor.dtbo";
+                                       };
+                               };
+
+                               som-no-eth {
+                                       description = "k3-am6xx-phycore-disable-eth-phy";
+                                       type = "flat_dt";
+                                       compression = "none";
+                                       load = <0x8F002000>;
+                                       arch = "arm";
+
+                                       blob-ext {
+                                               filename = "dts/upstream/src/arm64/ti/k3-am6xx-phycore-disable-eth-phy.dtbo";
+                                       };
+                               };
+
+                               som-qspi {
+                                       description = "k3-am6xx-phycore-qspi-nor";
+                                       type = "flat_dt";
+                                       compression = "none";
+                                       load = <0x8F003000>;
+                                       arch = "arm";
+
+                                       blob-ext {
+                                               filename = "dts/upstream/src/arm64/ti/k3-am6xx-phycore-qspi-nor.dtbo";
+                                       };
+                               };
+
                                fdt-0 {
                                        description = "k3-am625-phyboard-lyra-rdk";
                                        type = "flat_dt";
                                conf-0 {
                                        description = "k3-am625-phyboard-lyra-rdk";
                                        firmware = "uboot";
-                                       loadables = "uboot";
+                                       loadables = "uboot",
+                                                   "som-no-rtc",
+                                                   "som-no-spi",
+                                                   "som-no-eth",
+                                                   "som-qspi";
                                        fdt = "fdt-0";
                                };
                        };