dt-bindings: clock: versal: Add versal-net compatible string
authorShubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Tue, 20 Jun 2023 11:01:37 +0000 (16:31 +0530)
committerStephen Boyd <sboyd@kernel.org>
Wed, 19 Jul 2023 20:09:54 +0000 (13:09 -0700)
Add dt-binding documentation for Versal NET platforms.
Versal Net is a new AMD/Xilinx  SoC.

The SoC and its architecture is based on the Versal ACAP device.
The Versal Net  device includes more security features in the
platform management controller (PMC) and increases the number of
CPUs in the application processing unit (APU) and the real-time
processing unit (RPU).

Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@xilinx.com>
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Link: https://lore.kernel.org/r/20230620110137.5701-1-shubhrajyoti.datta@amd.com
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml

index 5cbb34d0b61b3951bd318648aaf66f1f4d969272..e9cf747bf89bfcf248dd9b3e7ade4857ac827a9e 100644 (file)
@@ -18,7 +18,12 @@ select: false
 
 properties:
   compatible:
-    const: xlnx,versal-clk
+    oneOf:
+      - const: xlnx,versal-clk
+      - items:
+          - enum:
+              - xlnx,versal-net-clk
+          - const: xlnx,versal-clk
 
   "#clock-cells":
     const: 1