.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2013 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 | /dts-v1/; |
---|
.. | .. |
---|
17 | 11 | compatible = "msr,m28cu3", "fsl,imx28"; |
---|
18 | 12 | |
---|
19 | 13 | memory@40000000 { |
---|
| 14 | + device_type = "memory"; |
---|
20 | 15 | reg = <0x40000000 0x08000000>; |
---|
21 | 16 | }; |
---|
22 | 17 | |
---|
23 | 18 | apb@80000000 { |
---|
24 | 19 | apbh@80000000 { |
---|
25 | | - gpmi-nand@8000c000 { |
---|
| 20 | + nand-controller@8000c000 { |
---|
26 | 21 | #address-cells = <1>; |
---|
27 | 22 | #size-cells = <1>; |
---|
28 | 23 | pinctrl-names = "default"; |
---|
.. | .. |
---|
41 | 36 | }; |
---|
42 | 37 | }; |
---|
43 | 38 | |
---|
44 | | - ssp0: ssp@80010000 { |
---|
| 39 | + ssp0: spi@80010000 { |
---|
45 | 40 | compatible = "fsl,imx28-mmc"; |
---|
46 | 41 | pinctrl-names = "default"; |
---|
47 | 42 | pinctrl-0 = <&mmc0_4bit_pins_a |
---|
.. | .. |
---|
52 | 47 | status = "okay"; |
---|
53 | 48 | }; |
---|
54 | 49 | |
---|
55 | | - ssp2: ssp@80014000 { |
---|
| 50 | + ssp2: spi@80014000 { |
---|
56 | 51 | compatible = "fsl,imx28-mmc"; |
---|
57 | 52 | pinctrl-names = "default"; |
---|
58 | 53 | pinctrl-0 = <&mmc2_4bit_pins_a |
---|