mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rk312x: add sfc node
Change-Id: I094e617586098ff7ed96c3fa3c4c3a32c8a8a0b7 Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -778,6 +778,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sfc: sfc@1020c000 {
|
||||
compatible = "rockchip,sfc";
|
||||
reg = <0x1020c000 0x8000>;
|
||||
interrupts = <GIC_SPI 50 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 = <100000000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2s_2ch: i2s-2ch@10220000 {
|
||||
compatible = "rockchip,rk3128-i2s", "rockchip,rk3066-i2s";
|
||||
reg = <0x10220000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user