All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] conf: j7-evm: Add j721e eaik dtb to KERNEL_DEVICETREE
@ 2021-06-28 19:44 Sinthu Raja M
  2021-06-29  5:16 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Sinthu Raja M @ 2021-06-28 19:44 UTC (permalink / raw)
  To: meta-ti; +Cc: Praneeth Bajjuri, Lokesh Vutla, Sinthu Raja

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 <sinthu.raja@ti.com>
---
This patch should be merged once the J721e EAIK u-boot and kernel
patches are merged.

 conf/machine/j7-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index 1b99baeb..3cf0f186 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -11,6 +11,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
     ti/k3-j721e-common-proc-board.dtb \
+    ti/k3-j721e-eaik.dtb \
 "
 
 UBOOT_MACHINE = "j721e_evm_a72_config"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [dunfell/master PATCH] conf: j7-evm: Add j721e eaik dtb to KERNEL_DEVICETREE
  2021-06-28 19:44 [dunfell/master PATCH] conf: j7-evm: Add j721e eaik dtb to KERNEL_DEVICETREE Sinthu Raja M
@ 2021-06-29  5:16 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2021-06-29  5:16 UTC (permalink / raw)
  To: Sinthu Raja, meta-ti; +Cc: Praneeth Bajjuri, Sinthu Raja



On 29/06/21 1:14 am, Sinthu Raja wrote:
> 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 <sinthu.raja@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-29  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 19:44 [dunfell/master PATCH] conf: j7-evm: Add j721e eaik dtb to KERNEL_DEVICETREE Sinthu Raja M
2021-06-29  5:16 ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.