mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: Add SFC node for rk3568
Change-Id: I892096b3bf40168975f87293f70cd6137128a8b4 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -958,6 +958,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>;
|
||||
|
||||
Reference in New Issue
Block a user