devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] AM68 SK: Add initial support
@ 2022-10-18 12:38 Sinthu Raja
  2022-10-18 12:38 ` [PATCH 1/3] dt-bindings: arm: ti: Add binding for AM68 SK Sinthu Raja
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sinthu Raja @ 2022-10-18 12:38 UTC (permalink / raw)
  To: Nishanth Menon, Tero Kristo, Rob Herring
  Cc: Vignesh Raghavendra, Krzysztof Kozlowski, linux-arm-kernel,
	devicetree, linux-kernel, Sinthu Raja

From: Sinthu Raja <sinthu.raja@ti.com>

AM68 Starter Kit (SK) is a low cost, small form factor board designed
for TI’s J721S2/AM68 SoC. TI’s AM68 SoC comprises of dual core A72, high
performance vision accelerators, hardware accelerators, latest C71x
DSP, high bandwidth real-time IPs for capture and display. The SoC is
power optimized to provide best in class performance for industrial
and automotive applications.

Refer below link to J721S2/AM68 Technical Reference Manual for further details: 
http://www.ti.com/lit/pdf/spruj28

AM68 SK supports the following interfaces:
      * 16 GB LPDDR4 RAM
      * x1 Gigabit Ethernet interface
      * x1 USB 3.1 Type-C port
      * x2 USB 3.1 Type-A ports
      * x1 PCIe M.2 M Key
      * 512 Mbit OSPI flash
      * x2 CSI2 Camera interface (RPi and TI Camera connector)
      * 40-pin Raspberry Pi GPIO header

This series of patch add initial support for AM68 starter kit.
Design files can be referrred from https://www.ti.com/lit/zip/SPRR463

Sinthu Raja (3):
  dt-bindings: arm: ti: Add binding for AM68 SK
  arm64: dts: ti: Add initial support for AM68 SK System on Module
  arch: arm64: ti: Add support for AM68 SK base board

 .../devicetree/bindings/arm/ti/k3.yaml        |   1 +
 arch/arm64/boot/dts/ti/Makefile               |   2 +
 .../boot/dts/ti/k3-am68-sk-base-board.dts     | 459 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi    | 129 +++++
 4 files changed, 591 insertions(+)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi

-- 
2.36.1


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

end of thread, other threads:[~2022-11-03 12:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18 12:38 [PATCH 0/3] AM68 SK: Add initial support Sinthu Raja
2022-10-18 12:38 ` [PATCH 1/3] dt-bindings: arm: ti: Add binding for AM68 SK Sinthu Raja
2022-10-18 12:58   ` Krzysztof Kozlowski
2022-10-18 12:38 ` [PATCH 2/3] arm64: dts: ti: Add initial support for AM68 SK System on Module Sinthu Raja
2022-10-18 12:58   ` Krzysztof Kozlowski
2022-10-18 12:38 ` [PATCH 3/3] arch: arm64: ti: Add support for AM68 SK base board Sinthu Raja
2022-10-18 13:02   ` Krzysztof Kozlowski
2022-11-03  8:38     ` Sinthu Raja M
2022-11-03 12:42       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).