ARM: dts: marzen: Enable I2C support
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 20 Mar 2023 16:34:24 +0000 (17:34 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 30 Mar 2023 13:56:27 +0000 (15:56 +0200)
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
arch/arm/boot/dts/r8a7779-marzen.dts

index 60c9c4b..fd40890 100644 (file)
        };
 };
 
+&i2c0 {
+       status = "okay";
+
+       clock-frequency = <100000>;
+};
+
 &irqpin0 {
        status = "okay";
 };