mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: add serial Flash controller to rk3036
Serial Flash controller is used to control the data transfer between this SoC and a serial nor or nand flash device. Change-Id: Ibe7c8c4a11410287c34c1a7dc5b232b330ee6751 Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
@@ -363,7 +363,16 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sdmmc: mmc@10214000 {
|
||||
sfc: sfc@10208000 {
|
||||
compatible = "rockchip,sfc";
|
||||
reg = <0x10208000 0x200>;
|
||||
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
|
||||
clock-names = "clk_sfc", "hclk_sfc";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sdmmc: dwmmc@10214000 {
|
||||
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
|
||||
reg = <0x10214000 0x4000>;
|
||||
clock-frequency = <37500000>;
|
||||
|
||||
Reference in New Issue
Block a user