提交 1b545c17 编写于 作者: B Bhuvanchandra DV 提交者: Shawn Guo

ARM: vf610: add second DSPI instance

Signed-off-by: NBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 c5455f70
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
}; };
&dspi1 {
interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
};
&edma0 { &edma0 {
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -139,6 +139,17 @@ ...@@ -139,6 +139,17 @@
status = "disabled"; status = "disabled";
}; };
dspi1: dspi1@4002d000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,vf610-dspi";
reg = <0x4002d000 0x1000>;
clocks = <&clks VF610_CLK_DSPI1>;
clock-names = "dspi";
spi-num-chipselects = <5>;
status = "disabled";
};
sai2: sai@40031000 { sai2: sai@40031000 {
compatible = "fsl,vf610-sai"; compatible = "fsl,vf610-sai";
reg = <0x40031000 0x1000>; reg = <0x40031000 0x1000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册