Skip to content
Snippets Groups Projects
Commit fe69a0e8 authored by Haikun Wang's avatar Haikun Wang Committed by York Sun
Browse files

arm/dts/ls2085a: Add DSPI dts node


Add DSPI controller dts node in fsl-ls2085a.dtsi

Signed-off-by: default avatarHaikun Wang <haikun.wang@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent d941f710
No related branches found
No related tags found
No related merge requests found
...@@ -117,4 +117,13 @@ ...@@ -117,4 +117,13 @@
reg = <0x00000008 0x0c000000 0 0x40>, /* MC portal base */ reg = <0x00000008 0x0c000000 0 0x40>, /* MC portal base */
<0x00000000 0x08340000 0 0x40000>; /* MC control reg */ <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
}; };
dspi: dspi@2100000 {
compatible = "fsl,vf610-dspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0 0x2100000 0x0 0x10000>;
interrupts = <0 26 0x4>; /* Level high type */
num-cs = <6>;
};
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment