ARM: dts: rockchip: rk3506: Add fspi

Change-Id: If3c4e5ffd3a351fe586613b7e4ab08b665025b66
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Jon Lin
2024-05-11 17:56:13 +08:00
committed by Tao Huang
parent 52a48c1166
commit 140d584900

View File

@@ -17,6 +17,7 @@
aliases {
serial0 = &uart0;
spi2 = &fspi;
};
clocks {
@@ -214,6 +215,17 @@
};
};
fspi: spi@ff488000 {
compatible = "rockchip,fspi";
reg = <0xff488000 0x4000>;
interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_FSPI>, <&cru HCLK_FSPI>;
clock-names = "clk_sfc", "hclk_sfc";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};
gic: interrupt-controller@ff581000 {
compatible = "arm,gic-400";
reg = <0xff581000 0x1000>,