Skip to content

Commit

Permalink
arm64: dts: rockchip: add sfc node for rk3308
Browse files Browse the repository at this point in the history
Change-Id: Ie45bd51d2f56d296a9eadd1dfea5d2a903f29e6c
Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
  • Loading branch information
Dingqiang Lin authored and rkhuangtao committed Jun 13, 2018
1 parent 2ed5e10 commit 036e7e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3308.dtsi
Expand Up @@ -1018,6 +1018,15 @@
status = "disabled";
};

sfc: sfc@ff4c0000 {
compatible = "rockchip,sfc";
reg = <0x0 0xff4c0000 0x0 0x4000>;
interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
clock-names = "clk_sfc", "hclk_sfc";
status = "disabled";
};

mac: ethernet@ff4e0000 {
compatible = "rockchip,rk3308-mac";
reg = <0x0 0xff4e0000 0x0 0x10000>;
Expand Down

0 comments on commit 036e7e0

Please sign in to comment.