Commit 8d9923b3 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Simon Horman

arm64: dts: renesas: v3msk: add eMMC support

Add the eMMC chip support for the V3M Started Kit board.

Based on the original (and large) patches by Vladimir Barinov.
Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 979e32b5
...@@ -51,6 +51,15 @@ vcc_d3_3v: regulator-1 { ...@@ -51,6 +51,15 @@ vcc_d3_3v: regulator-1 {
regulator-always-on; regulator-always-on;
}; };
vcc_vddq_vin0: regulator-2 {
compatible = "regulator-fixed";
regulator-name = "VCC_VDDQ_VIN0";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-boot-on;
regulator-always-on;
};
lvds-decoder { lvds-decoder {
compatible = "thine,thc63lvd1024"; compatible = "thine,thc63lvd1024";
vcc-supply = <&vcc_d3_3v>; vcc-supply = <&vcc_d3_3v>;
...@@ -128,6 +137,12 @@ i2c0_pins: i2c0 { ...@@ -128,6 +137,12 @@ i2c0_pins: i2c0 {
function = "i2c0"; function = "i2c0";
}; };
mmc_pins: mmc_3_3v {
groups = "mmc_data8", "mmc_ctrl";
function = "mmc";
power-source = <3300>;
};
scif0_pins: scif0 { scif0_pins: scif0 {
groups = "scif0_data"; groups = "scif0_data";
function = "scif0"; function = "scif0";
...@@ -192,6 +207,17 @@ lvds0_out: endpoint { ...@@ -192,6 +207,17 @@ lvds0_out: endpoint {
}; };
}; };
&mmc0 {
pinctrl-0 = <&mmc_pins>;
pinctrl-names = "default";
vmmc-supply = <&vcc_d3_3v>;
vqmmc-supply = <&vcc_vddq_vin0>;
bus-width = <8>;
non-removable;
status = "okay";
};
&scif0 { &scif0 {
pinctrl-0 = <&scif0_pins>; pinctrl-0 = <&scif0_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
......
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