.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2013-2014,2016 Michael Heimpold <mhei@heimpold.de> |
---|
3 | 4 | * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com> |
---|
4 | | - * |
---|
5 | | - * The code contained herein is licensed under the GNU General Public |
---|
6 | | - * License. You may obtain a copy of the GNU General Public License |
---|
7 | | - * Version 2 or later at the following locations: |
---|
8 | | - * |
---|
9 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
10 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
11 | 5 | */ |
---|
12 | 6 | |
---|
13 | 7 | /dts-v1/; |
---|
.. | .. |
---|
19 | 13 | compatible = "i2se,duckbill", "fsl,imx28"; |
---|
20 | 14 | |
---|
21 | 15 | memory@40000000 { |
---|
| 16 | + device_type = "memory"; |
---|
22 | 17 | reg = <0x40000000 0x08000000>; |
---|
23 | 18 | }; |
---|
24 | 19 | |
---|
25 | 20 | apb@80000000 { |
---|
26 | 21 | apbh@80000000 { |
---|
27 | | - ssp0: ssp@80010000 { |
---|
| 22 | + ssp0: spi@80010000 { |
---|
28 | 23 | compatible = "fsl,imx28-mmc"; |
---|
29 | 24 | pinctrl-names = "default"; |
---|
30 | 25 | pinctrl-0 = <&mmc0_4bit_pins_a |
---|
.. | .. |
---|
34 | 29 | status = "okay"; |
---|
35 | 30 | }; |
---|
36 | 31 | |
---|
37 | | - ssp2: ssp@80014000 { |
---|
| 32 | + ssp2: spi@80014000 { |
---|
38 | 33 | compatible = "fsl,imx28-spi"; |
---|
39 | 34 | pinctrl-names = "default"; |
---|
40 | 35 | pinctrl-0 = <&spi2_pins_a>; |
---|