.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2014 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 "imx28.dtsi" |
---|
.. | .. |
---|
16 | 10 | compatible = "aries,m28", "denx,m28", "fsl,imx28"; |
---|
17 | 11 | |
---|
18 | 12 | memory@40000000 { |
---|
| 13 | + device_type = "memory"; |
---|
19 | 14 | reg = <0x40000000 0x08000000>; |
---|
20 | 15 | }; |
---|
21 | 16 | |
---|
22 | 17 | apb@80000000 { |
---|
23 | 18 | apbh@80000000 { |
---|
24 | | - gpmi-nand@8000c000 { |
---|
| 19 | + nand-controller@8000c000 { |
---|
25 | 20 | #address-cells = <1>; |
---|
26 | 21 | #size-cells = <1>; |
---|
27 | 22 | pinctrl-names = "default"; |
---|