Skip to content

Commit 0936ff1

Browse files
committed
ARM: dts: xilinx: zc706_adrv9009: Add data offload
Add data offload in dts to support the new hdl changes in analogdevicesinc/hdl#1516 Signed-off-by: AndrDragomir <[email protected]>
1 parent c7fe871 commit 0936ff1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-adrv9009.dts

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
clock-names = "sampl_clk";
8989
spibus-connected = <&trx0_adrv9009>;
9090
adi,axi-pl-fifo-enable;
91+
adi,axi-data-offload-connected = <&axi_data_offload_tx>;
9192
adi,axi-interpolation-core-available;
9293
interpolation-gpios = <&gpio0 116 GPIO_ACTIVE_HIGH>;
9394
};
@@ -220,6 +221,11 @@
220221
adi,sys-clk-select = <XCVR_QPLL>;
221222
adi,out-clk-select = <XCVR_REFCLK>;
222223
};
224+
225+
axi_data_offload_tx: axi-data-offload-0@7c430000 {
226+
compatible = "adi,axi-data-offload-1.0.a";
227+
reg = <0x7c430000 0x10000>;
228+
};
223229
};
224230

225231
&spi0 {

0 commit comments

Comments
 (0)