Commit e45498cb authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Jason Cooper
Browse files

ARM: kirkwood: add i2c-gpio controller for km_kirkwood



This controller is used to access the reset management FPGA of the
km_kirkwood boards.

Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent df6bf2e9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -42,4 +42,11 @@
			chip-delay = <25>;
		};
	};

	i2c@0 {
		compatible = "i2c-gpio";
		gpios = < &gpio0 8 0		/* sda */
			&gpio0 9 0 >;		/* scl */
		i2c-gpio,delay-us = <2>;	/* ~100 kHz */
	};
};