diff options
author | Vignesh Raghavendra <[email protected]> | 2022-09-01 19:43:25 +0530 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2022-09-13 15:58:11 +0530 |
commit | cad20a8de86f37d2500963b1a424f9d658d8e54a (patch) | |
tree | dbf0459e7a0eef5ed96d8aada99a5c30c3cc18a2 | |
parent | a3c52977419beabc5cb4d6f0b062fd4cb460e54d (diff) |
dt-bindings: arm: ti: Add bindings for AM62A7 SoC
This adds bindings for TI's AM62A7 family of devices.
Signed-off-by: Vignesh Raghavendra <[email protected]>
Tested-by: Devarsh Thakkar <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ti/k3.yaml b/Documentation/devicetree/bindings/arm/ti/k3.yaml index aeef800eb6ec..28b8232e1c5b 100644 --- a/Documentation/devicetree/bindings/arm/ti/k3.yaml +++ b/Documentation/devicetree/bindings/arm/ti/k3.yaml @@ -19,6 +19,12 @@ properties: compatible: oneOf: + - description: K3 AM62A7 SoC + items: + - enum: + - ti,am62a7-sk + - const: ti,am62a7 + - description: K3 AM625 SoC items: - enum: |