Skip to content

Commit bfc2451

Browse files
sumanannaandersson
authored andcommitted
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>
1 parent 8131156 commit bfc2451

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/remoteproc/ti,pru-rproc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ properties:
3636
enum:
3737
- ti,am3356-pru # for AM335x SoC family (AM3356+ SoCs only)
3838
- ti,am4376-pru # for AM437x SoC family (AM4376+ SoCs only)
39+
- ti,am642-pru # for PRUs in K3 AM64x SoC family
40+
- ti,am642-rtu # for RTUs in K3 AM64x SoC family
41+
- ti,am642-tx-pru # for Tx_PRUs in K3 AM64x SoC family
3942
- ti,am5728-pru # for AM57xx SoC family
4043
- ti,k2g-pru # for 66AK2G SoC family
4144
- ti,am654-pru # for PRUs in K3 AM65x SoC family
@@ -68,6 +71,7 @@ if:
6871
enum:
6972
- ti,am654-rtu
7073
- ti,j721e-rtu
74+
- ti,am642-rtu
7175
then:
7276
properties:
7377
$nodename:
@@ -79,6 +83,7 @@ else:
7983
enum:
8084
- ti,am654-tx-pru
8185
- ti,j721e-tx-pru
86+
- ti,am642-tx-pru
8287
then:
8388
properties:
8489
$nodename:

0 commit comments

Comments
 (0)