Skip to content

Commit e68057a

Browse files
committed
arm: dts: xilinx: Move base and no-bitstream coraz7s
Move zynq-coraz7s-fpga-eeprom to zynq-coraz7s, because this is the usual base devicetree used. For the no-bitstream, add the hdl_project tag, even-though it doesn't relate to an hdl project, it is used for identification during the Kuiper CI. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent fa803d8 commit e68057a

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

arch/arm/boot/dts/xilinx/zynq-coraz7s-fpga-eeprom.dts renamed to arch/arm/boot/dts/xilinx/zynq-coraz7s-no-bitstream.dts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,3 @@
77

88
/dts-v1/;
99
#include "zynq-coraz7s.dtsi"
10-
#include "zynq-coraz7s-iic.dtsi"
11-
#include "zynq-coraz7s-axi-sysid.dtsi"
12-
13-
&axi_i2c_0 {
14-
eeprom1: eeprom@50 {
15-
compatible = "at24,24c02";
16-
reg = <0x50>;
17-
};
18-
};
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
// SPDX-License-Identifier: GPL-2.0
2-
/* Copyright (C) 2024 Analog Devices Inc. */
2+
/*
3+
* hdl_project: <common/coraz7s>
4+
*
5+
* Copyright (C) 2025 Analog Devices Inc.
6+
*/
37

48
/dts-v1/;
59
#include "zynq-coraz7s.dtsi"
10+
#include "zynq-coraz7s-iic.dtsi"
11+
#include "zynq-coraz7s-axi-sysid.dtsi"
12+
13+
&axi_i2c_0 {
14+
eeprom1: eeprom@50 {
15+
compatible = "at24,24c02";
16+
reg = <0x50>;
17+
};
18+
};

0 commit comments

Comments
 (0)