1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/altera.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Altera's SoCFPGA platform 8 9maintainers: 10 - Dinh Nguyen <dinguyen@kernel.org> 11 12description: 13 Altera/Intel boards with ARM 32/64 bits cores 14 15properties: 16 $nodename: 17 const: "/" 18 compatible: 19 oneOf: 20 - description: Arria 5 boards 21 items: 22 - enum: 23 - altr,socfpga-arria5-socdk 24 - const: altr,socfpga-arria5 25 - const: altr,socfpga 26 27 - description: Arria 10 boards 28 items: 29 - enum: 30 - altr,socfpga-arria10-socdk 31 - const: altr,socfpga-arria10 32 - const: altr,socfpga 33 34 - description: Mercury+ AA1 boards 35 items: 36 - enum: 37 - enclustra,mercury-aa1-pe1 38 - enclustra,mercury-aa1-pe3 39 - enclustra,mercury-aa1-st1 40 - google,chameleon-v3 41 - const: enclustra,mercury-aa1 42 - const: altr,socfpga-arria10 43 - const: altr,socfpga 44 45 - description: Cyclone 5 boards 46 items: 47 - enum: 48 - altr,socfpga-cyclone5-socdk 49 - denx,mcvevk 50 - ebv,socrates 51 - macnica,sodia 52 - novtech,chameleon96 53 - samtec,vining 54 - terasic,de0-atlas 55 - terasic,de10-nano 56 - terasic,socfpga-cyclone5-sockit 57 - const: altr,socfpga-cyclone5 58 - const: altr,socfpga 59 60 - description: Mercury SA1 boards 61 items: 62 - enum: 63 - enclustra,mercury-sa1-pe1 64 - enclustra,mercury-sa1-pe3 65 - enclustra,mercury-sa1-st1 66 - const: enclustra,mercury-sa1 67 - const: altr,socfpga-cyclone5 68 - const: altr,socfpga 69 70 - description: Mercury+ SA2 boards 71 items: 72 - enum: 73 - enclustra,mercury-sa2-pe1 74 - enclustra,mercury-sa2-pe3 75 - enclustra,mercury-sa2-st1 76 - const: enclustra,mercury-sa2 77 - const: altr,socfpga-cyclone5 78 - const: altr,socfpga 79 80 - description: Stratix 10 boards 81 items: 82 - enum: 83 - altr,socfpga-stratix10-socdk 84 - altr,socfpga-stratix10-swvp 85 - const: altr,socfpga-stratix10 86 87 - description: AgileX boards 88 items: 89 - enum: 90 - intel,n5x-socdk 91 - intel,socfpga-agilex-n6000 92 - intel,socfpga-agilex-socdk 93 - intel,socfpga-agilex-socdk-emmc 94 - const: intel,socfpga-agilex 95 96 - description: Agilex3 boards 97 items: 98 - enum: 99 - intel,socfpga-agilex3-socdk 100 - const: intel,socfpga-agilex3 101 - const: intel,socfpga-agilex5 102 103 - description: Agilex5 boards 104 items: 105 - enum: 106 - intel,socfpga-agilex5-socdk 107 - intel,socfpga-agilex5-socdk-013b 108 - intel,socfpga-agilex5-socdk-nand 109 - const: intel,socfpga-agilex5 110 111 - description: SoCFPGA VT 112 items: 113 - const: altr,socfpga-vt 114 - const: altr,socfpga 115 116additionalProperties: true 117 118... 119