altr,uart-1.0.yaml 495 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/serial/altr,uart-1.0.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Altera UART
  7. maintainers:
  8. - Dinh Nguyen <dinguyen@kernel.org>
  9. allOf:
  10. - $ref: /schemas/serial/serial.yaml#
  11. properties:
  12. compatible:
  13. const: altr,uart-1.0
  14. clock-frequency:
  15. description: Frequency of the clock input to the UART.
  16. required:
  17. - compatible
  18. unevaluatedProperties: false