From 1d4b33335463c95da49ea5de8975125562c8c44a Mon Sep 17 00:00:00 2001 From: Sinthu Raja Date: Fri, 2 Jul 2021 14:27:07 +0530 Subject: conf: j7-evm: Add j721e eaik dtb to KERNEL_DEVICETREE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit J721E EdgeAI Kit (EAIK) is a low cost, small form factor board designed for TI’s J721E SoC. TI’s J721E SoC comprises of dual core A72, high performance vision accelerators, video codec accelerators, latest C71x and C66x DSP, high bandwidth real-time IPs for capture and display, GPU, dedicated safety island and security accelerators. J721E EAIK supports the following interfaces: * 4 GB LPDDR4 RAM * x1 Gigabit Ethernet interface * x1 USB 3.0 Type-C port * x3 USB 3.0 Type-A ports * x1 PCIe M.2 E Key * x1 PCIe M.2 M Key * x2 CSI2 Camera interface (RPi and TI Camera connector) * 40-pin Raspberry Pi compatible GPIO header J721e EVM and EAIK uses the unified bootloader. Add j721e eaik dtb for machine=j721e-evm Signed-off-by: Sinthu Raja Reviewed-by: Lokesh Vutla Reviewed-by: Praneeth Bajjuri Signed-off-by: Yogesh Siraswar --- conf/machine/j7-evm.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index 4e9d18a7..4a5c41b2 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf @@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-j721e-common-proc-board.dtb \ ti/k3-j721e-common-proc-board-infotainment.dtbo \ + ti/k3-j721e-eaik.dtb \ " UBOOT_MACHINE = "j721e_evm_a72_config" -- cgit v1.2.3-54-g00ecf