···11-Altera UART22-33-Required properties:44-- compatible : should be "ALTR,uart-1.0" <DEPRECATED>55-- compatible : should be "altr,uart-1.0"66-77-Optional properties:88-- clock-frequency : frequency of the clock input to the UART
···11+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)22+%YAML 1.233+---44+$id: http://devicetree.org/schemas/serial/altr,uart-1.0.yaml#55+$schema: http://devicetree.org/meta-schemas/core.yaml#66+77+title: Altera UART88+99+maintainers:1010+ - Dinh Nguyen <dinguyen@kernel.org>1111+1212+allOf:1313+ - $ref: /schemas/serial/serial.yaml#1414+1515+properties:1616+ compatible:1717+ const: altr,uart-1.01818+1919+ clock-frequency:2020+ description: Frequency of the clock input to the UART.2121+2222+required:2323+ - compatible2424+2525+unevaluatedProperties: false