Skip to content

Commit 64446fe

Browse files
shubhraamdbebarino
authored andcommitted
dt-bindings: clock: versal: Add versal-net compatible string
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>
1 parent bbb8eb3 commit 64446fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ select: false
1818

1919
properties:
2020
compatible:
21-
const: xlnx,versal-clk
21+
oneOf:
22+
- const: xlnx,versal-clk
23+
- items:
24+
- enum:
25+
- xlnx,versal-net-clk
26+
- const: xlnx,versal-clk
2227

2328
"#clock-cells":
2429
const: 1

0 commit comments

Comments
 (0)