arm64: dts: rockchip: rk1808 add sfc node

Change-Id: I123947fe6247837f080bcc0487484f66e4906de4
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2018-12-19 10:20:19 +08:00
committed by Tao Huang
parent 41fe258907
commit ba3e8d4157

View File

@@ -1523,6 +1523,17 @@
};
};
sfc: sfc@ffc50000 {
compatible = "rockchip,sfc";
reg = <0x0 0xffc50000 0x0 0x4000>;
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
clock-names = "clk_sfc", "hclk_sfc";
assigned-clocks = <&cru SCLK_SFC>;
assigned-clock-rates = <100000000>;
status = "disabled";
};
sdmmc: dwmmc@ffcf0000 {
compatible = "rockchip,rk1808-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xffcf0000 0x0 0x4000>;