.. | .. |
---|
3 | 3 | * Device Tree Include file for Freescale Layerscape-1046A family SoC. |
---|
4 | 4 | * |
---|
5 | 5 | * Copyright 2016 Freescale Semiconductor, Inc. |
---|
| 6 | + * Copyright 2018 NXP |
---|
6 | 7 | * |
---|
7 | 8 | * Shaohui Xie <Shaohui.Xie@nxp.com> |
---|
8 | 9 | */ |
---|
.. | .. |
---|
141 | 142 | nor@0,0 { |
---|
142 | 143 | compatible = "cfi-flash"; |
---|
143 | 144 | reg = <0x0 0x0 0x8000000>; |
---|
| 145 | + big-endian; |
---|
144 | 146 | bank-width = <2>; |
---|
145 | 147 | device-width = <1>; |
---|
146 | 148 | }; |
---|
.. | .. |
---|
161 | 163 | }; |
---|
162 | 164 | |
---|
163 | 165 | &qspi { |
---|
164 | | - num-cs = <2>; |
---|
165 | | - bus-num = <0>; |
---|
166 | 166 | status = "okay"; |
---|
167 | 167 | |
---|
168 | | - qflash0: s25fl128s@0 { |
---|
| 168 | + qflash0: flash@0 { |
---|
169 | 169 | compatible = "spansion,m25p80"; |
---|
170 | 170 | #address-cells = <1>; |
---|
171 | 171 | #size-cells = <1>; |
---|
172 | 172 | spi-max-frequency = <20000000>; |
---|
| 173 | + spi-rx-bus-width = <4>; |
---|
| 174 | + spi-tx-bus-width = <4>; |
---|
173 | 175 | reg = <0>; |
---|
174 | 176 | }; |
---|
175 | 177 | }; |
---|