Skip to content

Commit 352cca2

Browse files
committed
dts/versal-vpk180-reva-ad9082: Add devicetree for the default config
The configuration is the same as the one for the AD9081. The only change needed is the compatible string. Signed-off-by: Bogdan Luncan <bogdan.luncan@analog.com>
1 parent 24f52b3 commit 352cca2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/*
3+
* Analog Devices AD9081-FMC-EBZ
4+
* https://wiki.analog.com/resources/tools-software/linux-drivers/iio-mxfe/ad9081
5+
* https://wiki.analog.com/resources/eval/user-guides/ad9081_fmca_ebz/ad9081_fmca_ebz_hdl
6+
*
7+
* hdl_project: <ad9082_fmca_ebz/vpk180>
8+
* board_revision: <>
9+
*
10+
* Copyright (C) 2019-2023 Analog Devices Inc.
11+
*/
12+
13+
#include "versal-vpk180-reva-ad9081.dts"
14+
15+
&trx0_ad9081 {
16+
compatible = "adi,ad9082";
17+
};

0 commit comments

Comments
 (0)