Skip to content

Commit 036e7e0

Browse files
Dingqiang Linrkhuangtao
authored andcommitted
arm64: dts: rockchip: add sfc node for rk3308
Change-Id: Ie45bd51d2f56d296a9eadd1dfea5d2a903f29e6c Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
1 parent 2ed5e10 commit 036e7e0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3308.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,15 @@
10181018
status = "disabled";
10191019
};
10201020

1021+
sfc: sfc@ff4c0000 {
1022+
compatible = "rockchip,sfc";
1023+
reg = <0x0 0xff4c0000 0x0 0x4000>;
1024+
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
1025+
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
1026+
clock-names = "clk_sfc", "hclk_sfc";
1027+
status = "disabled";
1028+
};
1029+
10211030
mac: ethernet@ff4e0000 {
10221031
compatible = "rockchip,rk3308-mac";
10231032
reg = <0x0 0xff4e0000 0x0 0x10000>;

0 commit comments

Comments
 (0)