arm: dts: ti: Add Support for AM642 SoC
authorDave Gerlach <d-gerlach@ti.com>
Fri, 23 Apr 2021 16:27:44 +0000 (11:27 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 10:57:57 +0000 (16:27 +0530)
commit58211db0a8ca9145ff0c29b10ff776d960013d64
tree6108ce568ddc626ac20ef085e00cb5f9eac2c174
parentdd41886498f35e2f0d2e6e30e9b021e832beb4d2
arm: dts: ti: Add Support for AM642 SoC

The AM642 SoC belongs to the K3 Multicore SoC architecture platform,
providing advanced system integration to enable applications such as
Motor Drives, PLC, Remote IO and IoT Gateways.

Some highlights of this SoC are:
* Dual Cortex-A53s in a single cluster, two clusters of dual Cortex-R5F
  MCUs, and a single Cortex-M4F.
* Two Gigabit Industrial Communication Subsystems (ICSSG).
* Integrated Ethernet switch supporting up to a total of two external
  ports.
* PCIe-GEN2x1L, USB3/USB2, 2xCAN-FD, eMMC and SD, UFS, OSPI memory
  controller, QSPI, I2C, eCAP/eQEP, ePWM, ADC, among other
  peripherals.
* Centralized System Controller for Security, Power, and Resource
  Management (DMSC).

See AM64X Technical Reference Manual (SPRUIM2, Nov 2020)
for further details: https://www.ti.com/lit/pdf/spruim2

Introduce basic support for the AM642 SoC to enable SD/MMC boot.
Introduce a limited set of MAIN domain peripherals under cbass_main and
a set of MCU domain peripherals under cbass_mcu.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
arch/arm/dts/k3-am64-main.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am64-mcu.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am64.dtsi [new file with mode: 0644]
arch/arm/dts/k3-am642.dtsi [new file with mode: 0644]