ARM64: dts: meson-gxbb: add MMC support
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / amlogic / meson-gxbb.dtsi
index aad639a..22940bb 100644 (file)
                        mux {
                                groups = "emmc_nand_d07",
                                       "emmc_cmd",
-                                      "emmc_clk";
+                                      "emmc_clk",
+                                      "emmc_ds";
                                function = "emmc";
                        };
                };
                #mbox-cells = <1>;
        };
 };
+
+&sd_emmc_a {
+       clocks = <&clkc CLKID_SD_EMMC_A>,
+                <&xtal>,
+                <&clkc CLKID_FCLK_DIV2>;
+       clock-names = "core", "clkin0", "clkin1";
+};
+
+&sd_emmc_b {
+       clocks = <&clkc CLKID_SD_EMMC_B>,
+                <&xtal>,
+                <&clkc CLKID_FCLK_DIV2>;
+       clock-names = "core", "clkin0", "clkin1";
+};
+
+&sd_emmc_c {
+       clocks = <&clkc CLKID_SD_EMMC_C>,
+                <&xtal>,
+                <&clkc CLKID_FCLK_DIV2>;
+       clock-names = "core", "clkin0", "clkin1";
+};