Commit 4fe5d83a authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross

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

This patch adds support to LS_I2C1 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 75b6f7b7
...@@ -18,6 +18,7 @@ aliases { ...@@ -18,6 +18,7 @@ aliases {
serial0 = &blsp2_uart1; serial0 = &blsp2_uart1;
serial1 = &blsp2_uart2; serial1 = &blsp2_uart2;
i2c0 = &blsp1_i2c2; i2c0 = &blsp1_i2c2;
i2c1 = &blsp2_i2c1;
}; };
chosen { chosen {
...@@ -47,5 +48,10 @@ i2c@07577000 { ...@@ -47,5 +48,10 @@ i2c@07577000 {
status = "okay"; status = "okay";
}; };
i2c@075b6000 {
/* On Low speed expansion */
label = "LS-I2C1";
status = "okay";
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment