Skip to content
Snippets Groups Projects
Commit 36299757 authored by Detlev Casanova's avatar Detlev Casanova Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add SFC nodes for rk3576


The rk3576 SoC has 2 SFC cores that provide FSPI functions.

Signed-off-by: default avatarDetlev Casanova <detlev.casanova@collabora.com>
Link: https://lore.kernel.org/r/20250228145304.581349-2-detlev.casanova@collabora.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3a2819ee
No related branches found
No related tags found
No related merge requests found
......@@ -1334,6 +1334,17 @@ gmac1_mtl_tx_setup: tx-queues-config {
};
};
sfc1: spi@2a300000 {
compatible = "rockchip,sfc";
reg = <0x0 0x2a300000 0x0 0x4000>;
interrupts = <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_FSPI1_X2>, <&cru HCLK_FSPI1>;
clock-names = "clk_sfc", "hclk_sfc";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
sdmmc: mmc@2a310000 {
compatible = "rockchip,rk3576-dw-mshc";
reg = <0x0 0x2a310000 0x0 0x4000>;
......@@ -1373,6 +1384,17 @@ sdhci: mmc@2a330000 {
status = "disabled";
};
sfc0: spi@2a340000 {
compatible = "rockchip,sfc";
reg = <0x0 0x2a340000 0x0 0x4000>;
interrupts = <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_FSPI_X2>, <&cru HCLK_FSPI>;
clock-names = "clk_sfc", "hclk_sfc";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
otp: otp@2a580000 {
compatible = "rockchip,rk3576-otp";
reg = <0x0 0x2a580000 0x0 0x400>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment