arm64: dts: rockchip: add emmc & sdmmc support for rk1808

Change-Id: I20c67ff735794798a8acb845eb2ff74a3edb0568
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2018-07-14 08:52:11 +08:00
committed by Tao Huang
parent a81f09f7ae
commit cd916760f0

View File

@@ -356,6 +356,23 @@
status = "disabled";
};
sdmmc: dwmmc@ffcf0000 {
compatible = "rockchip,rk1808-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xffcf0000 0x0 0x4000>;
max-frequency = <150000000>;
fifo-depth = <0x100>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH 0>;
status = "disabled";
};
emmc: dwmmc@ffd00000 {
compatible = "rockchip,rk1808-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xffd00000 0x0 0x4000>;
fifo-depth = <0x100>;
interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH 0>;
status = "disabled";
};
pinctrl: pinctrl {
compatible = "rockchip,rk1808-pinctrl";
rockchip,grf = <&grf>;