0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/intel,socfpga.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Intel SoCFPGA platform device tree bindings
0008
0009 maintainers:
0010 - Dinh Nguyen <dinguyen@kernel.org>
0011
0012 properties:
0013 $nodename:
0014 const: "/"
0015 compatible:
0016 oneOf:
0017 - description: AgileX boards
0018 items:
0019 - enum:
0020 - intel,n5x-socdk
0021 - intel,socfpga-agilex-n6000
0022 - intel,socfpga-agilex-socdk
0023 - const: intel,socfpga-agilex
0024
0025 additionalProperties: true
0026
0027 ...