Skip to content
Snippets Groups Projects
Commit 22074fc5 authored by Stefan Roese's avatar Stefan Roese
Browse files

arm64: mvebu: Armada 3720-db: Add SDHCI device tree nodes


This patch adds the SDHCI device tree nodes to the Armada 3700-db
dts file.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Wilson Ding <dingwei@marvell.com>
Cc: Victor Gu <xigu@marvell.com>
Cc: Hua Jing <jinghua@marvell.com>
Cc: Terry Zhou <bjzhou@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
parent cbe0ece8
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,27 @@ ...@@ -94,6 +94,27 @@
status = "okay"; status = "okay";
}; };
&sdhci0 {
bus-width = <4>;
status = "okay";
};
&sdhci1 {
non-removable;
bus-width = <8>;
mmc-ddr-1_8v;
mmc-hs400-1_8v;
marvell,pad-type = "fixed-1-8v";
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
mmccard: mmccard@0 {
compatible = "mmc-card";
reg = <0>;
};
};
&spi0 { &spi0 {
status = "okay"; status = "okay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment