Commit 730628f0 authored by Yunhui Cui's avatar Yunhui Cui Committed by Shawn Guo

arm64: dts: ls1043a-rdb: add the DTS for DSPI support

This patch adds dts nodes for DSPI on LS1043A-RDB.
Signed-off-by: default avatarYunhui Cui <B56489@freescale.com>
Signed-off-by: default avatarYuan Yao <yao.yuan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ec05e9cc
......@@ -107,6 +107,19 @@ cpld: board-control@2,0 {
};
};
&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";
};
......
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