mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user