Commit 34ad39b1 authored by Michal Simek's avatar Michal Simek

ARM64: zynqmp: Enable sdhci on ep108

Enable both sdhcis on ep108.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent c7c09d19
...@@ -55,6 +55,14 @@ &sata { ...@@ -55,6 +55,14 @@ &sata {
ceva,broken-gen2; ceva,broken-gen2;
}; };
&sdhci0 {
status = "okay";
};
&sdhci1 {
status = "okay";
};
&uart0 { &uart0 {
status = "okay"; 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