Skip to content

Commit 57bfc68

Browse files
Randy Lirkhuangtao
authored andcommitted
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>
1 parent b526c9a commit 57bfc68

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3036.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,15 @@
411411
status = "disabled";
412412
};
413413

414+
sfc: sfc@10208000 {
415+
compatible = "rockchip,sfc";
416+
reg = <0x10208000 0x200>;
417+
interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
418+
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
419+
clock-names = "clk_sfc", "hclk_sfc";
420+
status = "disabled";
421+
};
422+
414423
sdmmc: dwmmc@10214000 {
415424
compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
416425
reg = <0x10214000 0x4000>;

0 commit comments

Comments
 (0)