brintos

brintos / linux-shallow public Read only

0
0
Text · 748 B · 2ee0c74 Raw
33 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/intel,socfpga.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Intel SoCFPGA platform8 9maintainers:10  - Dinh Nguyen <dinguyen@kernel.org>11 12properties:13  $nodename:14    const: "/"15  compatible:16    oneOf:17      - description: AgileX boards18        items:19          - enum:20              - intel,n5x-socdk21              - intel,socfpga-agilex-n600022              - intel,socfpga-agilex-socdk23          - const: intel,socfpga-agilex24      - description: Agilex5 boards25        items:26          - enum:27              - intel,socfpga-agilex5-socdk28          - const: intel,socfpga-agilex529 30additionalProperties: true31 32...33