.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2011 Freescale Semiconductor, Inc. |
---|
3 | 4 | * Copyright 2011 Linaro Ltd. |
---|
4 | | - * |
---|
5 | | - * The code contained herein is licensed under the GNU General Public |
---|
6 | | - * License. You may obtain a copy of the GNU General Public License |
---|
7 | | - * Version 2 or later at the following locations: |
---|
8 | | - * |
---|
9 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
10 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
11 | 5 | */ |
---|
12 | 6 | |
---|
13 | 7 | /dts-v1/; |
---|
.. | .. |
---|
19 | 13 | compatible = "fsl,imx6q-arm2", "fsl,imx6q"; |
---|
20 | 14 | |
---|
21 | 15 | memory@10000000 { |
---|
| 16 | + device_type = "memory"; |
---|
22 | 17 | reg = <0x10000000 0x80000000>; |
---|
23 | 18 | }; |
---|
24 | 19 | |
---|