.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2013 Eukréa Electromatique <eric@eukrea.com> |
---|
3 | 4 | * Copyright 2013 Eukréa Electromatique <denis@eukrea.com> |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or |
---|
6 | | - * modify it under the terms of the GNU General Public License |
---|
7 | | - * as published by the Free Software Foundation; either version 2 |
---|
8 | | - * of the License, or (at your option) any later version. |
---|
9 | | - * This program is distributed in the hope that it will be useful, |
---|
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
12 | | - * GNU General Public License for more details. |
---|
13 | 5 | */ |
---|
14 | 6 | |
---|
15 | 7 | /* |
---|
.. | .. |
---|
23 | 15 | compatible = "eukrea,mbmx287lc", "eukrea,mbmx283lc", "eukrea,mbmx28lc", "fsl,imx28"; |
---|
24 | 16 | |
---|
25 | 17 | memory@40000000 { |
---|
| 18 | + device_type = "memory"; |
---|
26 | 19 | reg = <0x40000000 0x08000000>; |
---|
27 | 20 | }; |
---|
28 | 21 | }; |
---|