Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75b6f7b7 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross
Browse files

arm64: dts: db820c: add support to LS-I2C0



This patch adds support to LS-I2C0 on LS expansion connector.

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 79f734dc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
	aliases {
		serial0 = &blsp2_uart1;
		serial1 = &blsp2_uart2;
		i2c0	= &blsp1_i2c2;
	};

	chosen {
@@ -39,5 +40,12 @@
			pinctrl-0 = <&blsp2_uart2_4pins_default>;
			pinctrl-1 = <&blsp2_uart2_4pins_sleep>;
		};

		i2c@07577000 {
		/* On Low speed expansion */
			label = "LS-I2C0";
			status = "okay";
		};

	};
};