.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2014 FEDEVEL, Inc. |
---|
3 | 4 | * |
---|
4 | 5 | * Author: Robert Nelson <robertcnelson@gmail.com> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | | - * |
---|
10 | 6 | */ |
---|
11 | 7 | /dts-v1/; |
---|
12 | 8 | #include "imx6dl.dtsi" |
---|
.. | .. |
---|
17 | 13 | compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl"; |
---|
18 | 14 | |
---|
19 | 15 | memory@10000000 { |
---|
| 16 | + device_type = "memory"; |
---|
20 | 17 | reg = <0x10000000 0x20000000>; |
---|
21 | 18 | }; |
---|
22 | 19 | }; |
---|
23 | 20 | |
---|
24 | 21 | &ecspi3 { |
---|
25 | | - flash: m25p80@0 { |
---|
| 22 | + flash: flash@0 { |
---|
26 | 23 | compatible = "sst,sst25vf016b", "jedec,spi-nor"; |
---|
27 | 24 | spi-max-frequency = <20000000>; |
---|
28 | 25 | reg = <0>; |
---|