ARM: shmobile: silk: add eMMC DT support
[cascardo/linux.git] / arch / arm / boot / dts / r8a7794-silk.dts
index 79bc64b..d4dd5a3 100644 (file)
                device_type = "memory";
                reg = <0 0x40000000 0 0x40000000>;
        };
+
+       d3_3v: regulator@0 {
+               compatible = "regulator-fixed";
+               regulator-name = "D3.3V";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
+               regulator-always-on;
+       };
 };
 
 &extal_clk {
                renesas,groups = "intc_irq8";
                renesas,function = "intc";
        };
+
+       mmcif0_pins: mmcif0 {
+               renesas,groups = "mmc_data8", "mmc_ctrl";
+               renesas,function = "mmc";
+       };
 };
 
 &scif2 {
                micrel,led-mode = <1>;
        };
 };
+
+&mmcif0 {
+       pinctrl-0 = <&mmcif0_pins>;
+       pinctrl-names = "default";
+
+       vmmc-supply = <&d3_3v>;
+       vqmmc-supply = <&d3_3v>;
+       bus-width = <8>;
+       non-removable;
+       status = "okay";
+};