diff options
author | Xianwei Zhao <[email protected]> | 2021-12-21 11:00:14 +0800 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2022-01-10 10:30:22 +0100 |
commit | fc32ca1ea6f74c1be7abf9d21b0bac8bce11bec3 (patch) | |
tree | 505405586a2644f9284899b06854016319011923 | |
parent | 0a62b3cc0af9322e650fe89bea0bacdedf01960a (diff) |
dt-bindings: arm: amlogic: add S4 based AQ222 bindings
Add bindings for the new Amlogic S4 SoC family,
and add binds the compatible for the Amlogic S4 Based AQ222 board.
S4 is an application processor designed for hybrid OTT/IP Set To
Box(STB) and high-end media box applications, with quad core Cortex-A35.
Signed-off-by: Xianwei Zhao <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 36081734f720..31df120d73b0 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -183,6 +183,12 @@ properties: - amlogic,ad401 - const: amlogic,a1 + - description: Boards with the Amlogic Meson S4 S805X2 SoC + items: + - enum: + - amlogic,aq222 + - const: amlogic,s4 + additionalProperties: true ... |