rockchip: dts: rv1108: enable emmc

Enable emmc node.

Change-Id: I4ee5b078429e8e0686f301d03602e0875a613ee2
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2019-01-29 17:19:19 +08:00
parent a059684b23
commit 1feaf21adf
1 changed files with 11 additions and 0 deletions

View File

@ -181,6 +181,17 @@
snps,reset-gpio = <&gpio1 RK_PC1 GPIO_ACTIVE_LOW>;
};
&emmc {
u-boot,dm-pre-reloc;
bus-width = <8>;
cap-mmc-highspeed;
supports-emmc;
disable-wp;
non-removable;
num-slots = <1>;
status = "okay";
};
&mipi_dphy {
status = "okay";
};