Commit 08929ca2 authored by Adam Wujek's avatar Adam Wujek

sw/petalinux/dtb: use axi_iic_0 instead of i2c2 for i2c master in PL

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 73b0a54c
......@@ -15,10 +15,6 @@
chosen {
xlnx,eeprom = &mac_eeprom;
};
amba_pl@0 {
i2c2: i2c@a0000000 {
};
};
};
&gem0 {
......@@ -100,9 +96,10 @@
};
};
&i2c2 {
#address-cells = <1>;
#size-cells = <0>;
&axi_iic_0 {
interrupt-names = "iic2intc_irpt";
interrupt-parent = <&gic>;
interrupts = <0 89 4>;
wr_eeprom: eeprom@50 {
compatible = "atmel,24c64";
......@@ -117,12 +114,6 @@
};
};
&axi_iic_0 {
interrupt-names = "iic2intc_irpt";
interrupt-parent = <&gic>;
interrupts = <0 89 4>;
};
&axi_iic_1 {
interrupt-names = "iic2intc_irpt";
interrupt-parent = <&gic>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment