Skip to content

Commit

Permalink
arch: arm: boot: dts: Update coraz7s-cn0579
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gastmaier committed Dec 6, 2024
1 parent bdbcf94 commit fff807e
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions arch/arm/boot/dts/xilinx/zynq-coraz7s-cn0579_i2c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/
/dts-v1/;
#include "zynq-coraz7s.dtsi"
#include "zynq-coraz7s-iic.dtsi"
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/gpio/gpio.h>

Expand Down Expand Up @@ -66,26 +67,8 @@
reg = <0x44a30000 0x1000>;
#dma-cells = <1>;
interrupt-parent = <&intc>;
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clkc 16>;
};

axi_i2c_0: i2c@44a40000{
compatible = "xlnx,axi-iic-1.02.a", "xlnx,xps-iic-2.00.a";
reg = <0x44a40000 0x1000>;
interrupt-parent = <&intc>;
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clkc 15>;

#address-cells = <1>;
#size-cells = <0>;

ad5696: dac@c {
compatible = "adi,ad5696";
reg = <0x0c>;
vref-supply = <&vref>;

};
clocks = <&clkc 16>;
};

axi_adc_ad7768: cf_axi_adc@44a00000{
Expand All @@ -97,6 +80,14 @@
};
};

&axi_i2c_0 {
ad5696: dac@c {
compatible = "adi,ad5696";
reg = <0x0c>;
vref-supply = <&vref>;
};
};

&spi0 {
status = "okay";

Expand Down

0 comments on commit fff807e

Please sign in to comment.