ARM: dts: Add SFC node for RV1126

Change-Id: I5061418f5469989ec878a40202c3132115efe9e9
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2020-02-12 16:56:54 +08:00
committed by Tao Huang
parent d014dc26b8
commit 810663a974

View File

@@ -871,6 +871,17 @@
status = "disabled";
};
sfc: sfc@ffc90000 {
compatible = "rockchip,sfc";
reg = <0xffc90000 0x4000>;
interrupts = <GIC_SPI 80 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 = <80000000>;
status = "disabled";
};
pinctrl: pinctrl {
compatible = "rockchip,rv1126-pinctrl";
rockchip,grf = <&grf>;