Commit 30ca653e authored by Christian Daudt's avatar Christian Daudt

ARM: dts: add sdio blocks to bcm28155-ap board

Enable sdio for bcm28155 AP board
Signed-off-by: default avatarChristian Daudt <csd@broadcom.com>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Reviewed-by: default avatarMarkus Mayer <markus.mayer@linaro.org>
parent d7358f84
...@@ -26,4 +26,20 @@ memory { ...@@ -26,4 +26,20 @@ memory {
uart@3e000000 { uart@3e000000 {
status = "okay"; status = "okay";
}; };
sdio1: sdio@3f180000 {
max-frequency = <48000000>;
status = "okay";
};
sdio2: sdio@3f190000 {
non-removable;
max-frequency = <48000000>;
status = "okay";
};
sdio4: sdio@3f1b0000 {
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