|
@@ -434,6 +434,8 @@
|
|
|
reg = <0 0xe60b0000 0 0x425>;
|
|
|
interrupts = <0 173 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
clocks = <&mstp9_clks R8A7791_CLK_IICDVFS>;
|
|
|
+ dmas = <&dmac0 0x77>, <&dmac0 0x78>;
|
|
|
+ dma-names = "tx", "rx";
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|
|
@@ -444,6 +446,8 @@
|
|
|
reg = <0 0xe6500000 0 0x425>;
|
|
|
interrupts = <0 174 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
clocks = <&mstp3_clks R8A7791_CLK_IIC0>;
|
|
|
+ dmas = <&dmac0 0x61>, <&dmac0 0x62>;
|
|
|
+ dma-names = "tx", "rx";
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|
|
@@ -454,6 +458,8 @@
|
|
|
reg = <0 0xe6510000 0 0x425>;
|
|
|
interrupts = <0 175 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
clocks = <&mstp3_clks R8A7791_CLK_IIC1>;
|
|
|
+ dmas = <&dmac0 0x65>, <&dmac0 0x66>;
|
|
|
+ dma-names = "tx", "rx";
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|