Lines Matching +full:fpga +full:- +full:based
4 which provides high-throughput LDPC and Turbo Code implementations.
6 customer specified Quasi-cyclic (QC) codes. The Turbo decode functionality
8 power and area savings versus implementations done in the FPGA fabric.
12 - compatible: Must be "xlnx,sd-fec-1.1"
13 - clock-names : List of input clock names from the following:
14 - "core_clk", Main processing clock for processing core (required)
15 - "s_axi_aclk", AXI4-Lite memory-mapped slave interface clock (required)
16 - "s_axis_din_aclk", DIN AXI4-Stream Slave interface clock (optional)
17 - "s_axis_din_words-aclk", DIN_WORDS AXI4-Stream Slave interface clock (optional)
18 - "s_axis_ctrl_aclk", Control input AXI4-Stream Slave interface clock (optional)
19 - "m_axis_dout_aclk", DOUT AXI4-Stream Master interface clock (optional)
20 - "m_axis_dout_words_aclk", DOUT_WORDS AXI4-Stream Master interface clock (optional)
21 - "m_axis_status_aclk", Status output AXI4-Stream Master interface clock (optional)
22 - clocks : Clock phandles (see clock_bindings.txt for details).
23 - reg: Should contain Xilinx SDFEC 16nm Hardened IP block registers
25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes
27 - xlnx,sdfec-din-words : A value 0 indicates that the DIN_WORDS interface is
29 configures the DIN_WORDS to be block based, while a value of 2 configures the
31 - xlnx,sdfec-din-width : Configures the DIN AXI stream where a value of 1
34 - xlnx,sdfec-dout-words : A value 0 indicates that the DOUT_WORDS interface is
36 configures the DOUT_WORDS to be block based, while a value of 2 configures the
38 - xlnx,sdfec-dout-width : Configures the DOUT AXI stream where a value of 1
42 - interrupts: should contain SDFEC interrupt number
45 ---------------------------------------
46 sd_fec_0: sd-fec@a0040000 {
47 compatible = "xlnx,sd-fec-1.1";
48 …clock-names = "core_clk","s_axi_aclk","s_axis_ctrl_aclk","s_axis_din_aclk","m_axis_status_aclk","m…
51 interrupt-parent = <&axi_intc>;
53 xlnx,sdfec-code = "ldpc";
54 xlnx,sdfec-din-words = <0>;
55 xlnx,sdfec-din-width = <2>;
56 xlnx,sdfec-dout-words = <0>;
57 xlnx,sdfec-dout-width = <1>;