summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'j721e.its')
-rw-r--r--j721e.its11
1 files changed, 11 insertions, 0 deletions
diff --git a/j721e.its b/j721e.its
index bee72b0..b28bf6a 100644
--- a/j721e.its
+++ b/j721e.its
@@ -31,6 +31,14 @@
31 compression = "none"; 31 compression = "none";
32 load = <0x83000000>; 32 load = <0x83000000>;
33 }; 33 };
34 fdt@2 {
35 description = "J721E Infotainment Expansion Overlay";
36 data = /incbin/("k3-j721e-common-proc-board-infotainment.dtbo");
37 type = "flat_dt";
38 arch = "arm64";
39 compression = "none";
40 load = <0x83080000>;
41 };
34 }; 42 };
35 43
36 configurations { 44 configurations {
@@ -41,5 +49,8 @@
41 ramdisk = "ramdisk@1"; 49 ramdisk = "ramdisk@1";
42 fdt = "fdt@1"; 50 fdt = "fdt@1";
43 }; 51 };
52 k3-j721e-common-proc-board-infotainment.dtbo {
53 fdt = "fdt@2";
54 };
44 }; 55 };
45}; 56};