dt-bindings: serial: Add compatible for Qualcomm SA8797P SoC

Document QUP GENI UART controller on Qualcomm Nord SA8797P SoC which is
compatible with SA8255P controller.

Signed-off-by: Deepti Jaggi <deepti.jaggi@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Link: https://patch.msgid.link/20260427010114.230341-1-shengchao.guo@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Deepti Jaggi 2026-04-27 09:01:14 +08:00 committed by Greg Kroah-Hartman
parent 455d4ed5ea
commit a23907d034

View File

@ -14,9 +14,16 @@ allOf:
properties:
compatible:
enum:
- qcom,sa8255p-geni-uart
- qcom,sa8255p-geni-debug-uart
oneOf:
- enum:
- qcom,sa8255p-geni-uart
- qcom,sa8255p-geni-debug-uart
- items:
- const: qcom,sa8797p-geni-uart
- const: qcom,sa8255p-geni-uart
- items:
- const: qcom,sa8797p-geni-debug-uart
- const: qcom,sa8255p-geni-debug-uart
reg:
maxItems: 1