Skip to content

Commit 2ff848e

Browse files
committed
arch: arm: boot: dtsi: Add coraz7s-iic
Add common IIC Controller instantiation for Coraz7s projects, to be imported by projects that use it, including the common project. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 4608792 commit 2ff848e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// SPDX-License-Identifier: GPL-2.0
2+
/* Copyright (C) 2024 Analog Devices Inc. */
3+
4+
&fpga_axi {
5+
axi_i2c_0: i2c@41600000 {
6+
compatible = "xlnx,axi-iic-1.01.b", "xlnx,xps-iic-2.00.a";
7+
reg = <0x41600000 0x10000>;
8+
interrupt-parent = <&intc>;
9+
interrupts = <0 55 4>;
10+
clocks = <&clkc 15>;
11+
clock-names = "pclk";
12+
13+
#size-cells = <0>;
14+
#address-cells = <1>;
15+
};
16+
};

0 commit comments

Comments
 (0)