altr,socfpga-fpga2sdram-bridge.yaml 640 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/fpga/altr,socfpga-fpga2sdram-bridge.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Altera FPGA To SDRAM Bridge
  7. maintainers:
  8. - Xu Yilun <yilun.xu@intel.com>
  9. allOf:
  10. - $ref: fpga-bridge.yaml#
  11. properties:
  12. compatible:
  13. const: altr,socfpga-fpga2sdram-bridge
  14. reg:
  15. maxItems: 1
  16. required:
  17. - compatible
  18. unevaluatedProperties: false
  19. examples:
  20. - |
  21. fpga-bridge@ffc25080 {
  22. compatible = "altr,socfpga-fpga2sdram-bridge";
  23. reg = <0xffc25080 0x4>;
  24. bridge-enable = <0>;
  25. };