.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2013 Freescale Semiconductor, Inc. |
---|
3 | 4 | * Copyright 2013 Linaro Limited |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify |
---|
6 | | - * it under the terms of the GNU General Public License as published by |
---|
7 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
8 | | - * (at your option) any later version. |
---|
9 | 5 | */ |
---|
10 | 6 | |
---|
11 | 7 | /dts-v1/; |
---|
.. | .. |
---|
20 | 16 | }; |
---|
21 | 17 | |
---|
22 | 18 | memory@80000000 { |
---|
| 19 | + device_type = "memory"; |
---|
23 | 20 | reg = <0x80000000 0x10000000>; |
---|
24 | 21 | }; |
---|
25 | 22 | |
---|