Skip to content

Commit 78dec68

Browse files
gastmaiernunojsa
authored andcommitted
arm: dts: xilinx: Move sample eeprom dts
Have it suffixed with fpga-eeprom, since requires the IIC controller, AXI-SYSID IP cores. Add new blank zynq-coraz7s. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent de3c2ad commit 78dec68

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/*
3+
* hdl_project: <common/coraz7s>
4+
*
5+
* Copyright (C) 2025 Analog Devices Inc.
6+
*/
7+
8+
/dts-v1/;
9+
#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+
};

arch/arm/boot/dts/xilinx/zynq-coraz7s.dts

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

44
/dts-v1/;
55
#include "zynq-coraz7s.dtsi"
6-
#include "zynq-coraz7s-iic.dtsi"
7-
#include "zynq-coraz7s-axi-sysid.dtsi"
8-
9-
&axi_i2c_0 {
10-
eeprom1: eeprom@50 {
11-
compatible = "at24,24c02";
12-
reg = <0x50>;
13-
};
14-
};

0 commit comments

Comments
 (0)