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:
Shawn Lin
2024-06-21 14:34:24 +08:00
committed by Tao Huang
parent f76099f511
commit c3d120bce5

View File

@@ -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>;