]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: dts: ti: Add support for J721E Common Processor Board
authorNishanth Menon <nm@ti.com>
Wed, 22 May 2019 16:19:20 +0000 (11:19 -0500)
committerTero Kristo <t-kristo@ti.com>
Wed, 19 Jun 2019 08:59:48 +0000 (11:59 +0300)
commitd761c60c45e905f55d3a963e429cdc5a074b8924
treea9cfccd0e54e5a4a883961a005fdd5129eee27ed
parent92cfd95f8627e1efeaab9bf73cdb1dc4557e6ba1
arm64: dts: ti: Add support for J721E Common Processor Board

Add Support for J721E Common Processor board support.
The EVM architecture is as follows:

+------------------------------------------------------+
|   +-------------------------------------------+      |
|   |                                           |      |
|   |        Add-on Card 1 Options              |      |
|   |                                           |      |
|   +-------------------------------------------+      |
|                                                      |
|                                                      |
|                     +-------------------+            |
|                     |                   |            |
|                     |   SOM             |            |
|  +--------------+   |                   |            |
|  |              |   |                   |            |
|  |  Add-on      |   +-------------------+            |
|  |  Card 2      |                                    |    Power Supply
|  |  Options     |                                    |    |
|  |              |                                    |    |
|  +--------------+                                    | <---
+------------------------------------------------------+
                                Common Processor Board

Common Processor board is the baseboard that has most of the actual
connectors, power supply etc. A SOM (System on Module) is plugged on
to the common processor board and this contains the SoC, PMIC, DDR and
basic high speed components necessary for functionality. Add-n card
options add further functionality (such as additional Audio, Display,
networking options).

Note:
A) The minimum configuration required to boot up the board is System On
   Module(SOM) + Common Processor Board.
B) Since there is just a single SOM and Common Processor Board, we are
   maintaining common processor board as the base dts and SOM as the dtsi
   that we include. In the future as more SOM's appear, we should move
   common processor board as a dtsi and include configurations as dts.
C) All daughter cards beyond the basic boards shall be maintained as
   overlays.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/Makefile
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts [new file with mode: 0644]
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi [new file with mode: 0644]