Commit 3f5af107 authored by Tim Kryger's avatar Tim Kryger Committed by Christian Daudt

ARM: dts: bcm28155-ap: Enable all the i2c busses

Enable all available i2c busses.
Signed-off-by: default avatarTim Kryger <tim.kryger@linaro.org>
Reviewed-by: default avatarChristian Daudt <csd@broadcom.com>
Reviewed-by: default avatarMatt Porter <matt.porter@linaro.org>
Reviewed-by: default avatarMarkus Mayer <markus.mayer@linaro.org>
Signed-off-by: default avatarChristian Daudt <bcm@fixthebug.org>
parent 413541dd
......@@ -27,6 +27,26 @@ uart@3e000000 {
status = "okay";
};
i2c@3e016000 {
status="okay";
clock-frequency = <400000>;
};
i2c@3e017000 {
status="okay";
clock-frequency = <400000>;
};
i2c@3e018000 {
status="okay";
clock-frequency = <400000>;
};
i2c@3500d000 {
status="okay";
clock-frequency = <400000>;
};
sdio1: sdio@3f180000 {
max-frequency = <48000000>;
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