diff options
author | Dasnavis Sabiya <[email protected]> | 2023-01-19 18:59:57 +0530 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2023-02-01 23:10:12 +0530 |
commit | aec7cb182db703dc493274090640daad3fb56a95 (patch) | |
tree | 4dee0d851fbfdc807485f11a2c8cd5eea896bfcf | |
parent | 175357d1deedfacba8770edc706c6d96c8a09b2b (diff) |
dt-bindings: arm: ti: Add binding for AM69 Starter Kit
AM69 Starter Kit is a single board designed for TI AM69 SoC.
The AM69 SoC belongs to the K3 Multicore SoC architecture platform,
providing advanced system integration in automotive ADAS applications,
autonomous mobile robot and edge AI applications.
Add DT binding for AM69 Starter Kit.
Signed-off-by: Dasnavis Sabiya <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Vignesh Raghavendra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/ti/k3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index 3ed1ae0ca957..a60a4065caa8 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -83,6 +83,7 @@ properties: - description: K3 J784s4 SoC items: - enum: + - ti,am69-sk - ti,j784s4-evm - const: ti,j784s4 |