.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2012 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 = "schulercontrol,imx28-sps1", "fsl,imx28"; |
---|
18 | 12 | |
---|
19 | 13 | memory@40000000 { |
---|
| 14 | + device_type = "memory"; |
---|
20 | 15 | reg = <0x40000000 0x08000000>; |
---|
21 | 16 | }; |
---|
22 | 17 | |
---|
.. | .. |
---|
40 | 35 | |
---|
41 | 36 | }; |
---|
42 | 37 | |
---|
43 | | - ssp0: ssp@80010000 { |
---|
| 38 | + ssp0: spi@80010000 { |
---|
44 | 39 | compatible = "fsl,imx28-mmc"; |
---|
45 | 40 | pinctrl-names = "default"; |
---|
46 | 41 | pinctrl-0 = <&mmc0_4bit_pins_a>; |
---|
.. | .. |
---|
48 | 43 | status = "okay"; |
---|
49 | 44 | }; |
---|
50 | 45 | |
---|
51 | | - ssp2: ssp@80014000 { |
---|
| 46 | + ssp2: spi@80014000 { |
---|
52 | 47 | #address-cells = <1>; |
---|
53 | 48 | #size-cells = <0>; |
---|
54 | 49 | compatible = "fsl,imx28-spi"; |
---|
.. | .. |
---|
56 | 51 | pinctrl-0 = <&spi2_pins_a>; |
---|
57 | 52 | status = "okay"; |
---|
58 | 53 | |
---|
59 | | - flash: m25p80@0 { |
---|
| 54 | + flash: flash@0 { |
---|
60 | 55 | #address-cells = <1>; |
---|
61 | 56 | #size-cells = <1>; |
---|
62 | 57 | compatible = "everspin,mr25h256", "mr25h256"; |
---|