Skip to content

Commit 1b4d507

Browse files
committed
ARM: dts: marzen: Enable I2C support
Enable the single I2C bus available on the Marzen development board. As this bus contains an AK4643 codec, it must be limited to 100 kHz. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/77b87378397fd26f39c73f68e3ea465db6d38fb1.1679330016.git.geert+renesas@glider.be
1 parent cab3511 commit 1b4d507

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/r8a7779-marzen.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@
215215
};
216216
};
217217

218+
&i2c0 {
219+
status = "okay";
220+
221+
clock-frequency = <100000>;
222+
};
223+
218224
&irqpin0 {
219225
status = "okay";
220226
};

0 commit comments

Comments
 (0)