mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-29 09:45:52 +00:00
arm: dts: k3-am642-phycore-som-binman: Add SoM overlays
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>
This commit is contained in:
parent
9f57a5bad1
commit
e09fabad2e
1 changed files with 53 additions and 1 deletions
|
@ -344,6 +344,54 @@
|
||||||
description = "U-Boot for AM64 board";
|
description = "U-Boot for AM64 board";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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 {
|
fdt-0 {
|
||||||
description = "k3-am642-phyboard-electra-rdk";
|
description = "k3-am642-phyboard-electra-rdk";
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
|
@ -368,7 +416,11 @@
|
||||||
conf-0 {
|
conf-0 {
|
||||||
description = "k3-am642-phyboard-electra-rdk";
|
description = "k3-am642-phyboard-electra-rdk";
|
||||||
firmware = "uboot";
|
firmware = "uboot";
|
||||||
loadables = "uboot";
|
loadables = "uboot",
|
||||||
|
"som-no-rtc",
|
||||||
|
"som-no-spi",
|
||||||
|
"som-no-eth",
|
||||||
|
"som-qspi";
|
||||||
fdt = "fdt-0";
|
fdt = "fdt-0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue