Skip to content

Commit 02a64ef

Browse files
vwaxgregkh
authored andcommitted
dt-bindings: serial: samsung: Add ARTPEC-8 UART
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 <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Link: https://lore.kernel.org/r/20220311094515.3223023-2-vincent.whitchurch@axis.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 927728a commit 02a64ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/serial/samsung_uart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ properties:
2020
items:
2121
- enum:
2222
- apple,s5l-uart
23+
- axis,artpec8-uart
2324
- samsung,s3c2410-uart
2425
- samsung,s3c2412-uart
2526
- samsung,s3c2440-uart
@@ -111,6 +112,7 @@ allOf:
111112
contains:
112113
enum:
113114
- apple,s5l-uart
115+
- axis,artpec8-uart
114116
- samsung,exynos4210-uart
115117
- samsung,exynos5433-uart
116118
then:

0 commit comments

Comments
 (0)