]> Git Repo - linux.git/commitdiff
dt-bindings: serial: samsung: Add ARTPEC-8 UART
authorVincent Whitchurch <[email protected]>
Fri, 11 Mar 2022 09:45:14 +0000 (10:45 +0100)
committerGreg Kroah-Hartman <[email protected]>
Fri, 18 Mar 2022 12:29:04 +0000 (13:29 +0100)
Add a compatible for the UART on the ARTPEC-8 SoC.  This hardware block
is closely related to the variants used on the Exynos chips.  The
register layout is identical to Exynos850 et al but the fifo size is
different (64 bytes in each direction for all instances).

Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Vincent Whitchurch <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/devicetree/bindings/serial/samsung_uart.yaml

index 6aceba4a5f799a48d6cb095d28e9d084ef3e0fb1..d4688e317fc54891cb6488c5c074f9ab36968dfc 100644 (file)
@@ -20,6 +20,7 @@ properties:
     items:
       - enum:
           - apple,s5l-uart
+          - axis,artpec8-uart
           - samsung,s3c2410-uart
           - samsung,s3c2412-uart
           - samsung,s3c2440-uart
@@ -111,6 +112,7 @@ allOf:
           contains:
             enum:
               - apple,s5l-uart
+              - axis,artpec8-uart
               - samsung,exynos4210-uart
               - samsung,exynos5433-uart
     then:
This page took 0.054481 seconds and 4 git commands to generate.