blob: 48de77653d91604d50bba67492a1a8370ae2183a (
plain) (
tree)
|
|
/dts-v1/;
/ {
description = "AM65x FIT Image Source";
#address-cells = <1>;
images {
kernel@1 {
description = "LCPD kernel";
data = /incbin/("Image");
type = "kernel";
arch = "arm64";
os = "linux";
compression = "none";
load = <0x80080000>;
entry = <0x80080000>;
};
ramdisk@1 {
description = "Android Ramdisk Image";
data = /incbin/("ramdisk.img");
type = "ramdisk";
arch = "arm64";
os = "linux";
compression = "none";
};
fdt@1 {
description = "AM65x Base Board";
data = /incbin/("k3-am654-base-board.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83000000>;
};
fdt@2 {
description = "AM65x OLDI-LCD Support Overlay";
data = /incbin/("k3-am654-evm-oldi-lcd1evm.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83080000>;
};
fdt@3 {
description = "AM65x GP application Board Overlay";
data = /incbin/("k3-am654-gp.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83100000>;
};
fdt@4 {
description = "AM65x Toshiba Expansion Board Overlay";
data = /incbin/("k3-am654-evm-tc358876.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83180000>;
};
fdt@5 {
description = "AM65x PCIe USB3.0 SERDES personality card Overlay";
data = /incbin/("k3-am654-pcie-usb3.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83200000>;
};
fdt@6 {
description = "AM65x PCIe USB2.0 SERDES personality card Overlay";
data = /incbin/("k3-am654-pcie-usb2.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83280000>;
};
fdt@7 {
description = "AM65x CSI2 OV490 camera Overlay";
data = /incbin/("k3-am654-evm-csi2-ov490.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83300000>;
};
fdt@8 {
description = "AM65x AM65x IDK application board";
data = /incbin/("k3-am654-idk.dtbo");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x83380000>;
};
};
configurations {
default = "am65x";
k3-am654-base-board.dtb {
description = "AM65x Base EVM";
kernel = "kernel@1";
ramdisk = "ramdisk@1";
fdt = "fdt@1";
};
k3-am654-evm-oldi-lcd1evm.dtbo {
fdt = "fdt@2";
};
k3-am654-gp.dtbo {
fdt = "fdt@3";
};
k3-am654-evm-tc358876.dtbo {
fdt = "fdt@4";
};
k3-am654-pcie-usb3.dtbo {
fdt = "fdt@5";
};
k3-am654-pcie-usb2.dtbo {
fdt = "fdt@6";
};
k3-am654-evm-csi2-ov490.dtbo {
fdt = "fdt@7";
};
k3-am654-idk.dtbo {
fdt = "fdt@8";
};
};
};
|