mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user