Skip to content

Commit 3165f5c

Browse files
committed
arm64: dts: xilinx: add jupiter rx2tx2 mode
Having MIMO/Diversity mode in jupiter is a valid usecase. Let's add a DT for it. Signed-off-by: Nuno Sa <nuno.sa@analog.com>
1 parent 5432e77 commit 3165f5c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/*
3+
* dts file for Analog Devices, Inc. Jupiter SDR
4+
*
5+
* hdl_project: <jupiter_sdr>
6+
* board_revision: <>
7+
*
8+
* Copyright (C) 2024 Analog Devices Inc.
9+
*/
10+
11+
/dts-v1/;
12+
13+
#include "zynqmp-jupiter-sdr.dts"
14+
15+
/delete-node/ &rx2_dma;
16+
/delete-node/ &tx2_dma;
17+
/delete-node/ &axi_adrv9002_core_rx2;
18+
/delete-node/ &axi_adrv9002_core_tx2;
19+
20+
&axi_adrv9002_core_tx1 {
21+
compatible = "adi,axi-adrv9002-rx2tx2-1.0";
22+
};
23+
24+
&adc0_adrv9002 {
25+
compatible = "adi,adrv9002-rx2tx2";
26+
ssi-sync-gpios = <&gpio 85 GPIO_ACTIVE_HIGH>;
27+
clock-output-names = "rx1_sampl_clk", "tx1_sampl_clk", "tdd1_intf_clk";
28+
};

0 commit comments

Comments
 (0)