moxart.yaml 410 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/arm/moxart.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: MOXA ART
  7. maintainers:
  8. - Jonas Jensen <jonas.jensen@gmail.com>
  9. properties:
  10. compatible:
  11. description: UC-7112-LX embedded computer
  12. items:
  13. - const: moxa,moxart-uc-7112-lx
  14. - const: moxa,moxart
  15. additionalProperties: true
  16. ...