rockchip: dts: rv1108-evb: enable sdmmc

Add sd card support, tested on rv1108 evb v11.

Change-Id: I61e25c78c23c4f774a314b9489f81dab1d990531
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
Andy Yan 2019-11-13 14:31:46 +08:00 committed by Jianhong Chen
parent 2bfd4c143b
commit df7b19b0b1
1 changed files with 11 additions and 0 deletions

View File

@ -208,6 +208,17 @@
status = "okay";
};
&sdmmc {
bus-width = <4>;
cap-mmc-highspeed;
cap-sd-highspeed;
disable-wp;
max-frequency = <150000000>;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
status = "okay";
};
&sfc {
compatible = "rockchip,rksfc";
status = "okay";