Skip to content

Commit fff807e

Browse files
committed
arch: arm: boot: dts: Update coraz7s-cn0579
Include IIC Controller from the coraz7s-iic.dtsi. Update RX DMA IRQ index. To sync with the changes on the HDL project. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent bdbcf94 commit fff807e

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

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

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
/dts-v1/;
1212
#include "zynq-coraz7s.dtsi"
13+
#include "zynq-coraz7s-iic.dtsi"
1314
#include <dt-bindings/interrupt-controller/irq.h>
1415
#include <dt-bindings/gpio/gpio.h>
1516

@@ -66,26 +67,8 @@
6667
reg = <0x44a30000 0x1000>;
6768
#dma-cells = <1>;
6869
interrupt-parent = <&intc>;
69-
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
70-
clocks = <&clkc 16>;
71-
};
72-
73-
axi_i2c_0: i2c@44a40000{
74-
compatible = "xlnx,axi-iic-1.02.a", "xlnx,xps-iic-2.00.a";
75-
reg = <0x44a40000 0x1000>;
76-
interrupt-parent = <&intc>;
7770
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
78-
clocks = <&clkc 15>;
79-
80-
#address-cells = <1>;
81-
#size-cells = <0>;
82-
83-
ad5696: dac@c {
84-
compatible = "adi,ad5696";
85-
reg = <0x0c>;
86-
vref-supply = <&vref>;
87-
88-
};
71+
clocks = <&clkc 16>;
8972
};
9073

9174
axi_adc_ad7768: cf_axi_adc@44a00000{
@@ -97,6 +80,14 @@
9780
};
9881
};
9982

83+
&axi_i2c_0 {
84+
ad5696: dac@c {
85+
compatible = "adi,ad5696";
86+
reg = <0x0c>;
87+
vref-supply = <&vref>;
88+
};
89+
};
90+
10091
&spi0 {
10192
status = "okay";
10293

0 commit comments

Comments
 (0)