.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2017 Moxa Inc. - https://www.moxa.com/ |
---|
3 | 4 | * |
---|
4 | 5 | * Author: Harry YJ Jhou (周亞諄) <harryyj.jhou@moxa.com> |
---|
5 | 6 | * Jimmy Chen (陳永達) <jimmy.chen@moxa.com> |
---|
6 | 7 | * SZ Lin (林上智) <sz.lin@moxa.com> |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License version 2 as |
---|
10 | | - * published by the Free Software Foundation. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | /dts-v1/; |
---|
.. | .. |
---|
18 | 15 | |
---|
19 | 16 | / { |
---|
20 | 17 | model = "Moxa UC-8410A"; |
---|
| 18 | + compatible = "fsl,ls1021a-moxa-uc-8410a", "fsl,ls1021a"; |
---|
21 | 19 | |
---|
22 | 20 | aliases { |
---|
23 | 21 | enet0_rgmii_phy = &rgmii_phy0; |
---|
.. | .. |
---|
203 | 201 | }; |
---|
204 | 202 | |
---|
205 | 203 | &qspi { |
---|
206 | | - bus-num = <0>; |
---|
207 | | - fsl,spi-num-chipselects = <2>; |
---|
208 | | - fsl,spi-flash-chipselects = <0>; |
---|
209 | | - fsl,qspi-has-second-chip; |
---|
210 | 204 | status = "okay"; |
---|
211 | 205 | |
---|
212 | 206 | flash: flash@0 { |
---|
.. | .. |
---|
214 | 208 | #address-cells = <1>; |
---|
215 | 209 | #size-cells = <1>; |
---|
216 | 210 | spi-max-frequency = <20000000>; |
---|
| 211 | + spi-rx-bus-width = <4>; |
---|
| 212 | + spi-tx-bus-width = <4>; |
---|
217 | 213 | reg = <0>; |
---|
218 | 214 | |
---|
219 | 215 | partitions@0 { |
---|