Skip to content

Commit

Permalink
ARM: dts: xilinx: zc706_adrv9009: Add data offload
Browse files Browse the repository at this point in the history
Add data offload in dts to support the new hdl changes in
analogdevicesinc/hdl#1516

Signed-off-by: AndrDragomir <[email protected]>
(cherry picked from commit b8db378)
  • Loading branch information
AndrDragomir authored and cseci committed Jan 3, 2025
1 parent 22ffa56 commit 6b2ae92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/xilinx/zynq-zc706-adv7511-adrv9009.dts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
clock-names = "sampl_clk";
spibus-connected = <&trx0_adrv9009>;
adi,axi-pl-fifo-enable;
adi,axi-data-offload-connected = <&axi_data_offload_tx>;
adi,axi-interpolation-core-available;
interpolation-gpios = <&gpio0 116 GPIO_ACTIVE_HIGH>;
};
Expand Down Expand Up @@ -220,6 +221,11 @@
adi,sys-clk-select = <XCVR_QPLL>;
adi,out-clk-select = <XCVR_REFCLK>;
};

axi_data_offload_tx: axi-data-offload-0@7c430000 {
compatible = "adi,axi-data-offload-1.0.a";
reg = <0x7c430000 0x10000>;
};
};

&spi0 {
Expand Down

0 comments on commit 6b2ae92

Please sign in to comment.