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