rockchip: dts: rk3568: Add sfc node
Change-Id: Id9df11a15d16dcf39b5415674224431d277bd8e4 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
516562c2d3
commit
cf85037cdc
|
|
@ -664,6 +664,17 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
sfc: sfc@fe300000 {
|
||||
compatible = "rockchip,sfc";
|
||||
reg = <0x0 0xfe300000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 101 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";
|
||||
};
|
||||
|
||||
sdhci: sdhci@fe310000 {
|
||||
compatible = "rockchip,dwcmshc-sdhci", "snps,dwcmshc-sdhci";
|
||||
reg = <0x0 0xfe310000 0x0 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue