• Apurva Nandan's avatar
    arm64: dts: ti: k3-j721s2-main: Add MAIN R5F remote processsor nodes · 9a7b145b
    Apurva Nandan authored
    The J721S2 SoCs have 2 dual-core Arm Cortex-R5F processor (R5FSS)
    subsystems/clusters in MAIN voltage domain. Each of these can be
    configured at boot time to be either run in a LockStep mode or in an
    Asymmetric Multi Processing (AMP) fashion in Split-mode. These
    subsystems have 64 KB each Tightly-Coupled Memory (TCM) internal
    memories for each core split between two banks - ATCM and BTCM
    (further interleaved into two banks). The TCMs of both Cores are
    combined in LockStep-mode to provide a larger 128 KB of memory, but
    otherwise are functionally similar to those on J721E SoCs.
    
    Add the DT nodes for the MAIN domain R5F cluster/subsystems, the two
    R5F cores are added as child nodes to each of the R5F cluster nodes.
    The clusters are configured to run in LockStep mode by default, with
    the ATCMs enabled to allow the R5 cores to execute code from DDR
    with boot-strapping code from ATCM. The inter-processor communication
    between the main A72 cores and these processors is achieved through
    shared memory and Mailboxes.
    
    The following firmware names are used by default for these cores, and
    can be overridden in a board dts file if desired:
      MAIN R5FSS0 Core0: j721s2-main-r5f0_0-fw (both in LockStep & Split mode)
      MAIN R5FSS0 Core1: j721s2-main-r5f0_1-fw (needed only in Split mode)
      MAIN R5FSS1 Core0: j721s2-main-r5f1_0-fw (both in LockStep & Split mode)
      MAIN R5FSS1 Core1: j721s2-main-r5f1_1-fw (needed only in Split mode)
    Signed-off-by: default avatarHari Nagalla <hnagalla@ti.com>
    Signed-off-by: default avatarApurva Nandan <a-nandan@ti.com>
    Reviewed-by: default avatarAndrew Davis <afd@ti.com>
    Link: https://lore.kernel.org/r/20231001181417.743306-3-a-nandan@ti.comSigned-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
    9a7b145b
k3-j721s2-main.dtsi 51.2 KB