diff options
author | Kelvin Zhang <[email protected]> | 2023-04-07 18:27:04 +0800 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2023-05-09 09:38:54 +0200 |
commit | cb3f4e8cacfa7b32ed8b9dff1282c0d4aaf42e88 (patch) | |
tree | d08edeaf5d3ccd1b7fbd70e069eec7c1e10cb5a3 | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
dt-bindings: arm: amlogic: add C3 bindings
Document the new C3 SoC/board device tree bindings.
C3 is an advanced edge AI processor designed for smart IP camera
applications, which does not belong to Meson series.
Therefore, modify the title field accordingly.
Signed-off-by: Kelvin Zhang <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 274ee0890312..08d59842655c 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -4,7 +4,7 @@ $id: http://devicetree.org/schemas/arm/amlogic.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# -title: Amlogic MesonX +title: Amlogic SoC based Platforms maintainers: - Kevin Hilman <[email protected]> @@ -205,6 +205,13 @@ properties: - amlogic,ad401 - const: amlogic,a1 + - description: Boards with the Amlogic C3 C302X/C308L SoC + items: + - enum: + - amlogic,aw409 + - amlogic,aw419 + - const: amlogic,c3 + - description: Boards with the Amlogic Meson S4 S805X2 SoC items: - enum: |