[PATCH v5 05/10] dt-bindings: serial: cdns: add Axiado AX3000 UART controller

Harshit Shah posted 10 patches 3 months, 1 week ago
There is a newer version of this series
[PATCH v5 05/10] dt-bindings: serial: cdns: add Axiado AX3000 UART controller
Posted by Harshit Shah 3 months, 1 week ago
Add binding for AX3000 UART controller. So far, no changes known,
so it can fallback to default compatible.

Signed-off-by: Harshit Shah <hshah@axiado.com>
---
 Documentation/devicetree/bindings/serial/cdns,uart.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
index d7f047b0bf24c444e2d81e0156fb01a89207ee2a..fdd2c7d78f924cdcc5c0a23fcceedaa92937e840 100644
--- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
+++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
@@ -12,6 +12,10 @@ maintainers:
 properties:
   compatible:
     oneOf:
+      - items:
+          - enum:
+              - axiado,ax3000-uart
+          - const: cdns,uart-r1p12
       - description: UART controller for Zynq-7xxx SoC
         items:
           - const: xlnx,xuartps

-- 
2.25.1
Re: [PATCH v5 05/10] dt-bindings: serial: cdns: add Axiado AX3000 UART controller
Posted by Krzysztof Kozlowski 3 months ago
On 03/07/2025 02:22, Harshit Shah wrote:
> Add binding for AX3000 UART controller. So far, no changes known,
> so it can fallback to default compatible.
> 
> Signed-off-by: Harshit Shah <hshah@axiado.com>
> ---
>  Documentation/devicetree/bindings/serial/cdns,uart.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> index d7f047b0bf24c444e2d81e0156fb01a89207ee2a..fdd2c7d78f924cdcc5c0a23fcceedaa92937e840 100644
> --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml
> @@ -12,6 +12,10 @@ maintainers:
>  properties:
>    compatible:
>      oneOf:
> +      - items:
> +          - enum:
> +              - axiado,ax3000-uart

Where is xlnx? As I said, this is part of enum with xlnx.

Best regards,
Krzysztof