Commit d7a9d8e2 authored by Chao Fu's avatar Chao Fu Committed by Shawn Guo

ARM: dts: vf610: Add DSPI nodes

Add Freescale DSPI node into vf610 dts.
Signed-off-by: default avatarChao Fu <b44548@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent a09644b1
......@@ -123,6 +123,18 @@ uart3: serial@4002a000 {
status = "disabled";
};
dspi0: dspi0@4002c000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,vf610-dspi";
reg = <0x4002c000 0x1000>;
interrupts = <0 67 0x04>;
clocks = <&clks VF610_CLK_DSPI0>;
clock-names = "dspi";
spi-num-chipselects = <5>;
status = "disabled";
};
sai2: sai@40031000 {
compatible = "fsl,vf610-sai";
reg = <0x40031000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment