Commit 3eaf2abd authored by Muhammed Efe Cetin's avatar Muhammed Efe Cetin Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add sfc node to rk3588s

parent ce9d9277
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1424,6 +1424,17 @@ sata-port@0 {
		};
	};

	sfc: spi@fe2b0000 {
		compatible = "rockchip,sfc";
		reg = <0x0 0xfe2b0000 0x0 0x4000>;
		interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH 0>;
		clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
		clock-names = "clk_sfc", "hclk_sfc";
		#address-cells = <1>;
		#size-cells = <0>;
		status = "disabled";
	};

	sdmmc: mmc@fe2c0000 {
		compatible = "rockchip,rk3588-dw-mshc", "rockchip,rk3288-dw-mshc";
		reg = <0x0 0xfe2c0000 0x0 0x4000>;