mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
dt-bindings: remoteproc: pru: Update bindings for K3 AM64x SoCs
The K3 AM64x SoCs have an ICSSG IP that is similar to the IP revisions used on K3 AM65x SR2.0 and J721E SoCs. The ICSSG IP on K3 AM64x SoCs have the same set of two PRU cores, two RTU cores and two auxiliary PRU cores called Transmit PRUs (Tx_PRUs). There are some minor differences surrounding the PRU cores like different Broadside RAM (BSRAM) sizes w.r.t AM65x SR1.0 SoCs. Update the PRU remoteproc bindings for these PRU cores on AM64x SoCs. Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Suman Anna <s-anna@ti.com> Link: https://lore.kernel.org/r/20210623173243.7862-2-s-anna@ti.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
8131156974
commit
bfc245129c
@ -36,6 +36,9 @@ properties:
|
||||
enum:
|
||||
- ti,am3356-pru # for AM335x SoC family (AM3356+ SoCs only)
|
||||
- ti,am4376-pru # for AM437x SoC family (AM4376+ SoCs only)
|
||||
- ti,am642-pru # for PRUs in K3 AM64x SoC family
|
||||
- ti,am642-rtu # for RTUs in K3 AM64x SoC family
|
||||
- ti,am642-tx-pru # for Tx_PRUs in K3 AM64x SoC family
|
||||
- ti,am5728-pru # for AM57xx SoC family
|
||||
- ti,k2g-pru # for 66AK2G SoC family
|
||||
- ti,am654-pru # for PRUs in K3 AM65x SoC family
|
||||
@ -68,6 +71,7 @@ if:
|
||||
enum:
|
||||
- ti,am654-rtu
|
||||
- ti,j721e-rtu
|
||||
- ti,am642-rtu
|
||||
then:
|
||||
properties:
|
||||
$nodename:
|
||||
@ -79,6 +83,7 @@ else:
|
||||
enum:
|
||||
- ti,am654-tx-pru
|
||||
- ti,j721e-tx-pru
|
||||
- ti,am642-tx-pru
|
||||
then:
|
||||
properties:
|
||||
$nodename:
|
||||
|
Loading…
Reference in New Issue
Block a user