mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
arm64: dts: db820c: add support to LS-SPI0
This patch adds support to SPI 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:
parent
d3bb71387a
commit
a133f63a35
|
|
@ -20,6 +20,7 @@ aliases {
|
|||
i2c0 = &blsp1_i2c2;
|
||||
i2c1 = &blsp2_i2c1;
|
||||
i2c2 = &blsp2_i2c0;
|
||||
spi0 = &blsp1_spi0;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
@ -55,6 +56,12 @@ i2c@075b6000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
spi@07575000 {
|
||||
/* On Low speed expansion */
|
||||
label = "LS-SPI0";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
i2c@075b5000 {
|
||||
/* On High speed expansion */
|
||||
label = "HS-I2C2";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user