mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rk3506: Add mmc node
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I99c2e17919df6cea704d1a355ca74ea23fb98662
This commit is contained in:
@@ -627,6 +627,20 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mmc: mmc@ff480000 {
|
||||
compatible = "rockchip,rk3506-dw-mshc", "rockchip,rk3288-dw-mshc";
|
||||
reg = <0xff480000 0x4000>;
|
||||
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
max-frequency = <150000000>;
|
||||
bus-width = <4>;
|
||||
clocks = <&cru HCLK_SDMMC>, <&cru CCLK_SRC_SDMMC>;
|
||||
clock-names = "biu", "ciu";
|
||||
fifo-depth = <0x100>;
|
||||
resets = <&cru SRST_H_SDMMC>;
|
||||
reset-names = "reset";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
fspi: spi@ff488000 {
|
||||
compatible = "rockchip,fspi";
|
||||
reg = <0xff488000 0x4000>;
|
||||
|
||||
Reference in New Issue
Block a user