Skip to content

Commit c3ae148

Browse files
openedevmmind
authored andcommitted
ARM: dts: rockchip: Add SFC node to rv1126
Add Rockchip SFC controller node for rv1126. Signed-off-by: Jagan Teki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 06c2afb commit c3ae148

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/rockchip/rv1126.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,18 @@
419419
status = "disabled";
420420
};
421421

422+
sfc: spi@ffc90000 {
423+
compatible = "rockchip,sfc";
424+
reg = <0xffc90000 0x4000>;
425+
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
426+
assigned-clocks = <&cru SCLK_SFC>;
427+
assigned-clock-rates = <80000000>;
428+
clock-names = "clk_sfc", "hclk_sfc";
429+
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
430+
power-domains = <&power RV1126_PD_NVM>;
431+
status = "disabled";
432+
};
433+
422434
pinctrl: pinctrl {
423435
compatible = "rockchip,rv1126-pinctrl";
424436
rockchip,grf = <&grf>;

0 commit comments

Comments
 (0)