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

This patch adds support to LS_I2C1 on LS expansion connector.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Srinivas Kandagatla 2016-06-21 18:22:45 +01:00 committed by Andy Gross
parent 75b6f7b7ab
commit 4fe5d83a13

View file

@ -18,6 +18,7 @@
serial0 = &blsp2_uart1;
serial1 = &blsp2_uart2;
i2c0 = &blsp1_i2c2;
i2c1 = &blsp2_i2c1;
};
chosen {
@ -47,5 +48,10 @@
status = "okay";
};
i2c@075b6000 {
/* On Low speed expansion */
label = "LS-I2C1";
status = "okay";
};
};
};