diff options
author | Yunhui Cui <B56489@freescale.com> | 2016-03-02 00:52:15 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-12 21:48:59 -0400 |
commit | 730628f00c906cb5a1ba44352bd8095295c74029 (patch) | |
tree | 7f5a3a35f3bfe9e9379143ac131e75ef9aca7f33 | |
parent | ec05e9cc6a6e9679ea536934d2566ac9c209eece (diff) |
arm64: dts: ls1043a-rdb: add the DTS for DSPI support
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts index ce235577e90f..f895fc02ab06 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | |||
@@ -107,6 +107,19 @@ | |||
107 | }; | 107 | }; |
108 | }; | 108 | }; |
109 | 109 | ||
110 | &dspi0 { | ||
111 | bus-num = <0>; | ||
112 | status = "okay"; | ||
113 | |||
114 | flash@0 { | ||
115 | #address-cells = <1>; | ||
116 | #size-cells = <1>; | ||
117 | compatible = "n25q128a13", "jedec,spi-nor"; /* 16MB */ | ||
118 | reg = <0>; | ||
119 | spi-max-frequency = <1000000>; /* input clock */ | ||
120 | }; | ||
121 | }; | ||
122 | |||
110 | &duart0 { | 123 | &duart0 { |
111 | status = "okay"; | 124 | status = "okay"; |
112 | }; | 125 | }; |