diff options
| author | Jianxin Pan <[email protected]> | 2019-09-12 04:19:28 -0400 |
|---|---|---|
| committer | Kevin Hilman <[email protected]> | 2019-10-07 11:13:36 -0700 |
| commit | b7dda5cae714db40c9c161e0cab10d00b2d1f8a1 (patch) | |
| tree | 6da963ea916420f8e7fb7c8e1dc7c1dde38487b7 | |
| parent | 07a634bf6c5d51ce42e2d89e3e8c5c73d3a047f7 (diff) | |
dt-bindings: arm: amlogic: add A1 bindings
Add bindings for the new Amlogic A1 SoC family.
A1 is an application processor designed for smart audio and IoT applications,
with dual core Cortex-A35.
Signed-off-by: Jianxin Pan <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 99015cef8bb1..0ef45ac2ecb6 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -156,4 +156,8 @@ properties: - seirobotics,sei610 - khadas,vim3l - const: amlogic,sm1 + + - description: Boards with the Amlogic Meson A1 A113L SoC + items: + - const: amlogic,a1 ... |