|
@@ -175,7 +175,7 @@
|
|
|
};
|
|
|
|
|
|
i2c0: i2c@ff020000 {
|
|
|
- compatible = "cdns,i2c-r1p10";
|
|
|
+ compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
|
|
|
status = "disabled";
|
|
|
interrupt-parent = <&gic>;
|
|
|
interrupts = <0 17 4>;
|
|
@@ -185,7 +185,7 @@
|
|
|
};
|
|
|
|
|
|
i2c1: i2c@ff030000 {
|
|
|
- compatible = "cdns,i2c-r1p10";
|
|
|
+ compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10";
|
|
|
status = "disabled";
|
|
|
interrupt-parent = <&gic>;
|
|
|
interrupts = <0 18 4>;
|