.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2015 Marek Vasut <marex@denx.de> |
---|
3 | | - * |
---|
4 | | - * The code contained herein is licensed under the GNU General Public |
---|
5 | | - * License. You may obtain a copy of the GNU General Public License |
---|
6 | | - * Version 2 or later at the following locations: |
---|
7 | | - * |
---|
8 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
9 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
10 | 4 | */ |
---|
11 | 5 | |
---|
12 | 6 | #include "sama5d4.dtsi" |
---|
.. | .. |
---|
15 | 9 | model = "Aries/DENX MA5D4"; |
---|
16 | 10 | compatible = "aries,ma5d4", "denx,ma5d4", "atmel,sama5d4", "atmel,sama5"; |
---|
17 | 11 | |
---|
18 | | - memory { |
---|
| 12 | + memory@20000000 { |
---|
19 | 13 | reg = <0x20000000 0x10000000>; |
---|
20 | 14 | }; |
---|
21 | 15 | |
---|