1*8d13bc63SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*8d13bc63SEmmanuel Vadot%YAML 1.2 3*8d13bc63SEmmanuel Vadot--- 4*8d13bc63SEmmanuel Vadot$id: http://devicetree.org/schemas/fpga/altr,socfpga-fpga2sdram-bridge.yaml# 5*8d13bc63SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*8d13bc63SEmmanuel Vadot 7*8d13bc63SEmmanuel Vadottitle: Altera FPGA To SDRAM Bridge 8*8d13bc63SEmmanuel Vadot 9*8d13bc63SEmmanuel Vadotmaintainers: 10*8d13bc63SEmmanuel Vadot - Xu Yilun <yilun.xu@intel.com> 11*8d13bc63SEmmanuel Vadot 12*8d13bc63SEmmanuel VadotallOf: 13*8d13bc63SEmmanuel Vadot - $ref: fpga-bridge.yaml# 14*8d13bc63SEmmanuel Vadot 15*8d13bc63SEmmanuel Vadotproperties: 16*8d13bc63SEmmanuel Vadot compatible: 17*8d13bc63SEmmanuel Vadot const: altr,socfpga-fpga2sdram-bridge 18*8d13bc63SEmmanuel Vadot 19*8d13bc63SEmmanuel Vadot reg: 20*8d13bc63SEmmanuel Vadot maxItems: 1 21*8d13bc63SEmmanuel Vadot 22*8d13bc63SEmmanuel Vadotrequired: 23*8d13bc63SEmmanuel Vadot - compatible 24*8d13bc63SEmmanuel Vadot 25*8d13bc63SEmmanuel VadotunevaluatedProperties: false 26*8d13bc63SEmmanuel Vadot 27*8d13bc63SEmmanuel Vadotexamples: 28*8d13bc63SEmmanuel Vadot - | 29*8d13bc63SEmmanuel Vadot fpga-bridge@ffc25080 { 30*8d13bc63SEmmanuel Vadot compatible = "altr,socfpga-fpga2sdram-bridge"; 31*8d13bc63SEmmanuel Vadot reg = <0xffc25080 0x4>; 32*8d13bc63SEmmanuel Vadot bridge-enable = <0>; 33*8d13bc63SEmmanuel Vadot }; 34