dt-bindings: arm: sti: add STi boards and remove stih415/stih416
authorAlain Volmat <avolmat@me.com>
Mon, 13 Feb 2023 18:56:31 +0000 (19:56 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 13 Oct 2023 07:03:51 +0000 (09:03 +0200)
Add bindings for STi platform boards and remove stih415/stih416

Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Documentation/devicetree/bindings/arm/sti.yaml

index 3ca054c643773237d52f6870866783710812dda0..842def3e3f2bce470763d3665c7603b9058b1e4e 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/arm/sti.yaml#
@@ -13,13 +13,20 @@ properties:
   $nodename:
     const: '/'
   compatible:
-    items:
-      - enum:
-          - st,stih415
-          - st,stih416
-          - st,stih407
-          - st,stih410
-          - st,stih418
+    oneOf:
+      - items:
+          - const: st,stih407-b2120
+          - const: st,stih407
+      - items:
+          - enum:
+              - st,stih410-b2120
+              - st,stih410-b2260
+          - const: st,stih410
+      - items:
+          - enum:
+              - st,stih418-b2199
+              - st,stih418-b2264
+          - const: st,stih418
 
 additionalProperties: true