Skip to content

Commit

Permalink
arm64: dts: ls1043a-rdb: add the DTS for DSPI support
Browse files Browse the repository at this point in the history
This patch adds dts nodes for DSPI on LS1043A-RDB.

Signed-off-by: Yunhui Cui <B56489@freescale.com>
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Yunhui Cui authored and Shawn Guo committed Apr 13, 2016
1 parent ec05e9c commit 730628f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@
};
};

&dspi0 {
bus-num = <0>;
status = "okay";

flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "n25q128a13", "jedec,spi-nor"; /* 16MB */
reg = <0>;
spi-max-frequency = <1000000>; /* input clock */
};
};

&duart0 {
status = "okay";
};
Expand Down

0 comments on commit 730628f

Please sign in to comment.