Commit 02b4a748 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

ARM: shmobile: lager: add MMCIF support on DTS

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 4a46bead
...@@ -42,6 +42,15 @@ led8 { ...@@ -42,6 +42,15 @@ led8 {
gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>; gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;
}; };
}; };
fixedregulator3v3: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "fixed-3.3V";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-boot-on;
regulator-always-on;
};
}; };
&pfc { &pfc {
...@@ -57,4 +66,19 @@ scif1_pins: scif1 { ...@@ -57,4 +66,19 @@ scif1_pins: scif1 {
renesas,groups = "scif1_data"; renesas,groups = "scif1_data";
renesas,function = "scif1"; renesas,function = "scif1";
}; };
mmc1_pins: mmc1 {
renesas,groups = "mmc1_data8", "mmc1_ctrl";
renesas,function = "mmc1";
};
};
&mmcif1 {
pinctrl-0 = <&mmc1_pins>;
pinctrl-names = "default";
vmmc-supply = <&fixedregulator3v3>;
bus-width = <8>;
non-removable;
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