mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user